Content deleted Content added
Ohconfucius (talk | contribs) tweak to removing english language parameters |
Ohconfucius (talk | contribs) repeat edit of TheDJ to production script re migration of Regex_menu_framework |
||
Line 7:
// *********************************************************************************************
/*************▼
*** Regex menu framework▼
*** by [[m:user:Pathoschild]] <http://meta.wikimedia.org/wiki/User:Pathoschild/Scripts/Regex_menu_framework>▼
*** - adds a sidebar menu of user-defined scripts.▼
*************/▼
importScriptURI('//meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/Regex_menu_framework.js&action=raw&ctype=text/javascript');
importScript("User:Ohconfucius/script/MOSNUM_utils.js"); //needed for "'Accessed' -> 'Retrieved'"
Line 542 ⟶ 537:
$.when(
$.ready,
mw.loader.using( 'mediawiki.util' ),
▲ /*************
▲ *** Regex menu framework
▲ *** by [[m:user:Pathoschild]] <http://meta.wikimedia.org/wiki/User:Pathoschild/Scripts/Regex_menu_framework>
▲ *** - adds a sidebar menu of user-defined scripts.
▲ *************/
$.ajax(
'//meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/Regex_menu_framework.js&action=raw&ctype=text/javascript',
{ dataType:'script', cache:true }
)
)
.then( addLinks );
}
}
|