From WikiTemp, the GBAtemp wiki
(adjusted to wifi link)
 
Line 19: Line 19:
 
* '''version''' = short commit hash and date in YYYY/MM/dd format
 
* '''version''' = short commit hash and date in YYYY/MM/dd format
 
* '''rating''' = works, fails
 
* '''rating''' = works, fails
* '''nocache''' = 0 (not working) or 1 (working)
 
 
* '''note''' = Some additional notes
 
* '''note''' = Some additional notes

Latest revision as of 14:44, 28 April 2020

This is the documentation page of Template:GBAR2LinkTable. Please add the documentation for this Template below.

Creates a game compatibility table for GBARunner2. The following:

{{GBAR2LinkTable}}
{{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=works|note=}}
{{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=fails|note=}}
{|}

Produces this table for example:

ROM Title [Region] Commit ID (YYYY/MM/dd) Notes
Some Game [E] (2018/11/01) 6522414
Some Game [E] (2018/11/01) 6522414 Connection is lost after a while.
Some Game [E] (2018/11/01) 6522414 Supports wireless link peripheral.
Some Game [E] (2018/11/01) 6522414
Some Game [E] (2018/11/01) 6522414 Game does not even boot.

Options:

  • title = Game name and region
  • version = short commit hash and date in YYYY/MM/dd format
  • rating = works, fails
  • note = Some additional notes