MediaWiki:Gadget-DotsSyntaxHighlighter.js:修订间差异
跳到导航
跳到搜索
imported>=海豚= 无编辑摘要 |
imported>Irukaza 无编辑摘要 |
||
| 第1行: | 第1行: | ||
if([ 'edit','submit'].indexOf(mw.config.get('wgAction')) !== -1 && mw.config.get("wgPageContentModel") === 'wikitext') { | if([ 'edit','submit'].indexOf(mw.config.get('wgAction')) !== -1 && mw.config.get("wgPageContentModel") === 'wikitext') { | ||
mw.loader.load('/index.php?title=User: | mw.loader.load('/index.php?title=User:Irukaza/tools/codemirror.js&action=raw&ctype=text/javascript'); | ||
mw.loader.load('/index.php?title=User: | mw.loader.load('/index.php?title=User:Irukaza/tools/codemirror.css&action=raw&ctype=text/css', 'text/css'); | ||
setTimeout(checkVariable, 100); | setTimeout(checkVariable, 100); | ||
} | } | ||
| 第10行: | 第10行: | ||
return; | return; | ||
} | } | ||
mw.loader.load('/index.php?title=User: | mw.loader.load('/index.php?title=User:Irukaza/tools/wikihighlight.js&action=raw&ctype=text/javascript'); | ||
mw.loader.load('/index.php?title=User: | mw.loader.load('/index.php?title=User:Irukaza/tools/wikihighlight.css&action=raw&ctype=text/css', 'text/css'); | ||
} | } | ||
2022年1月22日 (六) 18:36的最新版本
if([ 'edit','submit'].indexOf(mw.config.get('wgAction')) !== -1 && mw.config.get("wgPageContentModel") === 'wikitext') {
mw.loader.load('/index.php?title=User:Irukaza/tools/codemirror.js&action=raw&ctype=text/javascript');
mw.loader.load('/index.php?title=User:Irukaza/tools/codemirror.css&action=raw&ctype=text/css', 'text/css');
setTimeout(checkVariable, 100);
}
function checkVariable() {
if(typeof CodeMirror === 'undefined') {
setTimeout(checkVariable, 100);
return;
}
mw.loader.load('/index.php?title=User:Irukaza/tools/wikihighlight.js&action=raw&ctype=text/javascript');
mw.loader.load('/index.php?title=User:Irukaza/tools/wikihighlight.css&action=raw&ctype=text/css', 'text/css');
}