MediaWiki:Gadget-twinkleblock.js: Difference between revisions
Content deleted Content added
Repo at fe1535b: fix extra period in {{uw-botuhblock}} edit summary (#1774) |
Repo at 3425932: See https://en.wikipedia.org/wiki/Template_talk:Welcome-unregistered-constructive#Requested_move_29_December_2023 (#1941) |
||
Line 816:
* disabletalk: <disable user from editing their own talk page while blocked>
* expiry: <string - expiry timestamp, can include relative times like "5 months", "2 weeks" etc>
*
* forRegisteredOnly: <show block option in the interface only if the relevant user is registered>
* label: <string - label for the option of the dropdown in the interface (keep brief)>
Line 822:
* pageParam: <set if the associated block template accepts a page parameter>
* prependReason: <string - prepends the value of 'reason' to the end of the existing reason, namely for when revoking talk page access>
* nocreate: <block account creation from the user's IP (for
* nonstandard: <template does not conform to stewardship of WikiProject User Warnings and may not accept standard parameters>
* reason: <string - block rationale, as would appear in the block log,
Line 840:
'anonblock': {
expiry: '31 hours',
nocreate: true,
nonstandard: true,
Line 848:
'anonblock - school': {
expiry: '36 hours',
nocreate: true,
nonstandard: true,
Line 857:
'blocked proxy': {
expiry: '1 year',
nocreate: true,
nonstandard: true,
Line 866:
'CheckUser block': {
expiry: '1 week',
nocreate: true,
nonstandard: true,
Line 882:
},
'checkuserblock-wide': {
nocreate: true,
nonstandard: true,
Line 890:
'colocationwebhost': {
expiry: '1 year',
nonstandard: true,
reason: '{{colocationwebhost}}',
Line 904:
},
'school block': {
nocreate: true,
nonstandard: true,
Line 911:
},
'spamblacklistblock': {
expiry: '1 month',
disabletalk: true,
Line 921:
nocreate: true,
nonstandard: true,
sig: '~~~~'
},
'tor': {
expiry: '1 year',
nonstandard: true,
reason: '{{Tor}}',
Line 933:
'webhostblock': {
expiry: '1 year',
nonstandard: true,
reason: '{{webhostblock}}',
Line 950:
autoblock: true,
expiry: '31 hours',
nocreate: true,
pageParam: true,
Line 1,083:
},
'uw-ipevadeblock': {
nocreate: true,
reason: '[[WP:Blocking policy#Evasion of blocks|Block evasion]]',
Line 1,256:
'zombie proxy': {
expiry: '1 month',
nocreate: true,
nonstandard: true,
Line 1,486:
if (blockSettings.forRegisteredOnly) {
registrationRestrict = Twinkle.block.isRegistered;
} else if (blockSettings.
registrationRestrict = !Twinkle.block.isRegistered;
} else {
|