Template:Unsigned: Difference between revisions

From electowiki
Content added Content deleted
(Making the date parameter display link to Help:UTC timestamp)
(Removing "ref" parameter and simplified template output)
 
Line 1:
<includeonly><small>unsigned comment --by [[Special:Contributions/{{{1|{{{user|FIXMEUNKNOWN}}}}}}|{{{1|{{{user|UNKNOWN}}}}}}]] - date/timestamp (in UTC, see [[Help:UTC timestamp]]): {{{date|unknown timestamp}}} - see ([[SpecialHelp:PageHistory/{{FULLPAGENAME}}UTC timestamp|history of "{{FULLPAGENAME}}"UTC]] for details)</small></includeonly><noinclude>
 
<noinclude>
Line 12:
"description": "User name or the IP address of the user who didn't sign their comment"
},
"refdate": {},
"label": "date/timestamp": {,
"description": "The timestamp typically generated by '~~~~' on a properly signed comment"
"label": "date/timestamp",
}
"description": "The timestamp typically generated by '~~~~' on a properly signed comment"
}
},
"description": "Template for signing otherwise unsigned comments"
Line 32 ⟶ 31:
# <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>

Latest revision as of 07:50, 29 January 2024


Template for signing otherwise unsigned comments

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
User name1 user

User name or the IP address of the user who didn't sign their comment

Unknownoptional
date/timestampdate

The timestamp typically generated by '~~~~' on a properly signed comment

Unknownoptional

Examples

  1. {{unsigned}}
    • Result: unsigned comment by UNKNOWN - unknown timestamp (UTC)
  2. {{unsigned|8.8.8.8}}
    • Result: unsigned comment by 8.8.8.8 - unknown timestamp (UTC)
  3. {{unsigned|user=RobLa}}
    • Result: unsigned comment by RobLa - unknown timestamp (UTC)
  4. {{unsigned|user=RobLa|date=~~~~~}}
    • Result: unsigned comment by RobLa - 07:18, 20 October 2021 (UTC) (UTC)
  5. {{unsigned|user=RobLa|date=07:18, 20 October 2021}}
    • Result: unsigned comment by RobLa - 07:18, 20 October 2021 (UTC)