Difference between revisions of "Template:In Progress"

From Freephile Wiki
Jump to navigation Jump to search
m (1 revision)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[File:Start-here.svg|20px|frameless]]<noinclude>
+
[[File:Start-here.svg|20px|frameless|In Progress]]<noinclude>
  
Using this template is a shortcut to inserting a "In Progress" (footsteps) icon next to an item in a list to indicate that work is in progress.
+
== Purpose ==
 +
Using this template is a shortcut to inserting a "In Progress" (graphic of bar chart) icon next to an item in a list to indicate that work is in progress.
  
 
== Usage ==
 
== Usage ==
Just insert the template tag like so
+
This markup
 +
<pre>
 +
ToDo:
 +
* {{Done}} Wake up
 +
* {{In Progress}} Eat breakfast
 +
* Brush teeth
 +
</pre>
 +
Yields<br />
 +
ToDo:
 +
* {{Done}} Wake up
 +
* {{In Progress}} Eat breakfast
 +
* Brush teeth
  
 +
</noinclude>
  
<nowiki>{{In Progress}}</nowiki>
+
[[Category:Project templates]]
 
 
wherever you want the image to appear
 
</noinclude>
 

Latest revision as of 20:28, 15 September 2016

In Progress

Purpose[edit source]

Using this template is a shortcut to inserting a "In Progress" (graphic of bar chart) icon next to an item in a list to indicate that work is in progress.

Usage[edit source]

This markup

ToDo:
* {{Done}} Wake up
* {{In Progress}} Eat breakfast
* Brush teeth

Yields
ToDo:

  • Done Wake up
  • In Progress Eat breakfast
  • Brush teeth