Difference between revisions of "Template:Issue"
Line 1: | Line 1: | ||
---- | ---- | ||
<div class="issue"> | <div class="issue"> | ||
− | + | <dl> | |
− | + | <dt>submitted | |
− | + | <dd>by <b>[[User:{{{submitter|unknown}}}]]</b> on <b>{{{submitted|unknown}}}</b> | |
− | + | <dt>Description | |
− | + | <dd>{{#if:{{{description|}}}|{{{description|}}}|...}} | |
− | + | <dt> | |
− | + | Current behaviour | |
− | + | <dd>{{#if:{{{current|}}}|{{{current|}}}|...}} | |
+ | <dt>Expected behaviour | ||
+ | <dd>{{#if:{{{expected|}}}|{{{expected|}}}|...}} | ||
+ | <dt>status | ||
+ | <dd><b>{{{status|open}}}</b> - assigned to <b>{{#if:{{{responsible|}}}|[[User:{{{responsible}}}]]|nobody}}</b> {{#if:{{{closed|}}}|- closed on {{{closed}}}}} | ||
+ | </dl> | ||
</div> | </div> |
Revision as of 13:52, 15 April 2011
- submitted
- by Unknown on unknown
- Description
- ...
- Current behaviour
- ...
- Expected behaviour
- ...
- status
- open - assigned to nobody