Template:Issue: Difference between revisions

From canbudget Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{Issue|Description
{{Issue|Short description
|For=
|For=
|Priority=
|Priority=
Line 12: Line 12:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
[[Category:Site components]]
</noinclude><includeonly>
</noinclude><includeonly>
* Issue: [[Issue::{{{Issue|}}}]]
{| class="wikitable"
{| class="wikitable"
! For
! For
| {{#arraymap:{{{For|}}}|,|x|[[For::x]]}}
| {{#arraymap:{{{For|}}}|,|x|[[For::x]]}}
|-
! Description
| [[Description::{{{1|}}}]]
|-
|-
! Priority
! Priority
Line 32: Line 31:
| [[Project::{{{Project|}}}]]
| [[Project::{{{Project|}}}]]
|}
|}
{{ #if: {{{Completed date|}}} | {{ #set: Completed=Yes }}
}}
{{PAGELINK}}
{{PAGELINK}}
[[Category:Issue]]
[[Category:Issue]]
</includeonly>
</includeonly>

Latest revision as of 17:35, 3 October 2010

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

{{Issue|Short description
|For=
|Priority=
|Due date=
|Project=
|Completed date=
}}

Edit the page to see the template text.