Difference between revisions of "Template:GBAR2LinkTable/doc"
From WikiTemp, the GBAtemp wiki
(Added Documentation) |
(adjusted to wifi link) |
||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
{{GBAR2LinkTable}} | {{GBAR2LinkTable}} | ||
− | {{GBAR2Link|title=Some Game [E]|version= | + | {{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=}} | |
− | {{GBAR2Link|title=Some Game [E]|version= | + | {|} |
− | + | ||
− | { | + | |
− | + | ||
− | |} | + | |
</pre> | </pre> | ||
Produces this table for example: | Produces this table for example: | ||
{{GBAR2LinkTable}} | {{GBAR2LinkTable}} | ||
− | {{GBAR2Link|title=Some Game [E]|version= | + | {{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=works|note=}} |
− | {{GBAR2Link|title=Some Game [E]|version= | + | {{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=works|note=Connection is lost after a while.}} |
− | + | {{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=works|note=Supports wireless link peripheral.}} | |
− | {{GBAR2Link|title=Some Game [E]|version= | + | {{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=fails|note=}} |
− | {{GBAR2Link|title=Some Game [E]|version= | + | {{GBAR2Link|title=Some Game [E]|version=(2018/11/01) 6522414|rating=fails|note=Game does not even boot.}} |
− | {{GBAR2Link|title=Some Game [E]|version= | + | |
|} | |} | ||
Options: | Options: | ||
* '''title''' = Game name and region | * '''title''' = Game name and region | ||
* '''version''' = short commit hash and date in YYYY/MM/dd format | * '''version''' = short commit hash and date in YYYY/MM/dd format | ||
− | * '''rating''' = | + | * '''rating''' = works, fails |
* '''nocache''' = 0 (not working) or 1 (working) | * '''nocache''' = 0 (not working) or 1 (working) | ||
− | |||
− | |||
− | |||
− | |||
* '''note''' = Some additional notes | * '''note''' = Some additional notes | ||
− |
Revision as of 14:31, 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
- nocache = 0 (not working) or 1 (working)
- note = Some additional notes