User:Cdip150/工具/介面/customEditMenu.js
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
if (typeof addDropdownMenu !=='undefined') {
addDropdownMenu("MyEditMenu","自訂編輯工具",[
{
id : "labVoting",
text : "-投票模板",
tagOpen : "" ,
sampleText : "" ,
tagClose : ""
},
{
id : "optVoteSupport",
text : "--支持",
tagOpen : "{\{支持}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "optVoteOppose",
text : "--反對",
tagOpen : "{\{反對}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "optVoteNeutral",
text : "--中立",
tagOpen : "{\{中立}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "optVoteDelete",
text : "--刪除",
tagOpen : "{\{刪除}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "optVoteKeep",
text : "--保留",
tagOpen : "{\{保留}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "optVoteComment",
text : "--意見",
tagOpen : "{\{意見}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "optVoteReply",
text : "--回應",
tagOpen : "{\{回應}\}" ,
sampleText : "" ,
tagClose : "—~~\~~"
},
{
id : "labGiveHonor",
text : "-授予維基榮譽",
tagOpen : "" ,
sampleText : "" ,
tagClose : ""
},
{
id : "optHouonNotice",
text : "--通知授予維基榮譽",
tagOpen : "{\{subst:user:cdip150/pkmsg/barn|" ,
sampleText : "名堂|等級" ,
tagClose : "}\}"
},
{
id : "optHotNewEditor",
text : "--維基熱新編輯",
tagOpen : "{\{HotNewEditor|" ,
sampleText : "月份" ,
tagClose : "}\}",
summary : "授予維基熱新編輯榮譽"
},
{
id : "optGoodNewEditor",
text : "--維基優秀新人",
tagOpen : "{\{GoodNewEditor|" ,
sampleText : "月份" ,
tagClose : "}\}",
summary : "授予維基優秀新人榮譽"
},
{
id : "optAssistantEditor",
text : "--維基見習編輯",
tagOpen : "{\{AssistantEditor|" ,
sampleText : "等級" ,
tagClose : "}\}",
summary : "授予維基見習編輯()榮譽"
},
{
id : "optAssociateEditor",
text : "--維基助理編輯",
tagOpen : "{\{AssociateEditor|" ,
sampleText : "等級" ,
tagClose : "}\}",
summary : "授予維基助理編輯()榮譽"
},
{
id : "optExecutiveEditor",
text : "--維基執行編輯",
tagOpen : "{\{ExecutiveEditor|" ,
sampleText : "等級" ,
tagClose : "}\}",
summary : "授予維基執行編輯()榮譽"
},
{
id : "optProduceEncouragement",
text : "--維基創作獎",
tagOpen : "{\{ProduceEncouragement|" ,
sampleText : "等級" ,
tagClose : "}\}",
summary : "授予 級維基創作獎"
},
{
id : "labWelcome",
text : "-歡迎模板",
tagOpen : "" ,
sampleText : "" ,
tagClose : ""
},
{
id : "optWelcomeNewComer",
text : "--歡迎新用戶",
tagOpen : "{\{subst:welcome|sign=<br />—~~\~~}\}" ,
sampleText : "" ,
tagClose : ""
},
{
id : "optWelcomeMacau",
text : "--歡迎澳門人",
tagOpen : "{\{subst:BemVindoMAC}\}" ,
sampleText : "" ,
tagClose : ""
},
{
id : "labOther",
text : "-其他",
tagOpen : "" ,
sampleText : "" ,
tagClose : ""
},
{
id : "optDYK",
text : "--處理新條目推薦",
tagOpen : "{\{subst:user:cdip150/pkmsg/dyk|<"+"!--pass?--"+">|<"+"!--oldid--"+">|t=\n" ,
sampleText : "" ,
tagClose : "\n}\}" ,
summary : "DYKtalk"
}
]);
}