MediaWiki

Difference between revisions of "LiLiZip.js/load.js"

< MediaWiki:LiLiZip.js

(add view condition in order to ease editing the run page)
m (WikiLucas00 moved page MediaWiki:LinguaZip.js/load.js to MediaWiki:LiLiZip.js/load.js: LinguaZip is already used)

Revision as of 10:30, 3 September 2024

/** This script contains the code required for loading [[MediaWiki:LinguaZip.js]].
 *  All other code is located at that page.
 */

//Idea from [[User:Joeytje50/JWB.js]]

if (mw.config.get('wgPageName') === 'LinguaLibre:LinguaZip/run' && mw.config.get('wgAction') == 'view')
	mw.loader.load('/index.php?title=MediaWiki:LinguaZip.js&action=raw&ctype=text/javascript');