Topic on Project:Support desk

add specialpages to new "Special:SpecialPages" category

3
Reception123 (talkcontribs)

Hello, the special pages from an extension are classed under "Other special pages". I would like to create a new special page category and class them under that. Which file do I need to edit?

Ciencia Al Poder (talkcontribs)

if you're an extension developer, simply implement SpecialPage::getGroupName()

If you're not, you can simply edit a MediaWiki page to set the group name. Create MediaWiki:Specialpages-specialpagegroup-<special page name> with the group name

For example: creating MediaWiki:Specialpages-specialpagegroup-userlogin with the content users, will move the Special:UserLogin from specialpages-group-login to specialpages-group-users

Reception123 (talkcontribs)

Thank you very much.