User:逆襲的天邪鬼/Twinkle-lzh/friendlytag.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 44:
 
Window.setTitle( "條目维护標記" );
 
form.append({ type: 'header', label: '常因' });
 
// function to generate a checkbox, with appropriate subgroup if needed
Line 53 ⟶ 55:
switch (tag) {
case "併":
var otherTagName = "併";
checkbox.subgroup = [
{
Line 59 ⟶ 60:
type: 'input',
label: '目標:',
},
{
name: 'mergeTagOther',
type: 'checkbox',
list: [
{
label: '用{{' + otherTagName + '}}標記其他條目',
checked: true,
}
]
}
];
Line 85 ⟶ 76:
disputes.push({
value: reason,
label: reason + ':' + Twinkle.tag.article.dispute[reason]
});
}
Line 242 ⟶ 233:
'併': '議併',
'無據': '是文無引據',
'文未準': '是文未準,須辨真偽、正文辭。可自定未準緣由。'
};
 
Twinkle.tag.article.dispute = {
'引據未準,須審讀不全': '引用的準確性無法核實據不能覆蓋全文',
'引據未準,須細審讀': '引用的準確性無法核實',
'需纂以維基碼': '需要維基化',
'辭未準存疑,須辨真偽': '真實性存疑',
'文中存纂者己見': '包含編者個人想法、原創研究等',
'非中立大典文辭': '中立性有問題非百科全書語氣',
'非中立': '中立性有問題。注意:請仔細解釋原因否則標記可能無效。',
'分段、分節過於瑣碎': '[[:zh:Wikipedia:Jessechi]]愛做的事情。'
};