Difference between revisions of "MediaWiki:Global.js"

From www.PSALTIKI.info
Jump to: navigation, search
(Created page with "mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Papaserafim/hotkeys.js&action=raw&ctype=text/javascript' ); hotkeys = { 'b' : 'Brooks was here', 'n' : 'nnnB...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Papaserafim/hotkeys.js&action=raw&ctype=text/javascript' );
+
/*
 +
mw.loader.load( '//localhost:8001/index.php?title=User:Root/hotkeys.js&action=raw&ctype=text/javascript' );
 
hotkeys = {
 
hotkeys = {
 
     'b' : 'Brooks was here',
 
     'b' : 'Brooks was here',
Line 7: Line 8:
 
     't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
 
     't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
 
};
 
};
 +
*/

Latest revision as of 00:53, 22 June 2017

/*
mw.loader.load( '//localhost:8001/index.php?title=User:Root/hotkeys.js&action=raw&ctype=text/javascript' );
hotkeys = {
    'b' : 'Brooks was here',
    'n' : 'nnnBrooks was here',
    'l' : '',
    's' : '§',
    't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
};
*/