Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
GameoAdmin (talk | contribs) (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', 'è':...") |
GameoAdmin (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
'ä':'ae', 'ö' : 'oe', 'ß': 'ss', 'ü':'ue' // German characters | 'ä':'ae', 'ö' : 'oe', 'ß': 'ss', 'ü':'ue' // German characters | ||
}); | }); | ||
+ | |||
+ | mw.loader.load( '/index.php?title=MediaWiki:Scripturizer.js&action=raw&ctype=text/javascript' ); |
Latest revision as of 16:43, 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( '/index.php?title=MediaWiki:Scripturizer.js&action=raw&ctype=text/javascript' );