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