Template:Done
From 2009.igem.org
(Difference between revisions)
(To mark something as done) |
m (Make done template use a class) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | <includeonly><span | + | <includeonly><span class="done">{{{1|DONE}}}</span></includeonly><noinclude>You can use this to mark something as DONE. It has one optional parameter and can be used as follows: |
<pre> | <pre> |
Latest revision as of 13:06, 14 May 2009
You can use this to mark something as DONE. It has one optional parameter and can be used as follows:
{{done}} Something I have finished. ... {{done|Something I have finished.}}
With the result:
DONE Something I have finished. ... Something I have finished.