Template:Issue: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
(Attempting to bring back color-coding based on severity level.)
(This is just a trial run; this will almost assuredly not be the final scheme.)
Line 3: Line 3:
|1====<strike>{{{IssueName}}}</strike>===}}
|1====<strike>{{{IssueName}}}</strike>===}}
{{#ifeq:{{{IssueLevel}}}|-1||* '''Status:''' {{#switch:{{{IsFixed}}}
{{#ifeq:{{{IssueLevel}}}|-1||* '''Status:''' {{#switch:{{{IsFixed}}}
|0=<span style="background-color:#{{#switch:{{{IssueLevel}}}|0=7F0000|1=FF9955|2=FE8484}}; color:#FFFFFF;">'''Active'''</span>
|0=<span style="background-color:#{{#switch:{{{IssueLevel}}}|0=FFEA00|1=FF9955|2=FE8484}}; color:#FFFFFF;">'''Active'''</span>
|1=<span style="background-color:#28E650; color:#FFFFFF;">'''Fixed'''</span>
|1=<span style="background-color:#28E650; color:#FFFFFF;">'''Fixed'''</span>
|2=<span style="background-color:#1964FF; color:#FFFFFF;">'''Needs Retesting'''[[Category:Games with potentially outdated issues]]</span>}}}}{{#if:{{{IssueLevel|}}}|* '''Type:''' {{#switch:{{{IssueLevel}}}
|2=<span style="background-color:#1964FF; color:#FFFFFF;">'''Needs Retesting'''[[Category:Games with potentially outdated issues]]</span>}}}}{{#if:{{{IssueLevel|}}}|* '''Type:''' {{#switch:{{{IssueLevel}}}

Revision as of 22:26, 20 May 2024

Documentation ()

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: -1,0,1 or 2 (severity level: note, minor, serious and major accordingly) (can be omitted). You can use notes to store some valuable info to avoid obvious issues.
  • AffectedVersions: Which game versions are affected by this issue (can be omitted)
  • Description: Issue description (should be present)
  • Workaround: Issue workaround (can be omitted)
  • FirstTestedOn: The version of PCSX2 this issue was originally discovered on by the tester.
  • LastTestedOn: The latest version of PCSX2 that this issue was tested on.

Usage example:

==Known Issues==

{{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=May need a correct ISO, don't use virtual mount software either.
|FirstTestedOn=1.4.0
|LastTestedOn=1.7.1234
}}
...

Result:

Known Issues

Auron Look!

  • Status: Fixed
  • Type: Major
  • Affected Game Versions: All
  • Description: Game crashes during the introduction of the game, right after Auron states "Look!"
  • Workaround: May need a correct ISO, don't use virtual mount software either.
  • First tested on: 1.4.0
  • Last tested on: 1.7.1234