MediaWiki:Gadget-HotCat.js: различия между версиями
Перейти к навигации
Перейти к поиску
og_>Krinkle (→using [[mw:CodeEditor|CodeEditor]]: yay, https + protocol-relative enabled) |
SAS (обсуждение | вклад) (Новая страница: «//Should have the same contents as MediaWiki:Gadget-HotCat.js var hotcat_translations_from_commons = true; if( wgServer.indexOf( 'https://secure.wikimedia.org…») |
||
Строка 1: | Строка 1: | ||
− | + | //Should have the same contents as MediaWiki:Gadget-HotCat.js | |
+ | |||
+ | var hotcat_translations_from_commons = true; | ||
+ | |||
+ | if( wgServer.indexOf( 'https://secure.wikimedia.org' ) == 0 ) { | ||
+ | importScriptURI( wgScript + '?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' ); | ||
+ | } else { | ||
+ | importScriptURI( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' ); | ||
+ | } |
Версия 14:10, 4 июня 2012
//Should have the same contents as MediaWiki:Gadget-HotCat.js
var hotcat_translations_from_commons = true;
if( wgServer.indexOf( 'https://secure.wikimedia.org' ) == 0 ) {
importScriptURI( wgScript + '?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );
} else {
importScriptURI( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );
}