User:Sav/welcome.js: Difference between revisions
From Test Wiki
Content deleted Content added
Created page with "→TO USE: ADD LINES LIKE BELOW const WELCOME_TEMPLATE = "<full page name of your welcome template>"; mw.loader.load('/w/index.php?title=User:Sav/welcome.js&action=raw&ctype=text/javascript'); FOR EXAMPLE: const WELCOME_TEMPLATE = "User:Sav/Welcome"; mw.loader.load('/w/index.php?title=User:Sav/welcome.js&action=raw&ctype=text/javascript');: const tag = "welcomingnice"; // Change this to change the query used to detect if you're welcoming if (mw.config.get('wgName..." |
No edit summary |
||
| Line 11: | Line 11: | ||
*/ |
*/ |
||
const tag = " |
const tag = "Welcome!"; // Change this to change the query used to detect if you're welcoming |
||
if (mw.config.get('wgNamespaceNumber') == 3) { |
if (mw.config.get('wgNamespaceNumber') == 3) { |
||