「MediaWiki:Gadget-popups.js」の版間の差分

提供: 萌えっ娘百科事典
移動先: 案内検索
(内容を「(function(mw) { var node = document.createElement('script'); node.addEventListener('load', function() { mw.loader.load('//zh.moegirl.org/index.php?title=Me...」で置換)
(// Edit Via InPageEdit)
2行目: 2行目:
 
     var node = document.createElement('script');
 
     var node = document.createElement('script');
 
     node.addEventListener('load', function() {
 
     node.addEventListener('load', function() {
         mw.loader.load('//zh.moegirl.org/index.php?title=MediaWiki:Gadget-popups-main.js&action=raw&ctype=text/javascript');
+
         mw.loader.load('//zh.moegirl.org.cn/index.php?title=MediaWiki:Gadget-popups-main.js&action=raw&ctype=text/javascript');
 
     });
 
     });
     node.src = 'https://ja.moegirl.org/MediaWiki:Gadget-popups.js/translation-' + (mw.config.get('wgUserLanguage') === 'ja' ? 'ja' : 'zh') + '.js?action=raw&ctype=text/javascript';
+
     node.src = 'https://ja.moegirl.org.cn/MediaWiki:Gadget-popups.js/translation-' + (mw.config.get('wgUserLanguage') === 'ja' ? 'ja' : 'zh') + '.js?action=raw&ctype=text/javascript';
 
     document.body.appendChild(node);
 
     document.body.appendChild(node);
 
})(mediaWiki);
 
})(mediaWiki);

2022年3月29日 (火) 13:21時点における版

(function(mw) {
    var node = document.createElement('script');
    node.addEventListener('load', function() {
        mw.loader.load('//zh.moegirl.org.cn/index.php?title=MediaWiki:Gadget-popups-main.js&action=raw&ctype=text/javascript');
    });
    node.src = 'https://ja.moegirl.org.cn/MediaWiki:Gadget-popups.js/translation-' + (mw.config.get('wgUserLanguage') === 'ja' ? 'ja' : 'zh') + '.js?action=raw&ctype=text/javascript';
    document.body.appendChild(node);
})(mediaWiki);