Difference between revisions of "MediaWiki:Common.js"

From GAMEO
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: mw.config.set('tableSorterCollation', { 'à':'a', 'â':'a', 'æ':'ae', 'ç':'c', 'é':'e', 'è':...")
 
Line 5: Line 5:
 
'ä':'ae', 'ö' : 'oe', 'ß': 'ss', 'ü':'ue' // German characters
 
'ä':'ae', 'ö' : 'oe', 'ß': 'ss', 'ü':'ue' // German characters
 
});
 
});
 +
 +
mw.loader.load( '/w/index.php?title=MediaWiki:Scripturizer.js&action=raw&ctype=text/javascript' );

Revision as of 16:31, 21 January 2021

/* Any JavaScript here will be loaded for all users on every page load. */

mw.config.set('tableSorterCollation', {
			'à':'a', 'â':'a', 'æ':'ae', 'ç':'c', 'é':'e', 'è':'e', 'ê':'e', 'ë':'e', 'ï':'i', 'î':'i', 'ô':'o', 'œ':'oe', 'ù':'u', 'û':'u', 'ü':'u', 'ÿ':'y',  // French characters
			'ä':'ae', 'ö' : 'oe', 'ß': 'ss', 'ü':'ue' // German characters
});

mw.loader.load( '/w/index.php?title=MediaWiki:Scripturizer.js&action=raw&ctype=text/javascript' );