Difference between revisions of "Template:Done"

From Nottinghack Wiki
Jump to navigation Jump to search
(tidy doc)
Line 14: Line 14:
 
Simple no parameters.
 
Simple no parameters.
  
<pre>
+
:<code><nowiki>Example task {{done}}</nowiki></code>
Example task {{done}}
 
</pre>
 
  
Renders as:
+
:Example task {{done}}
 
 
Example task {{done}}
 
---
 
  
 
Expanded with parameters.
 
Expanded with parameters.
  
<pre>
+
:<code><nowiki>{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}</nowiki></code>
{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}
 
</pre>
 
 
 
Renders as:
 
  
{{done|date=December 2018|text=Two members lost out of airlock during repair.}}
+
:{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}
  
 
===Parameters===
 
===Parameters===

Revision as of 11:49, 15 February 2019

 Done 

Documentation

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

Examples

Simple no parameters.

Example task {{done}}
Example task  Done 

Expanded with parameters.

{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}
 Done (December 2018 - Two members lost out of the airlock during repair.)

Parameters

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