Difference between revisions of "Template:Todo"

From Retro Modding Wiki
Jump to: navigation, search
(I'm not sure if this is the template we wanna stick with (Varia colors would probably look nice?) but I just wanted to replace the existing template with something nicer)
(Implemented {{Box}}. Seems to work! Imported the colors and icon from the discussion page.)
Line 1: Line 1:
{| cellpadding="5" cellspacing="3" align="center" style="border:2px solid #446fa7; background: linear-gradient(#f5e0fc, #c68cd9); /* Standard syntax */" ! width="55%"
+
{{Box
| width="5%" |[[file:GravitySuitIcon.png|50px|link=]]
+
|gradient1=eb752f
|'''To do:''' <br/> {{{1}}}
+
|gradient2=ffd78a
|}
+
|image=file:VariaSuitIcon.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>

Revision as of 19:13, 29 January 2015

VariaSuitIcon.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 }}