Difference between revisions of "Template:Locked global account/doc"

From blackwiki
Jump to navigation Jump to search
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
*<code>blocked=yes</code> - adds the following text to the end of the first sentence "and has been [[Wikipedia:Blocking policy|blocked]] from editing on this wiki".
 
*<code>blocked=yes</code> - adds the following text to the end of the first sentence "and has been [[Wikipedia:Blocking policy|blocked]] from editing on this wiki".
 
*<code>banned=''link to discussion/decision''</code> - adds the following text to the end of first sentence (before the blocked parameter) "and has been [[Wikipedia:Banning policy|banned]] from this wiki".
 
*<code>banned=''link to discussion/decision''</code> - adds the following text to the end of first sentence (before the blocked parameter) "and has been [[Wikipedia:Banning policy|banned]] from this wiki".
*<code>link<code> - can be used to link to relevant discussions (such as the request at [[meta:SRG]], or an [[WP:ANI]] discussion). They are forced as plainlinks. <code>link 2</code> and <code>link 3</code> can be used for more links if required.
+
*<code>link</code> - can be used to link to relevant discussions (such as the request at [[meta:SRG]], or an [[WP:ANI]] discussion). They are forced as plainlinks. <code>link 2</code> and <code>link 3</code> can be used for more links if required.
 
*<code>namewarning</code> – transcludes {{tl|Namewarning}} after the template.
 
*<code>namewarning</code> – transcludes {{tl|Namewarning}} after the template.
  
Line 44: Line 44:
 
== See also ==
 
== See also ==
 
*{{tl|Banned user}}
 
*{{tl|Banned user}}
*{{tl|Blocked user}}, example of blocked user
 
 
*{{tl|Sockpuppeteer}}
 
*{{tl|Sockpuppeteer}}
 
*{{tl|Sockpuppet}}
 
*{{tl|Sockpuppet}}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
+
<includeonly>{{Sandbox other||
 
<!-- Categories go here, and interwikis go in Wikidata -->
 
<!-- Categories go here, and interwikis go in Wikidata -->
 
[[Category:User block templates]]
 
[[Category:User block templates]]
 
[[Category:Wikipedia templates which apply NOINDEX]]
 
[[Category:Wikipedia templates which apply NOINDEX]]
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 00:16, 26 April 2020

This template should not be used for normal blocks or bans; rather, it is for accounts that have been globally locked by a steward after due consideration. The template adds the __NOINDEX__ magic word.

Usage

Note: all parameters are optional.

  • blocked=yes - adds the following text to the end of the first sentence "and has been blocked from editing on this wiki".
  • banned=link to discussion/decision - adds the following text to the end of first sentence (before the blocked parameter) "and has been banned from this wiki".
  • link - can be used to link to relevant discussions (such as the request at meta:SRG, or an WP:ANI discussion). They are forced as plainlinks. link 2 and link 3 can be used for more links if required.
  • namewarning – transcludes {{Namewarning}} after the template.

Examples of usage

Usage Code Output
Basic usage {{Locked global account}}
Locked and blocked on enwiki {{Locked global account|blocked=yes}}
Locked and banned on enwiki {{Locked global account|banned=[[Wikipedia:Arbitration/Requests /Case/GoodDay#Amendments|Arbitration decision]]}}
Locked with interwiki link to account lock request {{Locked global account|link=[[meta:Steward requests/Global/2013-12#Global lock for some spambots|Steward request]]}}
Locked with URL to account lock request {{Locked global account|link=[//meta.wikimedia.org/wiki/Steward _requests/Global/2013-12#Global_lock_for_some_spambots Steward request]}}
Locked with namewarning {{Locked global account|namewarning=yes}}
Template:Namewarning

See also