On Mon, Feb 28, 2011 at 7:57 PM, Stefan Kühn <kueh...@gmx.net> wrote:
> Hmm,
>
> but I will get the templates with a script. And when I show:
>
> http://en.wikipedia.org/wiki/MediaWiki:Disambiguationspage
> http://de.wikipedia.org/wiki/MediaWiki:Disambiguationspage
> http://fr.wikipedia.org/wiki/MediaWiki:Disambiguationspage
>
> then I can't see an standard format in this pages.
>
> Is there an other possibility?

For each language:
select pl_title from pagelinks,page where
page_title="Disambiguationspage" and page_namespace=8 and
pl_from=page_id and pl_namespace=10;

seems to work...

Cheers,
Magnus

_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to