跳转到内容

MediaWiki:Gadget-wikEd.js:修订间差异

计算器百科,非营利的计算器专业知识百科。
Slz留言 | 贡献
创建页面,内容为“// _________________________________________________________________________________________ // |...”
 
Slz留言 | 贡献
无编辑摘要
第10行: 第10行:


// disable loading for IE, not needed, but might save a few milliseconds
// disable loading for IE, not needed, but might save a few milliseconds
if ( navigator.appName !== 'Microsoft Internet Explorer' ) {
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
  // load [[User:Cacycle/wikEd]] in-browser text editor
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
  importScript('User:Cacycle/wikEd.js');
+ '&action=raw&ctype=text/javascript');
}

2016年2月18日 (四) 09:51的版本

//  _________________________________________________________________________________________
// |                                                                                         |
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                  Changes to this page affect many users.                                |
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
// |_________________________________________________________________________________________|
//
// Imports [[User:Cacycle/wikEd.js]]
// wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]]

// disable loading for IE, not needed, but might save a few milliseconds
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript');