Template:Todo

From 2009.igem.org

(Difference between revisions)
(New page: <includeonly><span style="color: red">{{{1|TODO}}}</span></includeonly><noinclude>You can use this to mark something as TODO. It has one optional parameter and can be used as follows: <pr...)
(Made todo template use a class instead of an explicit style.)
 
Line 1: Line 1:
-
<includeonly><span style="color: red">{{{1|TODO}}}</span></includeonly><noinclude>You can use this to mark something as TODO. It has one optional parameter and can be used as follows:
+
<includeonly><span class="todo">{{{1|TODO}}}</span></includeonly><noinclude>You can use this to mark something as TODO. It has one optional parameter and can be used as follows (assuming a style sheet is used to color all items with class todo red):
<pre>
<pre>

Latest revision as of 13:04, 14 May 2009

You can use this to mark something as TODO. It has one optional parameter and can be used as follows (assuming a style sheet is used to color all items with class todo red):

{{todo}} Something I've been meaning to finish.
...
{{todo|Something I've been meaning to finish.}}

With the result:

TODO Something I've been meaning to finish.
...
Something I've been meaning to finish.