Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.
In the meantime, you can help by moving all permalinks to IPFS
MediaWiki:Minerva.js: Difference between revisions
Jump to navigation
Jump to search
Created page with "→All JavaScript here will be loaded for users of the MinervaNeue skin: →Collapse the navbox section by default: $(function() { if ($(window).width() >= 720 && $('.navbox-section:visible').length) $('.navbox-heading').click(); }); →MarioWiki: Custom menu: $.when(mw.loader.using('mediawiki.util'), $.ready).then(function() { var rcStyleClasses = ['mw-ui-icon', 'mw-ui-icon-before', 'mw-ui-icon-minerva-recentChanges']; var rcNode = mw.util.addPortletLink('p..." |
Replaced content with "→All JavaScript here will be loaded for users of the MinervaNeue skin: " Tag: Replaced |
||
| Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the MinervaNeue skin */ | /* All JavaScript here will be loaded for users of the MinervaNeue skin */ | ||