Last modified: 2013-04-22 16:14:35 UTC
There should be header and footer messages for MediaWiki's info action. These can be blank by default, though it may make sense to have some standard text for the header. Something along the lines of "This is an overview about the specified page title."
https://gerrit.wikimedia.org/r/#/c/17634/ merged
That commit did not add a header or footer. Can this be re-opened? (I don't have permissions.)
REOPENED per request. Can a Bugzilla admin give Madman editbugs please?
*** Bug 38537 has been marked as a duplicate of this bug. ***
(In reply to comment #4) > *** Bug 38537 has been marked as a duplicate of this bug. *** Just want to make sure this part of the feature request doesn't get lost from bug 38537: --- [...] preferably with the ability to pass the page title in those links. For example, with ?title=Barack_Obama&action=info, you might have an external links section that includes: * http://example.com/page_view_stats/enwiki/Barack_Obama * http://example.com/wikiblame/enwiki/Barack_Obama This can be implemented with $1 variables that can be substituted in a MediaWiki message or perhaps with magic words such as {{PAGENAME}} or {{FULLPAGENAMEE}} or whatever. I'm not sure if magic words currently work with ?action=info. --- Since the title is being passed cleanly (there's no Special page prefix or anything), I don't think getting {{FULLPAGENAME}} and other magic words to work as expected should be much trouble. That would be the simplest and sanest solution, I think, rather than using numbered variables (such as $1) as some other MediaWiki messages do.
Removing patch-in-gerrit keyword for the moment. I don't see a relevant Gerrit link on this bug.
Sorry, should have linked https://gerrit.wikimedia.org/r/#/c/21598/. Incidentally, tested with an external links section in the footer and magic words worked perfectly. Yay for sane defaults!
Merged by Siebrand.