Difference between revisions of "Template:Infobox"

From Archive | Chen Chen & Kai Williams
Jump to navigation Jump to search
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="float:right;border:1px solid black"
<div class="infobox">
|[[File:Example.jpg]]
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
|-
<div class="infobox-image">[[File:{{{image}}}|250px]]</div>}}
| {{{1}}}
<table>{{#if:{{{param1|}}}|<tr>
|-
    <th>Design Year:</th>
|Design Year: {{{2}}}
    <td>{{{param1}}}</td>
|-
</tr>}}{{#if:{{{param2|}}}|<tr>
|Materials: {{{3}}}
    <th>Dimensions:</th>
|-
    <td>{{{param2}}}</td>
|Manufacturer: {{{4}}}
</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