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> |
| {{tl|{{PAGENAME}}}} is used to label unsigned comments on Talk pages left by a registered user. | | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> |
|
| |
|
| == Usage ==
| | <includeonly> |
| 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.
| | <!-- ADD CATEGORIES BELOW THIS LINE --> |
| :'''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.
| | [[Category:Internal link templates|Unsigned]] |
|
| |
|
| <code><nowiki>{{subst:Unsigned|user name|time, day month year (UTC)}}</nowiki></code> | | <!-- ADD INTERWIKIS BELOW THIS LINE --> |
| | | [[be:Шаблён:Няма подпісу]] |
| === Examples ===
| | [[de:Vorlage:Unsigned]] |
| * Typing: <code><nowiki>{{subst:Unsigned|Example|</nowiki>{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} <nowiki>(UTC)}}</nowiki></code>
| | [[es:Plantilla:Nofirmado]] |
| : will yield: {{Unsigned|demo=yes|Example|{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)}} | | [[fi:Malline:Allekirjoittamaton]] |
| * Typing: <code><nowiki>{{subst:Unsigned|Example}}</nowiki></code>
| | [[kn:ಟೆಂಪ್ಲೇಟು:Unsigned]] |
| : will yield: {{Unsigned|demo=yes|Example}} | | [[nl:Sjabloon:Afzender]] |
| | | [[pt:Predefinição:Não assinou]] |
| == TemplateData ==
| | [[ta:வார்ப்புரு:Unsigned]] |
| <templatedata>
| | [[vi:Tiêu bản:Vô danh]] |
| {
| | </includeonly> |
| "description": "Labels unsigned comments in a conversation.",
| |
| "params": {
| |
| "1": {
| |
| "label": "User name",
| |
| "type": "string/wiki-user-name",
| |
| "required": true,
| |
| "description": "Name address of the user who left the comment. The value is case-sensitive."
| |
| },
| |
| "2": {
| |
| "label": "Time and date",
| |
| "type": "string",
| |
| "description": "Timestamp from the edit history.",
| |
| "suggested": true
| |
| }
| |
| }
| |
| }
| |
| </templatedata> | |