Template:Gameid/doc: Difference between revisions

Template page
m (Changed <br/> to <br> for simplicity)
(Improve documentation. Remove redundant rule of carrying over ird parameter.)
Line 10: Line 10:
** '''NA''' - No Blu-ray game ID exists for the game (PSN exclusive).
** '''NA''' - No Blu-ray game ID exists for the game (PSN exclusive).


In case the game IDs for a game need to be distinguished from each other (e.g. when one ID pertains to a demo), the template can be used twice with breaks added in between. However, though the template is repeated with a different ID, the option for the ird parameter must remain constant between templates (see example below). This is necessary as the ird parameter pertains to the game as a whole as opposed to a single ID.
In case the game IDs for a game need to be distinguished from each other (e.g. when one ID pertains to a demo), the template can be used twice with breaks added in between. Similarly, where a few game IDs have ird files but other game IDs for the same game do not, the template can be used twice with the corresponding ird parameter as ''Yes'' and ''No'' respectively.


== Examples ==
== Examples ==
Line 17: Line 17:




'''[[Catherine]]''' - Call separated to distinguish the regular IDs from the demo version. Note how the ird parameter is <code><nowiki>Yes</nowiki></code> even in the second template which contains no Blu-ray IDs.
'''[[Catherine]]''' - Call separated to distinguish the regular IDs from the demo version
<pre>{{gameid|id=BLUS30428, BLES01459, NPUB30698, NPEB00875|ird=Yes}}<br>'''''Demo'''''<br>{{gameid|id=NPUB90645|ird=Yes}}</pre>
<pre>{{gameid|id=BLUS30428, BLES01459, NPUB30698, NPEB00875|ird=Yes}}<br>'''''Demo'''''<br>{{gameid|id=NPUB90645|ird=NA}}</pre>




Line 25: Line 25:




'''[[Find a game that does this]]''' - Games without any Blu-ray game IDs
'''[[Disgaea 4: A Promise Unforgotten]]''' - Games that have Blu-ray game IDs where few game IDs have ird files but other game IDs do not
<pre>{{gameid|id=GameID1, GameID2|ird=NA}}</pre>
<pre>{{gameid|id=BLES01225, BLUS30727|ird=Yes}}{{gameid|id=BCAS20185|ird=No}}</pre>
 
 
'''[[Editing Scott Pilgrim vs. The World: The Game]]''' - Games without any Blu-ray game IDs
<pre>{{gameid|id=NPEB00258, NPUB30162|ird=NA}}</pre>
[[Category:Templates]]
[[Category:Templates]]

Revision as of 22:38, 22 May 2018

This template is designed to be used in conjunction with the |gameid parameter of the vginfobox template. This template will allow every game ID mentioned in the infobox to be linked to its respective forum thread and ird file (if available).

Syntax

{{ gameid | id = GameID1, GameID2, GameID3 | ird = Option }}

  • |id = is used to mention the game IDs separated simply by a comma and a space. Only game IDs that are present in the compatibility list and forums are to be mentioned here. Game IDs that were never tested in the forums should NOT be mentioned in this parameter as the template will produce broken links to non-existent forum threads.
  • |ird = is used to capture details relating to the availability of ird files for a particular game at jonnysp.bplaced.net. The following options are accepted by this parameter:
    • Yes - Blu-ray game ID is present and the ird file for the same is available.
    • No - Blu-ray game ID is present but the ird file for the same is not available.
    • NA - No Blu-ray game ID exists for the game (PSN exclusive).

In case the game IDs for a game need to be distinguished from each other (e.g. when one ID pertains to a demo), the template can be used twice with breaks added in between. Similarly, where a few game IDs have ird files but other game IDs for the same game do not, the template can be used twice with the corresponding ird parameter as Yes and No respectively.

Examples

Demon's Souls - Standard

{{gameid|id=BLES00932, BLUS30443, NPEB01202, NPUB30910|ird=Yes}}


Catherine - Call separated to distinguish the regular IDs from the demo version

{{gameid|id=BLUS30428, BLES01459, NPUB30698, NPEB00875|ird=Yes}}<br>'''''Demo'''''<br>{{gameid|id=NPUB90645|ird=NA}}


Find a game that does this - Games that have Blu-ray game IDs but the ird file for the same is not available

{{gameid|id=GameID1, GameID2|ird=No}}


Disgaea 4: A Promise Unforgotten - Games that have Blu-ray game IDs where few game IDs have ird files but other game IDs do not

{{gameid|id=BLES01225, BLUS30727|ird=Yes}}{{gameid|id=BCAS20185|ird=No}}


Editing Scott Pilgrim vs. The World: The Game - Games without any Blu-ray game IDs

{{gameid|id=NPEB00258, NPUB30162|ird=NA}}