Template:Game: Difference between revisions
From Firrhna Project Wiki
Jump to navigationJump to search
Kawa-neechan (talk | contribs) mNo edit summary Tag: Manual revert |
Kawa-neechan (talk | contribs) m (Add a bottom image) |
||
Line 22: | Line 22: | ||
<th class="infobox-label">Genre</th> | <th class="infobox-label">Genre</th> | ||
<td class="infobox-data">{{{genre}}}</td> | <td class="infobox-data">{{{genre}}}</td> | ||
</tr>}} | |||
{{#if:{{{image2|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image2}}}|260px]] | |||
{{#if:{{{imagecaption2|}}}|''{{{imagecaption2}}}''}}</td> | |||
</tr>}} | </tr>}} | ||
</table></includeonly> | </table></includeonly> | ||
Line 71: | Line 74: | ||
"type": "string", | "type": "string", | ||
"label": "Genre" | "label": "Genre" | ||
} | }, | ||
"image2": { | |||
"type": "wiki-file-name", | |||
"label": "Bottom image" | |||
}, | |||
"imagecaption2": { | |||
"type": "string", | |||
"label": "Bottom image caption" | |||
} | |||
}, | }, | ||
"description": "An infobox for games." | "description": "An infobox for games." | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 20:33, 30 September 2023
The Dating Pool | |
---|---|
Cover art | |
Engine | Sierra Creative Interpreter 1.1, enhanced |
Platform(s) | MS-DOS or compatible, ScummVM |
Genre | Adventure |
An infobox for games.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| String | required |
Image | image | no description | File | optional |
Image caption | imagecaption | no description | String | optional |
Engine | engine | no description
| String | optional |
Platform(s) | platform | no description
| String | optional |
Release | release | no description | String | optional |
Genre | genre | no description
| String | optional |
Bottom image | image2 | no description | File | optional |
Bottom image caption | imagecaption2 | no description | String | optional |