Template:Game: Difference between revisions
From Firrhna Project Wiki
Jump to navigationJump to search
Kawa-neechan (talk | contribs) m (1 revision imported) |
Kawa-neechan (talk | contribs) m (Add a bottom image) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | <includeonly><table class="infobox"><tr><th colspan="2" class="infobox-title">{{{name|{{PAGENAME}}}}}</th></tr> | ||
{{#if:{{{image|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image}}}|260px]] | |||
{{#if:{{{imagecaption|}}}|''{{{imagecaption}}}''}}</td> | |||
< | </tr>}} | ||
{{#if:{{{developer|}}}|<tr> | |||
<th class="infobox-label">Developed by</th> | |||
< | <td class="infobox-data">{{{developer}}}</td> | ||
</tr>}} | |||
{{#if:{{{engine|}}}|<tr> | |||
< | <th class="infobox-label">Engine</th> | ||
<td class="infobox-data">{{{engine}}}</td> | |||
</tr>}} | |||
< | {{#if:{{{platform|}}}|<tr> | ||
<th class="infobox-label">Platform(s)</th> | |||
<td class="infobox-data">{{{platform}}}</td> | |||
< | </tr>}} | ||
{{#if:{{{release|}}}|<tr> | |||
<th class="infobox-label">Release</th> | |||
<td class="infobox-data">{{{release}}}</td> | |||
</tr>}} | |||
</ | {{#if:{{{genre|}}}|<tr> | ||
<th class="infobox-label">Genre</th> | |||
<td class="infobox-data">{{{genre}}}</td> | |||
</tr>}} | |||
{{#if:{{{image2|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image2}}}|260px]] | |||
{{#if:{{{imagecaption2|}}}|''{{{imagecaption2}}}''}}</td> | |||
</tr>}} | |||
</table></includeonly> | |||
<includeonly>{{Namespace|main=[[Category:Games]]}}</includeonly> | |||
<noinclude> | <noinclude> | ||
{{Game | {{Game | ||
| | | name = The Dating Pool | ||
| | | image = datingpool.png | ||
| | | imagecaption = Cover art | ||
| engine = Sierra Creative Interpreter 1.1, enhanced | |||
|engine= | | platform = MS-DOS or compatible, ScummVM | ||
|platform | | release = | ||
|release= | | genre = Adventure | ||
|genre= | |||
}} | }} | ||
</ | <templatedata> | ||
</noinclude> | { | ||
"params": { | |||
"name": { | |||
"example": "The Dating Pool", | |||
"type": "string", | |||
"label": "Name", | |||
"required": true, | |||
"autovalue": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name", | |||
"label": "Image" | |||
}, | |||
"imagecaption": { | |||
"type": "string", | |||
"label": "Image caption" | |||
}, | |||
"engine": { | |||
"type": "string", | |||
"example": "Sierra Creative Interpreter 1.1", | |||
"label": "Engine" | |||
}, | |||
"platform": { | |||
"type": "string", | |||
"example": "MS-DOS", | |||
"label": "Platform(s)" | |||
}, | |||
"release": { | |||
"type": "string", | |||
"label": "Release" | |||
}, | |||
"genre": { | |||
"example": "Adventure", | |||
"type": "string", | |||
"label": "Genre" | |||
}, | |||
"image2": { | |||
"type": "wiki-file-name", | |||
"label": "Bottom image" | |||
}, | |||
"imagecaption2": { | |||
"type": "string", | |||
"label": "Bottom image caption" | |||
} | |||
}, | |||
"description": "An infobox for games." | |||
} | |||
</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 |