[00:39:27] p858snake|cloud: thanks [09:34:13] hi, how do I make an extension that just makes a blank special page called `Special:Blank`? [09:34:13] the guides on mediawiki.org aren't helping [09:37:21] Anpang: that page already exists in MediaWiki core: https://www.mediawiki.org/wiki/Special:BlankPage [09:37:33] just as an example [09:45:42] Anpang: find an extension that creates a special page, and look at it. Basically, extension.json would define the classes involved and hooks needed [09:46:01] ah [09:46:04] ty