Difference between revisions of "User:Root/vector.js"

From www.PSALTIKI.info
Jump to: navigation, search
(Created page with "importScript("User:GregU/hotkeys.js");: importScript("MediaWiki:hotkeys.js"); hotkeys = { 'b' : 'Brooks was here', 'l' : '', 's' : '§', 't' : '{| cla...")
 
m
Line 1: Line 1:
 
/* importScript("User:GregU/hotkeys.js"); */
 
/* importScript("User:GregU/hotkeys.js"); */
  
  importScript("MediaWiki:hotkeys.js");  
+
  importScriptURI("//wiki/MediaWiki:hotkeys.js");  
  
 
hotkeys = {
 
hotkeys = {

Revision as of 23:43, 12 June 2017

/* importScript("User:GregU/hotkeys.js"); */

 importScriptURI("//wiki/MediaWiki:hotkeys.js"); 

hotkeys = {
    'b' : 'Brooks was here',
    'l' : '',
    's' : '§',
    't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
}