Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Template:Rating/Documentation"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
;Arguments
 
;Arguments
* {{Code|perfect}} - Perfect - Perfect rating
+
* {{Code|perfect}} - <span style="color: #10ab00; font-weight: bold">Perfect</span> - Game can be played with no issues.
* {{Code|playable}} - Playable - Game can be enjoyed but with some bug or performance issue.
+
* {{Code|playable}} - <span style="color: #bdc62f; font-weight: bold">Playable</span> - Game can be played through with minor audio or graphical glitches.
* {{Code|bad}} - Bad - Playable but with game-breaking bugs.
+
* {{Code|runs}} - <span style="color: #bc7100; font-weight: bold">Runs</span> - Game runs, but major glitches/issues prevent game from being completed.
* {{Code|menu}} - Menu - boots to menu or intro but will not progress.
+
* {{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 - Will not launch.
+
* {{Code|unplayable}} - <span style="color: #7c1600; font-weight: bold">Unplayable</span> - Crashes when booting/infinite black screen.
* {{Code|untested}} - Unknown - Untested.
+
* {{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>{{Rating|1}}</nowiki></pre>
+
<pre><nowiki>{{rating|perfect}}</nowiki></pre>
  
 
;Example
 
;Example
{{Code|<nowiki>{{Rating|1}}</nowiki>}}
+
{{Code|<nowiki>{{rating|perfect}}</nowiki>}}
  
 
;References
 
;References
 
*https://www.pcgamingwiki.com/wiki/Template:Special_K/compatibility/switch
 
*https://www.pcgamingwiki.com/wiki/Template:Special_K/compatibility/switch
 
*https://www.pcgamingwiki.com/wiki/Template:Special_K/compatibility/row
 
*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