Ad placeholder

Template:Unsigned: Difference between revisions

Jump to navigation Jump to search
Expand
(Create.)
 
(Expand)
Line 1: Line 1:
— Preceding unsigned comment added by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]])<noinclude><br/>
<span class="autosigned"><small>— Preceding [https://www.mediawiki.org/wiki/Help:Signatures unsigned comment] added by {{#if:ip|<tt>{{{1}}}</tt>|[[User:{{{1}}}|{{{1}}}]]}} ({{#if:{{{ip|}}}||[[User talk:{{{1}}}|talk]] •&nbsp;}}[[Special:Contributions/{{{1}}}|contribs]]) {{{2|}}}</small></span><noinclude>
Helps attribute unsigned comments. For comments from an ip, use [[Template:Unsigned ip]].
 
Helps attribute unsigned comments. Can use [[Template:Unsigned2]] if you want to copy paste from History and not have to reverse the order of the arguments. If the parameter `ip` is true, will not link the user or talk page.
 
== Examples ==
;<code><nowiki>{{Unsigned|Sky|19:57, 5 October 2023}}</nowiki></code>
:{{Unsigned|Sky|19:57, 5 October 2023}}
;<code><nowiki>{{Unsigned|192.0.0.1|ip=t}}</nowiki></code>
:{{Unsigned|192.0.0.1|ip=t}}
 
== Template data ==


E.g. <code><nowiki>{{Unsigned|Sky}}</nowiki></code> → {{Unsigned|Sky}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
<templatedata>
{
"params": {
"1": {
"label": "user",
"description": "The name of IP of the user to sign on behalf of.",
"required": true
},
"2": {
"label": "date",
"description": "The time and/or date this comment was written.",
"type": "date",
"suggested": true
},
"ip": {
"description": "If specified, will format the results differently to account for the fact that the user is anonymous.",
"type": "boolean"
}
},
"format": "inline",
"paramOrder": [
"1",
"2",
"ip"
]
}
</templatedata></noinclude>

Navigation menu