Difference between revisions of "Template:Todo"

From Retro Modding Wiki
Jump to: navigation, search
(We may want to create a universal "box" that we can use over a variety of templates. But here's a to-do template for now.)
 
m (Removing whitespace)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| cellpadding="5" cellspacing="3" align="center" style="border:2px solid #446fa7" ! width="55%"
+
{{Box
|[[file:RetroModding.png|100px]]
+
|gradient1=f5e0fc
|'''To do:''' <br/> {{{1}}}
+
|gradient2=c68cd9
|}
+
|image=file:GravitySuitIcon.png
 
+
|text='''To do:''' <br/> {{{1}}}
<noinclude>
+
}}<noinclude>
  
 
==Usage==
 
==Usage==
This template can be used to generate a to-do list for an article. Use the follow code, replacing "1" with your list.
+
This template can be used to generate a to-do list for an article. Use the following code.
  
  <nowiki>{{Todo|1}}</nowiki>
+
  <nowiki>{{Todo|</nowiki> ''list of items'' <nowiki>}}</nowiki>
  
 
[[Category:Notice Templates]]
 
[[Category:Notice Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 21:19, 29 January 2015

GravitySuitIcon.png To do:
{{{1}}}

Usage

This template can be used to generate a to-do list for an article. Use the following code.

{{Todo| list of items }}