Template:Info PlugnPlay: Difference between revisions
From The Plug & Play Database
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div class="infobox-image"> | <div class="infobox-image"> | ||
[[File:{ | [[File:{{{image}}}|x300px]] | ||
</div> | </div> | ||
}} | }} | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
{{ | {{#if: {{{year|}}} | | ||
{{Infobox_Tablerow|name=Release Year|value={{{year}}}}} | |||
}} | }} | ||
{{ | {{#if: {{{date|}}} | | ||
{{Infobox_Tablerow|name=Release Date|value={{{date}}}}} | |||
}} | }} | ||
{{ | {{#if: {{{release_approx|}}} | | ||
{{Infobox_Tablerow|name=Release (approx.)|value={{{release_approx}}}}} | |||
}} | }} | ||
{{ | {{#if: {{{publisher|}}} | | ||
{{Infobox_Tablerow|name=Publisher|value={{{publisher}}}}} | |||
}} | }} | ||
{{ | {{#if: {{{developer|}}} | | ||
{{Infobox_Tablerow|name=Developer|value={{{developer}}}}} | |||
}} | }} | ||
{{ | {{#if: {{{hardware|}}} | | ||
{{Infobox_Tablerow|name=Hardware|value={{{hardware}}}}} | |||
}} | }} | ||
{{Infobox_Tablerow| | {{#if: {{{powersource|}}} | | ||
{{Infobox_Tablerow|name=Power Source|value={{{powersource}}}}} | |||
}} | |||
{{#if: {{{outputs|}}} | | |||
{{Infobox_Tablerow|name=Outputs|value={{{outputs}}}}} | |||
}} | |||
{{#if: {{{emulation|}}} | | |||
{{Infobox_Tablerow|name=Emulated|value={{{emulation}}}}} | |||
}} | }} | ||
</table> | </table> | ||
</div> | </div> | ||