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">
    <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
     {{#if:{{{image|}}}|
     {{#if:{{{image|}}}|
         <div class="infobox-image">
         <div class="infobox-image">
             [[File:{{PAGENAME:{{image}}}}|300px]]
             [[File:{{{image}}}|x300px]]
         </div>
         </div>
     }}
     }}
     <table class="infobox-table">
     <table class="infobox-table">
         {{Infobox_Tablerow|
         {{#if: {{{year|}}} |
             param=year|
             {{Infobox_Tablerow|name=Release Year|value={{{year}}}}}
            display=Release Year
         }}
         }}
         {{Infobox_Tablerow|
         {{#if: {{{date|}}} |
             param=release|
             {{Infobox_Tablerow|name=Release Date|value={{{date}}}}}
            display=Release Date
         }}
         }}
         {{Infobox_Tablerow|
         {{#if: {{{release_approx|}}} |
             param=release_approx|
             {{Infobox_Tablerow|name=Release (approx.)|value={{{release_approx}}}}}
            display=Release (approx.)
         }}
         }}
         {{Infobox_Tablerow|
         {{#if: {{{publisher|}}} |
             param=publisher|
             {{Infobox_Tablerow|name=Publisher|value={{{publisher}}}}}
            display=Publisher
         }}
         }}
         {{Infobox_Tablerow|
         {{#if: {{{developer|}}} |
             param=developer|
             {{Infobox_Tablerow|name=Developer|value={{{developer}}}}}
            display=Developer
         }}
         }}
         {{Infobox_Tablerow|
         {{#if: {{{hardware|}}} |
             param=hardware|
             {{Infobox_Tablerow|name=Hardware|value={{{hardware}}}}}
            display=Hardware
         }}
         }}
         {{Infobox_Tablerow|
         {{#if: {{{powersource|}}} |
             param=outputs|
            {{Infobox_Tablerow|name=Power Source|value={{{powersource}}}}}
             display=Outputs
        }}
        {{#if: {{{outputs|}}} |
             {{Infobox_Tablerow|name=Outputs|value={{{outputs}}}}}
        }}
        {{#if: {{{emulation|}}} |
             {{Infobox_Tablerow|name=Emulated|value={{{emulation}}}}}
         }}
         }}
     </table>
     </table>
</div>
</div>

Latest revision as of 15:46, 31 August 2025