Difference between revisions of "Template:Rating/Documentation"
From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
| (10 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
;Arguments | ;Arguments | ||
| − | * {{Code| | + | * {{Code|perfect}} - <span style="color: #10ab00; font-weight: bold">Perfect</span> - Game can be played with no issues. |
| − | * {{Code| | + | * {{Code|playable}} - <span style="color: #bdc62f; font-weight: bold">Playable</span> - Game can be played through with minor audio or graphical glitches. |
| − | * {{Code| | + | * {{Code|runs}} - <span style="color: #bc7100; font-weight: bold">Runs</span> - Game runs, but major glitches/issues prevent game from being completed. |
| − | * {{Code| | + | * {{Code|menu}} - <span style="color: #814600; font-weight: bold">Menu</span> - Game menu loads, but crashes in title screen/menu/in-game. |
| − | * {{Code|unplayable}} - Unplayable - | + | * {{Code|unplayable}} - <span style="color: #7c1600; font-weight: bold">Unplayable</span> - Crashes when booting/infinite black screen. |
| − | * {{Code| | + | * {{Code|na}} - <span style="color: #333333; font-weight: bold">Not available</span> - Game is not available in this method/format. |
| + | * {{Code|unknown}} - <span style="color: #333333; font-weight: bold">Unknown</span> - Method hasn't been tested yet. | ||
;Syntax | ;Syntax | ||
| − | <pre><nowiki>{{ | + | <pre><nowiki>{{rating|perfect}}</nowiki></pre> |
;Example | ;Example | ||
| − | {{Code|<nowiki>{{ | + | {{Code|<nowiki>{{rating|perfect}}</nowiki>}} |
| + | |||
| + | ;References | ||
| + | *https://www.pcgamingwiki.com/wiki/Template:Special_K/compatibility/switch | ||
| + | *https://www.pcgamingwiki.com/wiki/Template:Special_K/compatibility/row | ||
Latest revision as of 08:34, 13 April 2021
- Description
Template to be used when rating within the Template:Compatibility section.
- Arguments
perfect- Perfect - Game can be played with no issues.playable- Playable - Game can be played through with minor audio or graphical glitches.runs- Runs - Game runs, but major glitches/issues prevent game from being completed.menu- Menu - Game menu loads, but crashes in title screen/menu/in-game.unplayable- Unplayable - Crashes when booting/infinite black screen.na- Not available - Game is not available in this method/format.unknown- Unknown - Method hasn't been tested yet.
- Syntax
{{rating|perfect}}
- Example
{{rating|perfect}}
- References