Template:Done

From 2009.igem.org

(Difference between revisions)
m (Make done template use a class)
 
Line 1: Line 1:
-
<includeonly><span style="color: green">{{{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:
+
<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.