The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

MediaWiki:Wikia.js: Difference between revisions

From The Codex
m
PlozBot
PlozBot (talk | contribs) (Undo revision 82538 by PlozBot (talk))
m
Line 1: Line 1:
// prevents existing tags from being hidden
// prevents existing tags from being hidden
(window.dev = window.dev || {}).profileTags = { noHideTags: true };
(window.dev = window.dev || {}).profileTags = { noHideTags: true };
//================================================
// Makes ProfileTags not override InactiveUsers
//================================================
mw.hook('dev.profile-tags').add(function() {
    importScriptPage("MediaWiki:InactiveUsers/code.js", 'dev');
});

Revision as of 23:53, 14 February 2021

// prevents existing tags from being hidden
(window.dev = window.dev || {}).profileTags = { noHideTags: true };