Template:RizlineIssueInfoBox: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="float: right; margin: 1em;"
{| class="wikitable" style="float: right; margin: 1em;"
!colspan=2| {{{name}}}
!colspan=2| Issue details
|-
|-
| '''Type'''
| '''Type'''
| {{#switch: {{{type}}}
| {{#switch: {{{type|}}}
| = ''Unknown''
| bug = [[:Category:Rizline bugs|Bug]]
| bug = [[:Category:Rizline bugs|Bug]]
| crash = [[:Category:Rizline crashes|Crash]]
| crash = [[:Category:Rizline crashes|Crash]]
| invalid = [[:Category:Rizline invalid issues|Invalid]]
| Other ({{{type}}})
| Other ({{{type}}})
}}
}}
|-
|-
| '''Resolution'''
| '''Resolution'''
| {{#switch: {{{resolution}}}
| {{#switch: {{{resolution|}}}
| = ''Unknown''
| none = None
| none = None
| fixed = Fixed
| fixed = Fixed
Line 19: Line 22:
|-
|-
| '''Reported by'''
| '''Reported by'''
| {{{reporter}}}
| {{{reporter|''Unknown''}}}
|-
|-
| '''Affects versions'''
| '''Affects versions'''
| {{{affectedversion}}}
| {{{affectedversion|''Unknown''}}}
|-
|-
| '''Fixed in version'''
| '''Fixed in version'''
| {{{fixversion}}}
| {{{fixversion|''None''}}}
|}
|}
<includeonly>[[Category:Rizline issues]]{{#switch: {{{type}}}
<includeonly>{{#switch: {{{type}}}
| bug = [[Category:Rizline bugs]]
| bug = [[Category:Rizline bugs]]
| crash = [[Category:Rizline crashes]]
| crash = [[Category:Rizline crashes]]
| invalid = [[Category:Rizline invalid issues]]
| [[Category:Rizline issues]]
}}</includeonly>
}}</includeonly>