The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
{{ | {{subst only}} | ||
{{UnsignedTemplates}} | |||
{{tl|{{PAGENAME}}}} is used to label unsigned comments in a conversation. | |||
=== Usage === | |||
=== | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 21: | Line 12: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "User name", | "label": "User name or IP", | ||
"type": "string/wiki-user-name", | "type": "string/wiki-user-name", | ||
"required": true, | "required": true, | ||
"description": "Name address of the user who left the comment. The value is case-sensitive." | "description": "Name or IP address of the user who left the comment. The value is case-sensitive." | ||
}, | }, | ||
"2": { | "2": { | ||
"label": "Time and date", | "label": "Time and date", | ||
"type": "string", | "type": "string", | ||
"description": "Timestamp from the edit history." | "description": "Timestamp from the edit history." | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
The time stamps in the edit history list for any talk page appear in [[UTC]], or in the local time that is set in your preferences. If you did not adjust the time in your preferences, then the times in the edit history list are in UTC. | |||
:'''Talk page times should always be in UTC.''' So be sure to use UTC time when using this unsigned template. Adjust the time, if necessary, using the difference you designated between the server UTC time and local time. If this is too difficult to figure out, or you are in a hurry, then leave out the time, and only put in the date. | |||
<code><nowiki>{{subst:Unsigned|user name or IP|time, day month year (UTC)}}</nowiki></code> | |||
=== Examples === | |||
* Typing: <code><nowiki>{{subst:Unsigned|Example|11:15, 1 June 2005 (UTC)}}</nowiki></code> | |||
: will yield: {{Unsigned|Example|11:15, 1 June 2005 (UTC)}} | |||
* Typing: <code><nowiki>{{subst:Unsigned|Example}}</nowiki></code> | |||
: will yield: {{Unsigned|Example}} | |||
=== See also === | |||
*{{t1|spa}} — for comments from [[Wikipedia:Single purpose account|single purpose accounts]] | |||
*{{tls|uw-tilde}} | |||
* {{tl|Interrupted}} | |||
{{signatures}} | |||
<includeonly> | |||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | |||
[[Category:Username internal link templates]] | |||
</includeonly> |