Template:Unsigned: Difference between revisions

Removing "ref" parameter and simplified template output
(Adding link to user page)
(Removing "ref" parameter and simplified template output)
 
(8 intermediate revisions by the same user not shown)
Line 1:
<includeonly><small>unsigned comment by [[UserSpecial:Contributions/{{{1|{{{user|UNKNOWN}}}}}}|{{{1|{{{user|UNKNOWN}}}}}}]] - {{{date|unknown timestamp}}} ([[Help:UTC timestamp|UTC]])</small></includeonly><noinclude>
 
<noinclude>
<templatedata>
{
"params": {
"1": {
"aliases": [
"user"
],
"label": "User name",
"description": "User name or the IP address of the user who didn't sign their comment"
},
"date": {
"label": "date/timestamp",
"description": "The timestamp typically generated by '~~~~' on a properly signed comment"
}
},
"description": "Template for signing otherwise unsigned comments"
}
</templatedata>
 
== Examples ==
 
# <code><nowiki>{{unsigned}}</nowiki></code>
#* Result: {{unsigned}}
# <code><nowiki>{{unsigned|8.8.8.8}}</nowiki></code>
#* Result: {{unsigned|8.8.8.8}}
# <code><nowiki>{{unsigned|user=RobLa}}</nowiki></code>
#* Result: {{unsigned|user=RobLa}}
# <code><nowiki>{{unsigned|user=RobLa|date=~~~~~}}</nowiki></code>
#* Result: {{unsigned|user=RobLa|date=07:18, 20 October 2021 (UTC)}}
# <code><nowiki>{{unsigned|user=RobLa|date=07:18, 20 October 2021}}</nowiki></code>
#* Result: {{unsigned|user=RobLa|date=07:18, 20 October 2021}}
</noinclude>