Difference between revisions of "Template:Todo"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| align=center style="border: 1px solid #000000; background-color:transparent; padding:1px;" |- |bgcolor={{Color/Attention}} style="color:#000000; margin:10px; bord…")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| align=center style="border: 1px solid #000000; background-color:transparent; padding:1px;"
+
<includeonly>{| align=leftstyle="border: 1px solid #000000; background-color:transparent; padding:1px;"
 
|-
 
|-
|bgcolor={{Color/Attention}} style="color:#000000; margin:10px; border: none; text-align:left; padding: 5px;"|<font color="black">'''To Do:''' {{{1}}}</font>
+
|bgcolor="red" style="color:#000000; margin:10px; border: none; text-align:left; padding: 5px;"|<font color="black">'''To Do:''' {{{1}}}</font>
 
|}{{#if:{{{noinclude|}}}||[[Category:To Do]]}}<!--This allows you to display the banner without adding it to the category for documentation purposes--></includeonly><noinclude>{{documentation}}
 
|}{{#if:{{{noinclude|}}}||[[Category:To Do]]}}<!--This allows you to display the banner without adding it to the category for documentation purposes--></includeonly><noinclude>{{documentation}}
 
[[Category:Templates]]
 
[[Category:Templates]]

Latest revision as of 13:30, 8 November 2012

[edit] [history] Documentation icon Template documentation

This template reminds me (zwarburg) of things that I still need to do on a page. It takes one argument which is the note.

{{todo|This is an example}} produces:

To Do: This is an example