Difference between revisions of "Template:Infobox"

From Archive | Chen Chen & Kai Williams
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="float:right; width:200px; border-spacing: 2px; border: 1px solid black; background: #e8e8e8 "
<div class="infobox">
|{{{1}}}
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
|-
<div class="infobox-image">[[File:{{{image}}}|250px]]</div>}}
|{{{2}}}
<table>{{#if:{{{param1|}}}|<tr>
|-
    <th>Design Year:</th>
|Design Year: {{{3}}}
    <td>{{{param1}}}</td>
|-
</tr>}}{{#if:{{{param2|}}}|<tr>
|Materials: {{{4}}}
    <th>Dimensions:</th>
|-
    <td>{{{param2}}}</td>
|Manufacturer: {{{5}}}
</tr>}}{{#if:{{{param3|}}}|<tr>
|}
    <th>Materials:</th>
    <td>{{{param3}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
    <th>Manufacturer:</th>
    <td>{{{param4}}}</td>
</tr>}}</table>
</div>

Latest revision as of 21:28, 19 June 2018

Infobox