Difference between revisions of "Template:TODO"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (New page: <includeonly><p><b>TODO</b><i>{{{1}}}</includeonly>)
 
imported>Mathieu
m
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><p><b>TODO</b><i>{{{1}}}</includeonly>
+
<noinclude>
 +
Template use to mark a TODO !
 +
 
 +
The [[Special:Whatlinkshere/Template:TODO|What links here]] link may be used to gather a list of all the pages using this template.
 +
 
 +
 
 +
==Usage==
 +
* With some comments on what must be done
 +
<pre><nowiki>{{TODO|What must be done}}
 +
</nowiki></pre>
 +
* Without any arguments
 +
<pre><nowiki>{{TODO}}
 +
</nowiki></pre>
 +
 
 +
== Example ==
 +
 
 +
 
 +
<span style="background-color:yellow;">'''TODO'''</span>: ''Complete the design section'' more text.
 +
[[Category:Utility templates]]
 +
 
 +
== Template ==
 +
</noinclude><includeonly><span style="background-color:yellow;">'''TODO'''</span>{{#if: {{{1|}}}|<nowiki>: </nowiki>''{{{1}}}''}}</includeonly>

Latest revision as of 08:25, 25 September 2008

Template use to mark a TODO !

The What links here link may be used to gather a list of all the pages using this template.


Usage

  • With some comments on what must be done
{{TODO|What must be done}}
  • Without any arguments
{{TODO}}

Example

TODO: Complete the design section more text.

Template