Template:Infobox: Difference between revisions

From Furni.wiki
Jump to navigation Jump to search
(Created page with "{{Infobox | name = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | label1 = Former names | data1 = {{{former_names|}}} | header2 = General information | label3 = Status | data3 = {{{status|}}} }}")
 
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
<div class="infobox">
| name    = {{{name|{{PAGENAME}}}}}
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{title}}}|
| image   = {{{image|}}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
| caption1 = {{{caption|}}}
<table>
 
{{#if:{{{icon_image|}}}|<tr>
| label1  = Former names
    <th>Icon</th>
|  data1  = {{{former_names|}}}
    <td>[[File:{{{icon_image}}}]]</td>
 
</tr>}}
| header2  = General information
{{#if:{{{cost|}}}|<tr>
 
    <th>Cost</th>
| label3  = Status
    <td>{{{cost}}} NFT credits</td>
|  data3  = {{{status|}}}
</tr>}}
}}
{{#if:{{{quantity|}}}|<tr>
    <th>Quantity</th>
    <td>{{{quantity}}}</td>
</tr>}}
{{#if:{{{release_date|}}}|<tr>
    <th>Release date</th>
    <td>{{{release_date}}}</td>
</tr>}}
{{#if:{{{dimensions|}}}|<tr>
    <th>Dimensions</th>
    <td>{{{dimensions}}}</td>
</tr>}}
{{#if:{{{furni_code|}}}|<tr>
    <th>Furni code</th>
    <td>{{{furni_code}}}</td>
</tr>}}
</table>
</div>

Latest revision as of 19:53, 10 July 2022

Infobox
[[File:{{{image}}}|300px]]