Template:Info PlugnPlay: Difference between revisions
From The Plug & Play Database
Jump to navigationJump to search
Created page with "<templatestyles src="Template:Info_PlugnPlay/styles.css" /> <div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> {{#if:{{{image|}}}| <div class="infobox-image"> [[File:{{PAGENAME:{{image}}}}|300px]] </div> }} <table class="infobox-table"> {{Infobox_Tablerow| param=year| display=Release Year }} {{Infobox_Tablerow| param=release| di..." |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="Template:Info_PlugnPlay/styles.css" /> | <templatestyles src="Template:Info_PlugnPlay/styles.css" /> | ||
<div class="infobox"> | <div class="infobox"> | ||
{{#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> | ||