Template:Issue: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#switch:{{{IsFixed}}}
<includeonly>==={{#switch:{{{IsFixed}}}
|0===={{{IssueName}}}===
|0={{{IssueName}}}
|1====<strike>{{{IssueName}}}</strike>===}}<br>
|1=<strike>{{{IssueName}}}</strike>}}===
{{#if:{{{IsFixed|}}}|* '''Status:''' {{#switch:{{{IsFixed}}}
{{#if:{{{IsFixed|}}}|* '''Status:''' {{#switch:{{{IsFixed}}}
|0=Active
|0=Active
|1=Fixed}}{{#if:{{{IssueLevel|}}}|* '''Type:''' {{#switch:{{{IssueLevel}}}
|1=Fixed}}{{#if:{{{IssueLevel|}}}|* '''Type:''' {{#switch:{{{IssueLevel}}}
|0=Minor[[Category:Games with minor issues]]
|0=Minor{{#switch:{{{IsFixed}}}|0=[[Category:Games with minor issues]]}}
|1=Serious[[Category:Games with serious issues]]
|1=Serious{{#switch:{{{IsFixed}}}|0=[[Category:Games with serious issues]]}}
|2=Major[[Category:Games with major issues]]}}}}{{#if:{{{AffectedVersions|}}}|* '''Affected Game Versions:''' {{{AffectedVersions}}}}}{{#if:{{{Description|}}}|* '''Description:''' {{{Description}}}|[[Category:Games with unfinished issue entries]]}}{{#if:{{{Workaround|}}}|*  '''Workaround:''' {{{Workaround}}}}}</includeonly><noinclude>
|2=Major{{#switch:{{{IsFixed}}}|0=[[Category:Games with major issues]]}}}}}}{{#if:{{{AffectedVersions|}}}|* '''Affected Game Versions:''' {{{AffectedVersions}}}}}{{#if:{{{Description|}}}|* '''Description:''' {{{Description}}}|[[Category:Games with unfinished issue entries]]}}{{#if:{{{Workaround|}}}|*  '''Workaround:''' {{{Workaround}}}}}</includeonly><noinclude>
This template is used as an issue entry. It includes the following variables:  
This template is used as an issue entry. It includes the following variables:  
* IssueName: The name of the issue (should be present)
* IssueName: The name of the issue (should be present)

Revision as of 10:01, 2 August 2014

This template is used as an issue entry. It includes the following variables:

  • IssueName: The name of the issue (should be present)
  • IsFixed: 0 or 1 (is this issue already fixed and listed here for historical reasons) (can be omitted)
  • IssueLevel: 0,1 or 2 (severity level: minor, serious and major accordingly) (can be omitted)
  • AffectedVersions: Which version(s) of PCSX2/plugin(s) are affected but this issue (can be omitted)
  • Description: Issue description (should be present)
  • Workaround: Issue workaround (can be omitted)

Usage example:

{{Issue
|IssueName=Auron Look!
|IsFixed=1
|IssueLevel=2
|AffectedVersions=All
|Description=Game crashes during the introduction of the game, right after Auron states "Look!"
|Workaround=* Should be fixed. Please use the discussion page if you suffer from this problem.
* '''Alternative workaround:''' May need a correct ISO, don't use virtual mount software either.
}}

Auron Look!

{{#if:1|* Status: Fixed

  • Type: Major
  • Affected Game Versions: All
  • Description: Game crashes during the introduction of the game, right after Auron states "Look!"
  • Workaround: * Should be fixed. Please use the discussion page if you suffer from this problem.
  • Alternative workaround: May need a correct ISO, don't use virtual mount software either.