Template:Done: Difference between revisions
Jump to navigation
Jump to search
after done |
examples |
||
Line 1: | Line 1: | ||
[[File:Yes check.svg|18px|link=|alt=]] '''Done''' <!-- | [[File:Yes check.svg|18px|link=|alt=]] '''Done''' <!-- | ||
-->{{#if:{{{date|}}}{{{ | -->{{#if:{{{date|}}}{{{text|}}}|<!-- condition if A or B --><!-- | ||
--><small>''(<!-- | --><small>''(<!-- | ||
-->{{#if:{{{date|}}}|{{{date}}} }}<!-- | -->{{#if:{{{date|}}}|{{{date}}} }}<!-- | ||
-->{{#if:{{{date|}}}|{{#if:{{{ | -->{{#if:{{{date|}}}|{{#if:{{{text|}}}| - }} }}<!-- A and B | ||
-->{{#if:{{{ | -->{{#if:{{{text|}}}|{{{text}}} }}<!-- | ||
-->)''</small>}}<!-- | -->)''</small>}}<!-- | ||
--><noinclude> | --><noinclude> | ||
==Documentation== | ==Documentation== | ||
Provides a tick and bold '''Done'''. | Provides a tick and bold '''Done'''. It has optional date and text parameters. Examples: | ||
<pre> | <pre> | ||
{{done | Example task {{done}} | ||
</pre> | </pre> | ||
Renders as: | |||
Example task {{done}} | |||
<pre> | <pre> | ||
{{done| | {{done|date=December 2018|text=Two members lost out of airlock during repair.}} | ||
</pre> | </pre> | ||
Renders as: | |||
{{done|date=December 2018|text=Two members lost out of airlock during repair.}} | |||
[[Category:Templates highlighting]] | [[Category:Templates highlighting]] | ||
</noinclude> | </noinclude> |
Revision as of 20:57, 14 February 2019
Done
Documentation
Provides a tick and bold Done. It has optional date and text parameters. Examples:
Example task {{done}}
Renders as:
Example task Done
{{done|date=December 2018|text=Two members lost out of airlock during repair.}}
Renders as:
Done (December 2018 - Two members lost out of airlock during repair.)