Latest revision |
Your text |
Line 1: |
Line 1: |
| {{Documentation subpage}} | | ---- |
| <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | | <includeonly>:''This template documentation is [[Wikipedia:Template doc page pattern|transcluded]] from [[{{FULLPAGENAME}}/doc]]'' [<span class="plainlinks">[{{fullurl:{{FULLPAGENAMEE}}/doc|action=edit}} edit]</span>]</includeonly>__NOTOC__ |
| {{tl|{{PAGENAME}}}} is used to label unsigned comments on Talk pages left by a registered user. | | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> |
| | === Purpose === |
| | * {{tl|unsigned}} |
| | Used to label unsigned comments in a conversation. |
|
| |
|
| == Usage == | | === Usage === |
| The timestamps 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.
| | <code>{{subst:unsigned|''user name''|''date''}}</code> |
| :'''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. Note that failing to provide a timestamp in exactly this format (including the "UTC" in parentheses) can cause talk page archiving bots to fail to archive the thread. | | ;user name : name or IP of user who left comment |
| | ;date : datestamp from edit history (remember to label it UTC) |
|
| |
|
| <code><nowiki>{{subst:Unsigned|user name|time, day month year (UTC)}}</nowiki></code> | | === Example === |
| | Typing: |
| | <code><nowiki>{{subst:unsigned|Jpgordon|09:20, Jun 17, 2005 (UTC)}}</nowiki></code> |
| | will yield: |
| | {{unsigned|Jpgordon|09:20, Jun 17, 2005 (UTC)}} |
|
| |
|
| === Examples === | | === See also === |
| * Typing: <code><nowiki>{{subst:Unsigned|Example|</nowiki>{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} <nowiki>(UTC)}}</nowiki></code> | | *{{tl|Unsigned2}} — same thing, arguments in reverse order |
| : will yield: {{Unsigned|demo=yes|Example|{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)}}
| | *{{tl|Unsigned3}} |
| * Typing: <code><nowiki>{{subst:Unsigned|Example}}</nowiki></code> | | *{{tl|Unsig}} |
| : will yield: {{Unsigned|demo=yes|Example}}
| |
|
| |
|
| == TemplateData == | | === User Page Template === |
| <templatedata> | | {{tls|tilde}} |
| {
| | <includeonly> |
| "description": "Labels unsigned comments in a conversation.",
| | <!-- ADD CATEGORIES BELOW THIS LINE --> |
| "params": {
| | [[Category:Internal link templates|Unsigned]] |
| "1": {
| | |
| "label": "User name",
| | <!-- ADD INTERWIKIS BELOW THIS LINE --> |
| "type": "string/wiki-user-name",
| | [[be:Шаблён:Няма подпісу]] |
| "required": true,
| | [[de:Vorlage:Unsigned]] |
| "description": "Name address of the user who left the comment. The value is case-sensitive."
| | [[es:Plantilla:Nofirmado]] |
| },
| | [[fi:Malline:Allekirjoittamaton]] |
| "2": {
| | [[kn:ಟೆಂಪ್ಲೇಟು:Unsigned]] |
| "label": "Time and date",
| | [[nl:Sjabloon:Afzender]] |
| "type": "string",
| | [[pt:Predefinição:Não assinou]] |
| "description": "Timestamp from the edit history.",
| | [[ta:வார்ப்புரு:Unsigned]] |
| "suggested": true
| | [[vi:Tiêu bản:Vô danh]] |
| }
| | </includeonly> |
| }
| |
| }
| |
| </templatedata> | |