Template:Info PlugnPlay: Difference between revisions
From The Plug & Play Database
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (3 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> | ||
}} | }} | ||
| Line 22: | Line 22: | ||
{{Infobox_Tablerow|name=Developer|value={{{developer}}}}} | {{Infobox_Tablerow|name=Developer|value={{{developer}}}}} | ||
}} | }} | ||
{{#if: {{{ | {{#if: {{{hardware|}}} | | ||
{{Infobox_Tablerow|name=Hardware|value={{{hardware}}}}} | {{Infobox_Tablerow|name=Hardware|value={{{hardware}}}}} | ||
}} | |||
{{#if: {{{powersource|}}} | | |||
{{Infobox_Tablerow|name=Power Source|value={{{powersource}}}}} | |||
}} | }} | ||
{{#if: {{{outputs|}}} | | {{#if: {{{outputs|}}} | | ||
{{Infobox_Tablerow|name=Outputs|value={{{outputs}}}}} | {{Infobox_Tablerow|name=Outputs|value={{{outputs}}}}} | ||
}} | |||
{{#if: {{{emulation|}}} | | |||
{{Infobox_Tablerow|name=Emulated|value={{{emulation}}}}} | |||
}} | }} | ||
</table> | </table> | ||
</div> | </div> | ||