Template:Unsigned: Difference between revisions
Jump to navigation
Jump to search
(Create.) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
— | <includeonly><span class="autosigned">— [https://www.mediawiki.org/wiki/Help:Signatures unsigned comment] by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]]) {{{2|}}}</span></includeonly><noinclude> | ||
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. | |||
== Examples == | |||
;<code><nowiki>{{Unsigned|Sky|19:57, 5 October 2023}}</nowiki></code> | |||
:{{Unsigned|Sky|19:57, 5 October 2023}} | |||
== 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 | |||
} | |||
}, | |||
"format": "inline", | |||
"paramOrder": [ | |||
"1", | |||
"2" | |||
] | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 19:04, 2 March 2024
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.
Examples
{{Unsigned|Sky|19:57, 5 October 2023}}
- — unsigned comment by Sky (talk) 19:57, 5 October 2023
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
user | 1 | The name of IP of the user to sign on behalf of. | Unknown | required |
date | 2 | The time and/or date this comment was written. | Date | suggested |