Difference between revisions of "Template:Done"

From Nottinghack Wiki
Jump to navigation Jump to search
(titles)
Line 12: Line 12:
  
 
===Examples===
 
===Examples===
 +
;Simple
 +
 
<pre>
 
<pre>
 
Example task {{done}}
 
Example task {{done}}
Line 19: Line 21:
  
 
Example task {{done}}
 
Example task {{done}}
 +
 +
;Expanded
  
 
<pre>
 
<pre>

Revision as of 11:41, 15 February 2019

 Done 

Documentation

Provides a tick and bold Done. It has optional date and text parameters. Examples:

Examples

Simple
Example task {{done}}

Renders as:

Example task  Done 

Expanded
{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}

Renders as:

 Done (December 2018 - Two members lost out of airlock during repair.)

Parameters

Date
Use either Month YYYY or DD/MM/YYYY date format.
Text
Text note to be included.