MediaWiki:Gadget-twinkleblock.js: Difference between revisions
Content deleted Content added
Amorymeltzer (talk | contribs) Repo at 75e6802: Don't overwrite wgFormattedNamespaces |
Amorymeltzer (talk | contribs) Repo at 100d502: Add tooltip to block log entry suggesting adding information; Add uw-aepblock |
||
Line 280:
label: 'Reason (for block log):',
name: 'reason',
tooltip: 'Consider adding helpful details to the default message.',
value: Twinkle.block.field_block_options.reason
});
Line 709 ⟶ 710:
reason: '[[WP:Arbitration enforcement|Arbitration enforcement]]',
reasonParam: true,
summary: 'You have been blocked from editing for violating an [[WP:Arbitration|arbitration decision]]
},
'uw-bioblock': {
Line 1,041 ⟶ 1,042:
reason: 'Email [[WP:Harassment|harassment]]',
summary: 'You have been [[WP:PB|blocked]] from emailing other editors for [[WP:Harassment|harassment]]'
},
'uw-aepblock': {
autoblock: true,
nocreate: false,
pageParam: false,
reason: '[[WP:Arbitration enforcement|Arbitration enforcement]]',
reasonParam: true,
summary: 'You have been [[WP:PB|blocked]] from editing for violating an [[WP:Arbitration|arbitration decision]]'
}
};
Line 1,151 ⟶ 1,160:
{ label: 'Misusing multiple accounts', value: 'uw-acpblock' },
{ label: 'Misusing multiple accounts - indefinite', value: 'uw-acpblockindef' },
{ label: 'Email harassment', value: 'uw-epblock' },
{ label: 'Arbitration enforcement', value: 'uw-aepblock' }
]
}
|