Addshore added a comment.
In T216719#4972626 <https://phabricator.wikimedia.org/T216719#4972626>, @Michael wrote: > Wait, special pages can be under more than one heading? > > If we were to go that way, we could make a "Wikibase Schemas" heading as well. Technically it is possible yes, and there are probably a few different ways of doing it: - have a generic special page class, which just redirects you to another special name, then you can register multiple pages in $wgSpecialPages which all point to the same real page. - have subclasses of the generic special page / allow setting the title / name in the constructor, this would allow you to pass the full page into $wgSpecialPages (instead of just a redirect) The first option is probably better, as it allows the old names to continue to be used etc Special:SetLabel. on the whole there is a little bit to think about but it wouldn't be too much work. I would be pro a reorganization if we think we need it. TASK DETAIL https://phabricator.wikimedia.org/T216719 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Michael, Addshore, Aklapper, Greta_Doci_WMDE, Lydia_Pintscher, pdehaye, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, _jensen, Jonas, abian, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
