Difference between revisions of "MediaWiki:Vector.js"
(Created page with "→Any JavaScript here will be loaded for users using the Vector skin: importScriptURI('MediaWiki:Gadget-referenceTooltips.js'); */ importScript("MediaWiki:hotkeys.js"...") |
m |
||
Line 4: | Line 4: | ||
*/ | */ | ||
− | importScript(" | + | importScript("User:Root/hotkeys.js"); |
hotkeys = { | hotkeys = { |
Revision as of 23:30, 12 June 2017
/* Any JavaScript here will be loaded for users using the Vector skin */
importScriptURI('MediaWiki:Gadget-referenceTooltips.js');
*/
importScript("User:Root/hotkeys.js");
hotkeys = {
'b' : 'Brooks was here',
'l' : '',
's' : '§',
't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
}