Template:Issue: Difference between revisions
Jump to navigation
Jump to search
David Mason (talk | contribs) (Created page with "[[issue::{{{1}}}]]") |
David Mason (talk | contribs) No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | <noinclude> | ||
This is the "Issue" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Issue|Short description | |||
|For= | |||
|Priority= | |||
|Due date= | |||
|Project= | |||
|Completed date= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
[[Category:Site components]] | |||
</noinclude><includeonly> | |||
* Issue: [[Issue::{{{Issue|}}}]] | |||
{| class="wikitable" | |||
! For | |||
| {{#arraymap:{{{For|}}}|,|x|[[For::x]]}} | |||
|- | |||
! Priority | |||
| [[Priority::{{{Priority|}}}]] | |||
|- | |||
! Due date | |||
| [[Due date::{{{Due date|}}}]] | |||
|- | |||
! Completed date | |||
| [[Completed date::{{{Completed date|}}}]] | |||
|- | |||
! Project | |||
| [[Project::{{{Project|}}}]] | |||
|} | |||
{{ #if: {{{Completed date|}}} | {{ #set: Completed=Yes }} | |||
}} | |||
{{PAGELINK}} | |||
[[Category:Issue]] | |||
</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.