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
m
 
(One intermediate revision by the same user not shown)
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: false };
 
//================================================
// Makes ProfileTags not override InactiveUsers
//================================================
 
mw.hook('dev.profile-tags').add(function() {
    importScriptPage("MediaWiki:InactiveUsers/code.js", 'dev');
});

Latest revision as of 00:17, 15 February 2021

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