395
Bearbeitungen
(Änderung 187892 von Karl Gruber (Diskussion) rückgängig gemacht.) |
(import --> loader) |
||
Zeile 96: | Zeile 96: | ||
} | } | ||
})}); | })}); | ||
/** | |||
* Sortierung von Umlauten und ß auch ohne [[Vorlage:SortKey]] ermöglichen | |||
* For jquery.tablesorter.js | |||
*/ | |||
mw.config.set( 'tableSorterCollation', {'Ä':'A', 'Ö':'O', 'Ü':'U', 'ä':'a', 'ö':'o', 'ü':'u', 'ß':'ss'} ); | |||
/** | /** | ||
* load the Edittools on [[Special:Upload]] and prefill the summary textarea | * load the Edittools on [[Special:Upload]] and prefill the summary textarea | ||
* Load pages: [[MediaWiki: | * Load pages: [[MediaWiki:Gadget-uploadtools.js]], [[MediaWiki:Onlyifediting.js]] | ||
*/ | */ | ||
if (mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload') { | if (mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload') { | ||
mw.loader.load('ext.gadget.uploadtools'); | |||
mw.loader.load('//de.wikipedia.org/w/index.php?title=MediaWiki:Onlyifediting.js&action=raw&ctype=text/javascript'); | |||
} | } | ||
/** | /** | ||
* load the Edittools ([[MediaWiki:Edittools]], the part under the edit form) | * load the Edittools ([[MediaWiki:Edittools]], the part under the edit form) | ||
Zeile 111: | Zeile 117: | ||
*/ | */ | ||
if ( mw.config.get( 'wgAction' ) === 'edit' || mw.config.get( 'wgAction' ) === 'submit' ) { | if ( mw.config.get( 'wgAction' ) === 'edit' || mw.config.get( 'wgAction' ) === 'submit' ) { | ||
mw.loader.load('//de.wikipedia.org/w/index.php?title=MediaWiki:Onlyifediting.js&action=raw&ctype=text/javascript'); | |||
} | } | ||
//NavigationBarShowDefault = 2; // Bis zu 10 Leisten ausklappen | //NavigationBarShowDefault = 2; // Bis zu 10 Leisten ausklappen | ||
//================================================================================ | //================================================================================ |