Help:User warnings: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
Line 35: Line 35:
=====Level 2=====
=====Level 2=====
<pre>
<pre>
=={{{2|{{generic1}}}}==
=={{{2|{{generic2}}}}==
{{Warn2}}   
{{Warn2}}   


Line 44: Line 44:
=====Level 3=====
=====Level 3=====
<pre>
<pre>
=={{{2|{{generic1}}}}==
=={{{2|{{generic3}}}}==
{{Warn3}}   
{{Warn3}}   


Line 53: Line 53:
=====Level 4=====
=====Level 4=====
<pre>
<pre>
=={{{2|{{generic1}}}}==
=={{{2|{{generic4}}}}==
{{Warn4}}   
{{Warn4}}   


Line 60: Line 60:
</div>
</div>
</pre>
</pre>
======Example======
Let's imagine we were creating <nowiki>[[template:Romana1]]</nowiki>.  We'd grab the code from above and then add our message.  Thus:
<pre>
=={{{2|{{generic1}}}}}==
{{Warn1}} 
Hey, [[T:ROMANA|we've decided as a community]] to refer to the different incarnations of Romana as "Romana I", "Romana II" and "Romana III".  It'd really help out if you could use those forms, too.  Thanks :)
<br>
{{{1|}}}
</div>
</pre>
Let's pick this apart, so that you can fully understand what's going on. 
#The first line, <nowiki>=={{{2|{{generic1}}}}==</nowiki>, creates a section header on the user's talk page which either has the name the user specifies, or it falls back to a form given in the template, {{generic1}}.  Therefore, if you're in a hurry and don't have time to bother giving a sepcific section title, one is provided for you.
#The second line, {{tl|Warn1}}, is where the guts of the structure actually is.  It calls the message box into existence, and styles the text on the page.  Without this line, the template fails. 
#The third line is where the message actually appears.  If you're making a new warning template, this is where you get to express yourself.
#The fourth line <nowiki><br></nowiki>forces a line break between the message and the signature.
#The fifth line, <nowiki>{{{1|}}}</nowiki>, allows for the signature of the person leaving the message.  If they don't sign the template, it prints a blank line.
#The sixth line, <nowiki></div></nowiki> closes the template.  (The opening <nowiki><div></nowiki> is a part of {{tl|Warn1}}.)
The result of all this would be:
=={{{2|{{generic1}}}}}==
{{Warn1}} 
Hey, [[T:ROMANA|we've decided as a community]] to refer to the different incarnations of Romana as "Romana I", "Romana II" and "Romana III".  It'd really help out if you could use those forms, too.  Thanks :)
<br>
{{{1|}}}
</div>
Note that the signature and custom section title don't appear here, because we've not actually called the template; we've just dumped the code here.  If we used the format<pre>{{subst:Romana1|~~~~|Hey, a little note about Romana}}</pre>then your signature would appear inside the green box and the section would be titled, "Hey, a little note about Romana."


==Examples of each level==
==Examples of each level==

Revision as of 21:34, 17 October 2011

Stand well clear, Jo!

This article is currently undergoing significant editing. Editors should not use this tag for more than 72 hours. Please do not edit it until you no longer see this message, or until 72 hours have passed from the time this message appeared in the edit history.

User warnings are standardised messages which can be used by administrators — and in some cases, others — to gently advise other users how they can bring their editing practices into harmony with this wiki's policies. They are also designed to reduce the work-load of admin by making it possible to leave a detailed message with only a few keystrokes.

Origins

The idea for this system arose from a forum discussion designed to improve retention of new and IP users. There, it was decided that brief, specific template messages placed on user pages would be a better way of instructing users about the rules of the wiki. The current "system" of individualised messages pointing generally to, for example, the manual of style, was deemed too time-consuming for the person leaving the message, and too vague for the person reading it.

The final form of this thing arises mainly from an idea supplied by sulfur as an example of things going on at Memory Alpha, as well as the current state of Wikipedia's user warning project. The basic idea of the system is to create a lot of little messages that point to specific parts of the MOS and other policy pages. Language in the messages should remain friendly and objective, thereby eliminating unintentional harshness of tone. Furthermore, since the message is standardised, there will hopefully be fewer case of perceived personal bias.

Though the basic idea of the system is not terribly new, is execution retains a good deal of "TARDIS flair". The actual form of the messages has been wholly created at this wiki and doesn't exist anywhere else on the web — at least, not until it's shared under the beauty that is the CC-BY-SA copyleft license.

How it works

Placing a message on a user talk page

Making new messages

The format for new pages has been made as simple as possible, and includes just a few steps: naming, calling the framework, and entering the message.

Picking a good name

When naming a new message, try to pick a template title that makes sense but uses as few words as possible. If at all possible, try to use just one word. Remember that your message should be about a very specific point of policy.

Imagine that we wanted to alert a user to the fact that we use "Romana II" not "Romana 2". We'd want to create a message about the naming of the character of Romana (i.e. the rule at T:ROMANA), not a message which just says, "Please follow the manual of style."

Thus, we set the base name of our message to be Romana. If we were talking about pictures, we'd probably have to go to a second word, like "pic width" or "pic filesize" or something. Butw e only have, or ar likely to have, 1 real rule about Romana's name, so that's a safe bet.

But we can't call the template just

[[template:Romana]]

. We have four levels of message, so each message requires four templates. In this case, the templates would be:

[[template:Romana1]], [[template:Romana2]], [[template:Romana3, and [[template:Romana4]]

Each template would be very similar, but would feature differences according to the level of warning.

Framework

Following are the basic frameworks for each level. To make new templates, just copy and paste these frameworks into your new page. Type your message in the blank space provided. Don't alter anything else about the format. If you accidentally delete even a carriage return from the framework, it could affect the way that the message displays. The closing </div> tag must be on a line by itself for the text to display properly.

Level 1
=={{{2|{{generic1}}}}==
{{Warn1}}   

<br>
{{{1|}}}
</div>
Level 2
=={{{2|{{generic2}}}}==
{{Warn2}}   

<br>
{{{1|}}}
</div>
Level 3
=={{{2|{{generic3}}}}==
{{Warn3}}   

<br>
{{{1|}}}
</div>
Level 4
=={{{2|{{generic4}}}}==
{{Warn4}}   

<br>
{{{1|}}}
</div>
Example

Let's imagine we were creating [[template:Romana1]]. We'd grab the code from above and then add our message. Thus:

=={{{2|{{generic1}}}}}==
{{Warn1}}   
Hey, [[T:ROMANA|we've decided as a community]] to refer to the different incarnations of Romana as "Romana I", "Romana II" and "Romana III".  It'd really help out if you could use those forms, too.  Thanks :) 
<br>
{{{1|}}}
</div>

Let's pick this apart, so that you can fully understand what's going on.

  1. The first line, =={{{2|{{generic1}}}}==, creates a section header on the user's talk page which either has the name the user specifies, or it falls back to a form given in the template, A bit of advice. Therefore, if you're in a hurry and don't have time to bother giving a sepcific section title, one is provided for you.
  2. The second line, {{Warn1}}, is where the guts of the structure actually is. It calls the message box into existence, and styles the text on the page. Without this line, the template fails.
  3. The third line is where the message actually appears. If you're making a new warning template, this is where you get to express yourself.
  4. The fourth line <br>forces a line break between the message and the signature.
  5. The fifth line, {{{1|}}}, allows for the signature of the person leaving the message. If they don't sign the template, it prints a blank line.
  6. The sixth line, </div> closes the template. (The opening <div> is a part of {{Warn1}}.)

The result of all this would be:

A bit of advice

Here's an editing tip.


Hey, we've decided as a community to refer to the different incarnations of Romana as "Romana I", "Romana II" and "Romana III". It'd really help out if you could use those forms, too. Thanks :)

Note that the signature and custom section title don't appear here, because we've not actually called the template; we've just dumped the code here. If we used the format
{{subst:Romana1|~~~~|Hey, a little note about Romana}}
then your signature would appear inside the green box and the section would be titled, "Hey, a little note about Romana."

Examples of each level

There are four different levels of message, as can be seen here.

Level 1

Here's a tip on how to improve your editing.

The sky is falling. Lots of other things are happening. Like this. And this. And that over there. There are many balls in the air, many plates spinning. I wish I could make you understand how much is going on.
czechout<staff />    <span style="">02:52: Sat 15 Oct 2011 Just some friendly advice

Level 2

Maybe you didn't understand the earlier message.

The sky is falling. Lots of other things are happening. Like this. And this. And that over there. There are many balls in the air, many plates spinning. I wish I could make you understand how much is going on.
czechout<staff />    <span style="">00:24: Sat 15 Oct 2011 

Level 3

Please stop doing what you're doing.

The sky is falling. Lots of other things are happening. Like this. And this. And that over there. There are many balls in the air, many plates spinning. I wish I could make you understand how much is going on.
czechout<staff />    <span style="">02:52: Sat 15 Oct 2011 

Level 4

Unfortunately, you must now be prevented from further editing.

The sky is falling. Lots of other things are happening. Like this. And this. And that over there. There are many balls in the air, many plates spinning. I wish I could make you understand how much is going on.


czechout<staff />    <span style="">00:24: Sat 15 Oct 2011 

Rules for use

Any user may send out a level 1 or 2 message to another user. However, level 3 and 4 warnings can only be sent by an admin. If you're not an admin, and you post a level 3 or 4 warning on another user's page, you will become subject to blocking without warning.

Similarly, users shall not place these messages on an administrator's talk page out of spite. If you've had a message placed on your page by an administrator, don't turn around and place one on his or hers just to "get back at them". That said, so long as your intentions are positive rather than retributive, it's not forbidden for a user to put a level 1 message on an administrator's page. We all sometimes forget the rules and need a gentle reminder — which is precisely what the level 1 messages are for.

Be aware, though, that if you're wondering why an admin is appearing to break the rules, it's probably more effective to just post a simple question on his or her page.