There ar no LQ specific methods yet or any other LQ related things except 
defined namespaces 90-93 for those sites and language who has implemented it. 
First part would be easy to implement by asking for this namespace like

# site method
def has_LiquidThreads():
        try:
                self.namespace(90)
                return True
        except KeyError:
                return False

xqt

----- Original Nachricht ----
Von:     Bináris <[email protected]>
An:      Pywikipedia discussion list <[email protected]>
Datum:   31.12.2010 11:21
Betreff: [Pywikipedia-l] LiquidThreads

> Hi folks,
> 
> on huwiki LiquidThreads is switched on on a particular page of project
> namespace, and some people have switched it on on their own talk pages
> without any encouragement to do so. In the future this tool will spread.
> (For those not familiar with LT: this is the proposed future of talk
> pages.)
> 
> Does pywikibot have any tools for LT? I mean
> *deciding whether LT is implemented in a specific wiki or not
> *deciding if a user/category/template/article/community page (not in "talk"
> namespace!) has conventional talk/page form or LT
> *handling LT pages
> 
> -- 
> Bináris
> 
> 
> --------------------------------
> 
> _______________________________________________
> Pywikipedia-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
>

_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to