Difference between revisions of "Template:ToDo"

From SHA2017 Wiki
Jump to: navigation, search
(Created page with "<noinclude> This is the "ToDo" template. It should be called in the following format: <pre> {{ToDo |User= |Description= |Priority= }} </pre> Edit the page to see the template...")
 
(Create //TODO)
Line 10: Line 10:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
+
</noinclude><includeonly>
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
+
{| style="mbox mbox-todo metadata plainlinks" role="presentation"
 
|-
 
|-
! User
+
| style="mbox-image" | [[Image:ToDo.jpg]]
| [[ToDo User::{{{User|}}}]]
+
| style="mbox-text" | This page has a TODO for user {{{User|}}} with a {{{Priority|}}} priority
|-
+
 
! Description
+
{{{Description|}}
| [[ToDo description::{{{Description|}}}]]
 
|-
 
! Priority
 
| [[ToDo priority::{{{Priority|}}}]]
 
 
|}
 
|}
  
 +
{{#subobject:
 +
|ToDo priority={{{Priority|}}}
 +
|ToDo User={{{User|}}}|+sep=;
 +
|ToDo description={{{Description|}}}
 +
}}
 
[[Category:ToDo]]
 
[[Category:ToDo]]
 
</includeonly>
 
</includeonly>

Revision as of 22:28, 17 December 2016

This is the "ToDo" template. It should be called in the following format:

{{ToDo
|User=
|Description=
|Priority=
}}

Edit the page to see the template text.