“MediaWiki:Common.js”的版本间差异

来自大厂乐乎
(创建页面,内容为“→‎这里的任何JavaScript将为所有用户在每次页面载入时加载。:​ // install Wikipedia:User:Cacycle/wikEd in-browser text editor (function () { var script = document.createElement('script'); script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript'; script.async = true; document.getElementsByTagName('head')[0].appendChild(script); } ) ();”
(没有差异)

2022年4月29日 (五) 14:45的版本

/* 这里的任何JavaScript将为所有用户在每次页面载入时加载。 */
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
{
	var script = document.createElement('script');
	script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
	script.async = true;
	document.getElementsByTagName('head')[0].appendChild(script);
 }
) ();