Difference between revisions of "Template:Unsigned/doc"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
Line 1: Line 1:
===Use===
===Use===
This is for sign comments that the original author have forgotten to sign.
This is for signing comments that the original author has forgotten to sign.


===Usage===
===Usage===
Line 8: Line 8:
The last parameter is optional.
The last parameter is optional.


===Example===
===Examples===
 
====If the comment was not signed====
;Input
;Input
:<pre>{{subst:unsigned|Example}}</pre>
:<pre>{{subst:unsigned|Example}}</pre>
Line 18: Line 20:
;Output
;Output
:{{unsigned|Example|19:20, 13 April 2008 (PDT)}}
:{{unsigned|Example|19:20, 13 April 2008 (PDT)}}
====If the comment was signed but no timestamp was used====
;Input
:<pre>{{subst:unsigned|before=~~~~~}}</pre>
;Output
:{{unsigned|before=19:20, 13 April 2008 (PDT)}}

Revision as of 04:17, 27 August 2013

Use

This is for signing comments that the original author has forgotten to sign.

Usage

Remember to use subst: on it, so you include it entirely.

{{subst:unsigned|username[|~~~~~]}}

The last parameter is optional.

Examples

If the comment was not signed

Input
{{subst:unsigned|Example}}
Output
-- the preceding unsigned comment was written by Example.
Input
{{subst:unsigned|Example|~~~~~}}
Output
-- the preceding unsigned comment was written by Example before 19:20, 13 April 2008 (PDT).

If the comment was signed but no timestamp was used

Input
{{subst:unsigned|before=~~~~~}}
Output
-- the preceding comment was written before 19:20, 13 April 2008 (PDT).