跳转到内容

User:Towerman/customEdittools.js

维基百科,自由的百科全书

这是User:Towerman/customEdittools.js当前版本,由Towerman留言 | 贡献编辑于2012年7月30日 (一) 16:27。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
addDropdownMenu("myEd",'我的工具',[
	{ 
		id         : "wpwh",
		text       : "武汉专题评级",
		tagOpen    : "{\{WPWuhan|class=|importance=" ,
		sampleText : "|photo=|ref=|attention=",
		tagClose   : "}\}"
	},
        { 
		id         : "myitem",
		text       : "条目贡献",
		tagOpen    : "{\{User:Towerman/template/item|" ,
		sampleText : "条目",
		tagClose   : "}\}"
	},
        { 
		id         : "ilh",
		text       : "跨语言链接",
		tagOpen    : "{\{Link-en|中文条目|" ,
		sampleText : "en item",
		tagClose   : "}\}"
	},
        { 
		id         : "unref",
		text       : "无参考",
		tagOpen    : "{\{subst:" ,
		sampleText : "unreferenced/auto",
		tagClose   : "}\}"
	},
        { 
		id         : "classicon",
		text       : "级别标识",
		tagOpen    : "{\{Classicon|" ,
		sampleText : "B",
		tagClose   : "}\}"
	},
        { 
		id         : "unsigned",
		text       : "补签名",
		tagOpen    : "{\{subst:unsigned|用户名或IP|" ,
		sampleText : "时间日期",
		tagClose   : "}\}"
	}
]);