User:Sav/welcome.js: Difference between revisions

From Test Wiki
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
const WELCOME_TEMPLATE = "User:Sav/Welcome";
/* 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');
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 = "Welcome!"; // Change this to change the query used to detect if you're welcoming
const tag = "Welcome!"; // Change this to change the query used to detect if you're welcoming