

IMPORTANT
I’ve managed to export a list of all mainspace pages on the wiki (excluding redirects): https://archive.today/2026.01.14-091514/https://paste.boywife.top/Rv9jNa?fmt=raw
And a list of all mainspace pages’ titles (excluding redirects): https://archive.today/2026.01.14-091559/https://paste.boywife.top/Cs-+tc?fmt=raw
Do what you want with them.


Here’s an XML dump of these pages: https://files.catbox.moe/3i52dy.7z.
Note that you need a local MediaWiki installation to access this dump, which is possible with XAMPP.
You should import it using php; not the web UI (Special:Import page) as it will just timeout there. This is possible with the following code:
cd (path to php in your XAMPP folder) php "(path to importDump.php [https://www.mediawiki.org/wiki/Manual:ImportDump.php] maintenance script)" --conf "(path to your MediaWiki installation's LocalSettings.php)" "(path to dump)" --username-prefix=""You also need to enable ParserFunctions extension for templates to work correctly. You can do this by adding the following line to your LocalSettings.php:
wfLoadExtension( 'ParserFunctions' );