MediaWiki:Gadget-wikieditor-highlight.js

H萌娘,万物皆可H的百科全书!
imported>=海豚=2021年11月13日 (六) 22:05的版本 (以“if([ 'edit','submit'].indexOf(mw.config.get('wgAction')) !== -1 && mw.config.get("wgPageContentModel") === 'wikitext') { mw.loader.load('//cdn.jsdelivr.net/npm/codemirror@5.…”替换内容)
跳到导航 跳到搜索

注意:这类代码页面在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

if([ 'edit','submit'].indexOf(mw.config.get('wgAction')) !== -1 && mw.config.get("wgPageContentModel") === 'wikitext') {
	mw.loader.load('//cdn.jsdelivr.net/npm/[email protected]/lib/codemirror.min.js');
	mw.loader.load('/index.php?title=User:=海豚=/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('//cdn.jsdelivr.net/gh/bhsd-harry/[email protected]/otherwiki/mediawiki.min.js');
	mw.loader.load('/index.php?title=User:=海豚=/tools/wikihighlight.css&action=raw&ctype=text/css', 'text/css');
}