https://bugzilla.wikimedia.org/show_bug.cgi?id=38598
Steef <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Steef <[email protected]> 2012-07-24 09:19:17 UTC --- The title is used to show the user a tooltip and gets modified from some userscripts, like HotCat. So if we add an data-Tag, it is useful to add the namespace-number. Of course you can extract namespace and pagename from the title or from the URL, but both can get easily changed at some point in the future or even modified before the script is running. The API needs some parameters to be called, to get infos for a page you need at least the title, so you can't use it to request this information. Additionally, it is another request to the server that isn't necessary. User:PerfektesChaos summarized this on dewiki too: //de.wikipedia.org/w/index.php?diff=105941306&oldid=105924999 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
