6,366
editsMore actions
Expand
(Create.) |
(Expand) |
||
Line 1: | Line 1: | ||
— Preceding unsigned comment added by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]])< | <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]] • }}[[Special:Contributions/{{{1}}}|contribs]]) {{{2|}}}</small></span><noinclude> | ||
Helps attribute unsigned comments. | |||
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 == | |||
[[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> |