「MediaWiki:Gadget-DotsSyntaxHighlighter.js」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>=海豚= 無編輯摘要 |
imported>=海豚= 無編輯摘要 |
||
| 行 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(' | mw.loader.load('/index.php?title=User:=海豚=/tools/codemirror.js&action=raw&ctype=text/javascript'); | ||
mw.loader.load(' | mw.loader.load('/index.php?title=User:=海豚=/tools/codemirror.css&action=raw&ctype=text/css', 'text/css'); | ||
setTimeout(checkVariable, 100); | setTimeout(checkVariable, 100); | ||
} | } | ||
| 行 10: | 行 10: | ||
return; | return; | ||
} | } | ||
mw.loader.load(' | mw.loader.load('/index.php?title=User:=海豚=/tools/wikihighlight.js&action=raw&ctype=text/javascript'); | ||
mw.loader.load(' | mw.loader.load('/index.php?title=User:=海豚=/tools/wikihighlight.css&action=raw&ctype=text/css', 'text/css'); | ||
} | } | ||