Are you refering to SpecialPage::getDescription()? (Which, by default, calls wfMsg() with the lowercase version of the page name. So if your special page is called SomeSpecialPageIWrote, you would want to look at [[MediaWiki:somespecialpageiwrote]].)
On 6/21/05, Bart Q. Simon bqs@bluefang.com wrote:
Yeah I'm aware that special pages are php (I made one that's working beautifully).
I'm just trying to figure out a way to give a new special page a title without hard-coding it in PHP. I'm pretty sure there is a way to do it (I looked through my old custom-made special page, and there isn't a title in there - yet it still has the right title when I browse to it).
I recollect it being something like this, but not quite like this:
That appears to be for the HTML <title> tags. I assume you're talking about the title at the top of the page.
Maybe I'm losing it :).
That's entirely possible. However, this is not an authoritative source in the areas of mental stability. ;)