Difference between revisions of "Template:TODO"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (→‎Usage: doc)
imported>Mathieu
m (Describe usage if 'what links here')
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
Template use to mark a TODO !
 
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==
 
==Usage==
 
<pre><nowiki>{{TODO|What must be done}}
 
<pre><nowiki>{{TODO|What must be done}}
Line 6: Line 10:
  
 
== Example ==
 
== Example ==
Some text
 
  
Text
 
  
{{TODO|Complete the design section}} more text.
+
'''TODO''': ''Complete the design section'' more text.
 
[[Category:Utility template]]
 
[[Category:Utility template]]
  
 
== Template ==
 
== Template ==
</noinclude><includeonly><b>TODO</b>: <i>{{{1}}}</i></includeonly>
+
</noinclude><includeonly>'''TODO''': ''{{{1}}}''</includeonly>

Revision as of 19:05, 10 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

{{TODO|What must be done}}

Example

TODO: Complete the design section more text.

Template