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

Content added Content deleted
No edit summary
No edit summary
Line 44: Line 44:


Window.setTitle( "條目维护標記" );
Window.setTitle( "條目维护標記" );

form.append({ type: 'header', label: '常因' });


// function to generate a checkbox, with appropriate subgroup if needed
// function to generate a checkbox, with appropriate subgroup if needed
Line 53: Line 55:
switch (tag) {
switch (tag) {
case "併":
case "併":
var otherTagName = "併";
checkbox.subgroup = [
checkbox.subgroup = [
{
{
Line 59: Line 60:
type: 'input',
type: 'input',
label: '目標:',
label: '目標:',
},
{
name: 'mergeTagOther',
type: 'checkbox',
list: [
{
label: '用{{' + otherTagName + '}}標記其他條目',
checked: true,
}
]
}
}
];
];
Line 85: Line 76:
disputes.push({
disputes.push({
value: reason,
value: reason,
label: Twinkle.tag.article.dispute[reason]
label: reason + ':' + Twinkle.tag.article.dispute[reason]
});
});
}
}
Line 242: Line 233:
'併': '議併',
'併': '議併',
'無據': '是文無引據',
'無據': '是文無引據',
'文未準': '是文未準,須辨真偽、正文辭'
'文未準': '是文未準,須辨真偽、正文辭。可自定未準緣由。'
};
};


Twinkle.tag.article.dispute = {
Twinkle.tag.article.dispute = {
'引據未準,須審讀': '引用的準確性無法核實',
'引據不全': '引據不能覆蓋全文',
'引據未準,須細審讀': '引用的準確性無法核實',
'需纂以維基碼': '需要維基化',
'需纂以維基碼': '需要維基化',
'文辭未準,須辨真偽': '真實性存疑',
'存疑,須辨真偽': '真實性存疑',
'文中存纂者己見': '包含編者個人想法、原創研究等',
'文中存纂者己見': '包含編者個人想法、原創研究等',
'非中立': '中立性有問題'
'非大典文辭': '非百科全書語氣',
'非中立': '中立性有問題。注意:請仔細解釋原因否則標記可能無效。',
'分段、分節過於瑣碎': '[[:zh:Wikipedia:Jessechi]]愛做的事情。'
};
};