Template:Done: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
unnamed 1st para
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Yes check.svg|18px|link=|alt=]]&nbsp;'''Done'''&nbsp;<!--
[[File:Yes check.svg|18px|link=|alt=]]&nbsp;'''Done'''&nbsp;<!--
-->{{#if:{{{date|}}}{{{text|}}}|<!-- condition if A or B --><!--
-->{{#if:{{{1|{{{date|}}} }}}{{{text|}}}|<!-- condition if A or B --><!--
--><small>''(<!--
--><small>''(<!--
   -->{{#if:{{{date|}}}|{{{date}}} }}<!--
   -->{{#if:{{{1|{{{date|}}} }}}|{{{1|{{{date|}}} }}} }}<!--
     -->{{#if:{{{date|}}}|{{#if:{{{text|}}}|&nbsp;-&nbsp;}} }}<!-- A and B
     -->{{#if:{{{1|{{{date|}}} }}}|{{#if:{{{text|}}}|&nbsp;-&nbsp;}} }}<!-- A and B
     -->{{#if:{{{text|}}}|{{{text}}} }}<!--
     -->{{#if:{{{text|}}}|{{{text}}} }}<!--
-->)''</small>}}<!--
-->)''</small>}}<!--
Line 12: Line 12:


===Examples===
===Examples===
;Simple
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
:<code><nowiki>{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}</nowiki></code>


<pre>
:{{done|date=December 2018|text=Two members lost out of the airlock during repair.}}
{{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.}}


===Parameters===
===Parameters===
;Date
;date
:Use either Month YYYY or DD/MM/YYYY date format.
:Use either Month YYYY or DD/MM/YYYY date format. Also works as first parameter unnamed.
;Text
;text
:Text note to be included.
:Text note to be included.


[[Category:Templates highlighting]]
[[Category:Templates highlighting]]
</noinclude>
</noinclude>

Latest revision as of 08:24, 25 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. Also works as first parameter unnamed.
text
Text note to be included.