Template:Unsigned/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Reverted edits by Fourpgi (talk) to last version by Harej)
(Fix dead links)
 
(36 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{Documentation subpage}}<includeonly>{{pp-template|small=yes}}</includeonly>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{notice|This template should normally be [[Wikipedia:Template substitution|substituted]].}}
{{UnsignedTemplates}}
{{tl|{{PAGENAME}}}} is used to label unsigned comments in a conversation.
{{tl|{{PAGENAME}}}} is used to label unsigned comments in a conversation.


=== Usage ===
=== Usage ===
 
<templatedata>
<code><nowiki>{{ subst:unsigned | user name or IP | time, day month year (UTC) }}</nowiki></code>
{
 
"description": "Labels unsigned comments in a conversation.",
;user name or IP: name or IP of user who left comment.
"params": {
;time, date : time and date stamp from edit history.
"1": {
"label": "User name or IP",
"type": "string/wiki-user-name",
"required": true,
"description": "Name or IP 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."
}
}
}
</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.
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.
:'''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>


=== Example ===
=== Example ===


Typing:
Typing:
<code><nowiki>{{subst:unsigned|Jimbo Wales|11:15, 1 June 2005 (UTC)}}</nowiki></code>
<code><nowiki>{{subst:Unsigned|Example|11:15, 1 June 2005 (UTC)}}</nowiki></code>
 
will yield: <small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Jimbo Wales|Jimbo Wales]] ([[User talk:Jimbo Wales|talk]] • [[Special:Contributions/Jimbo Wales|contribs]]) 11:15, 1 June 2005 (UTC)</span></small><!-- Template:Unsigned -->
 
=== See also ===
*{{tl|Unsigned2}} &mdash; same thing, arguments in reverse order
*{{t1|Spa}} &mdash; for comments from [[Wikipedia:Single purpose account|single purpose accounts]]


=== User Page Template ===
will yield: {{Unsigned|Example|11:15, 1 June 2005 (UTC)}}
{{tls|uw-tilde}}


{{signatures}}


<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Wiki templates]]
[[Category:Username internal link templates|{{PAGENAME}}]]
[[Category:XFD templates|{{PAGENAME}}]]
 
[[af:Sjabloon:Ongetekend]]
[[ar:قالب:غير موقع]]
[[ms:Templat:Unsigned]]
[[bg:Шаблон:Неподписано]]
[[be:Шаблён:Няма подпісу]]
[[cs:Šablona:Nepodepsáno]]
[[da:Skabelon:Usigneret]]
[[de:Vorlage:Unsigned]]
[[dsb:Pśedłoga:Bźez pódpisa]]
[[eo:Ŝablono:Subskribo]]
[[es:Plantilla:Nofirmado]]
[[fa:الگو:امضا نشده]]
[[fr:Modèle:Non signé]]
[[he:Template:שכח לחתום]]
[[hr:Predložak:Nepotpisan]]
[[hu:Sablon:Aláíratlan]]
[[hsb:Předłoha:Unsigned]]
[[id:Templat:tanpattd]]
[[is:Snið:Óundirritað]]
[[it:Template:Non firmato]]
[[ka:თარგი:ხელმოუწერავი]]
[[kn:ಟೆಂಪ್ಲೇಟು:Unsigned]]
[[lt:Šablonas:Anon]]
[[mk:Шаблон:Непотпишан]]
[[nl:Sjabloon:Afzender]]
[[ja:Template:Unsigned]]
[[no:Mal:Usignert]]
[[pt:Predefinição:Não assinou]]
[[ru:Шаблон:Unsigned]]
[[sq:Stampa:Unsigned]]
[[fi:Malline:Allekirjoittamaton]]
[[ta:வார்ப்புரு:Unsigned]]
[[th:แม่แบบ:ไม่ประสงค์]]
[[uk:Шаблон:Непідписано]]
[[vi:Tiêu bản:Vô danh]]
[[sv:Mall:Osignerad]]
[[tr:Şablon:İmzasız]]
[[zh:Template:Unsigned]]
</includeonly>
</includeonly>

Latest revision as of 04:22, 7 March 2018

{{Unsigned/doc}} is used to label unsigned comments in a conversation.

Usage

<templatedata> { "description": "Labels unsigned comments in a conversation.", "params": { "1": { "label": "User name or IP", "type": "string/wiki-user-name", "required": true, "description": "Name or IP 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." } } } </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.

{{subst:Unsigned|user name or IP|time, day month year (UTC)}}

Example

Typing: {{subst:Unsigned|Example|11:15, 1 June 2005 (UTC)}}

will yield: — Preceding unsigned comment added by Example (talkcontribs) 11:15, 1 June 2005 (UTC)