Wikipedia:WikiProject User warnings/Design guidelines: Difference between revisions

Content deleted Content added
Naming convention, basic format and maintenance: add another reason we add the hidden comment
That's how they start, add what level 2 warnings often start with
 
(5 intermediate revisions by 3 users not shown)
Line 16:
There are 4 levels of template for editing actions that can be considered [[WP:VANDAL|vandalism]]. For editing actions that can include severe or gross examples of vandalism, a '''level 4im''' template is also included in the template series.
 
* '''Level 1''' – A notice – [[Wikipedia:Assume good faith|Assumes good faith]]. Generally includesstarts with "Welcome to Wikipedia" or some variant.
* '''Level 2''' – Caution – No faith assumption; just a note. Often starts with "Please do not..." or "Please refrain from...".
* '''Level 3''' – Warning – Assumes bad faith; cease and desist. GenerallyStarts includeswith "Please stop".
* '''Level 4''' – Final Warning – Assumes bad faith; strong cease and desist, last warning. Starts with something like "You may be blocked from editing the next time you..." in bold.
* '''Level 4im''' – Only Warning – Assumes bad faith; very strong cease and desist, first and only warning. Generally used in the case of excessive or continuous disruption from a user or specific IP.
 
Line 27:
* '''Level 1''' – A notice – [[Wikipedia:Assume good faith|Assumes good faith]]. Generally includes "Welcome to Wikipedia" or some variant.
* '''Level 2''' – Caution – No faith assumption; just a note.
* '''Level 3''' – Warning – Assumes bad faith; cease and desist. Generally includesStarts with "Please stop" or "Stop".
* '''Level 4''' – Final warning – Starts with "You may be blocked from editing the next time...".
 
===Single issue notices===
Line 38 ⟶ 39:
===Civility===
{{see also|Wikipedia:Please do not bite the newcomers|Wikipedia:Civility|Wikipedia:Etiquette}}
Regardless of the severity level of the template, any user warning should be a model of civility (even for the most destructive vandal). Remember thanthat when you use a warning template, you may be seen to do so in Wikipedia's name.
 
===Language===
Line 77 ⟶ 78:
===Parameters===
====Default values====
Nearly every parameter should have a default value, such that misuse does not break the template. You can set the default value of a parameter by using piped syntax (<code><nowiki>{{{1|default value}}}</nowiki></code>). For example, the template below takes a parameter; whichit expects the user to supply the propera [[pronounnoun]], but if they don't, it uses a default noun ("This").
<pre>{{{1|He or sheThis}}} is cool.</pre>
 
Supplied with the pronoun withnoun <code><nowiki>{{template|HeWikipedia}}</nowiki></code>, the template will expand to "HeWikipedia is cool". Ignoring<code><nowiki>{{template|This thehelp parameterpage}}</nowiki></code> will expand to "This help page is cool". If the with <code><nowiki>{{template}}</nowiki></code>, the template will defaultuse the default value, and expand to "He or sheThis is cool".
 
====Named syntax====