Template:Unsigned: Difference between revisions

Putting some examples on the page that don't work yet
(Adding the "ref" parameter)
(Putting some examples on the page that don't work yet)
Line 1:
<includeonly><small>unsigned comment -- [[Special:Contributions/{{{1}}}|{{{1}}}]]</small><ref>{{{ref|Link: [[Special:Contributions/{{{1}}}]]}}}</ref></includeonly><noinclude>
 
<noinclude>
<templatedata>
{
"params": {
"1": {
"aliases": [
"user",
"username",
"ipaddr"
],
"label": "User name",
"description": "User name or the IP address of the user who didn't sign their comment"
},
"ref": {}
},
"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|name=RobLa}}
 
== Footnotes ==
<references/>
</noinclude>