On Wed, Mar 18, 2009 at 6:18 AM, Petr Kadlec <[email protected]> wrote: > page_title does not contains the full title, only its > namespace-relative part. You need to use > select page_namespace, page_title from wikidb.page > Only this whole tuple (page_namespace, page_title) is a unique > identifier of a page (this is true for the whole MediaWiki).
And note that the namespace is stored as a number. You'll need to refer to a list of the namespace numbers on the specific wiki you're dealing with to translate it into the appropriate prefix. There's a way to get the list from the API, but I don't know it offhand. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
