Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
<th class="infobox-category" colspan="2" style="min-width:15em;">{{{category}}}</th> |
<th class="infobox-category" colspan="2" style="min-width:15em;">{{{category}}}</th> |
||
</tr>}} |
</tr>}} |
||
{{#if:{{{ |
{{#if:{{{download|}}}| |
||
<tr> |
<tr> |
||
<td class="infoboxtd1strow"><b>Get it:</b></td> |
<td class="infoboxtd1strow"><b>Get it:</b></td> |
||
<td>{{{ |
<td>{{{download}}}</td> |
||
</tr>}} |
</tr>}} |
||
{{#if:{{{license|}}}| |
{{#if:{{{license|}}}| |
||
| Line 39: | Line 39: | ||
</tr>}} |
</tr>}} |
||
</table> |
</table> |
||
<noinclude> |
|||
== Usage == |
|||
{{infobox |
|||
|title = Title of the game / Name of the emulator / Name of the tool |
|||
|image = Name of the logo image, eg: Hotdr_logo.png |
|||
|category = Windows Game, Arcade game, Emulator ETC |
|||
|download = [https://store.steampowered.com/app/1694600/THE_HOUSE_OF_THE_DEAD_Remake/ Steam] |
|||
|license = Commercial, free, demo, etc |
|||
|players = 1 or 2 Players |
|||
|type = Zombie shooter, Skill shooter, Gallery shooter |
|||
|note = Requires patches, requires special files, etc |
|||
}} |
|||
</noinclude> |
|||
Revision as of 14:12, 8 December 2022
Usage