Template:Infobox: Difference between revisions

From Furni.wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{title}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{title}}}|
<div class="infobox-image">[[File:{{{image}}}]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{icon_image|}}}|<tr>
<table>
{{#if:{{{icon_image|}}}|<tr>
     <th>Icon</th>
     <th>Icon</th>
     <td>[[File:{{{icon_image}}}]]</td>
     <td>[[File:{{{icon_image}}}]]</td>
</tr>}}{{#if:{{{cost|}}}|<tr>
</tr>}}
{{#if:{{{cost|}}}|<tr>
     <th>Cost</th>
     <th>Cost</th>
     <td>{{{cost}}} NFT credits</td>
     <td>{{{cost}}} NFT credits</td>
Line 12: Line 14:
     <th>Quantity</th>
     <th>Quantity</th>
     <td>{{{quantity}}}</td>
     <td>{{{quantity}}}</td>
</tr>}}{{#if:{{{release_date|}}}|<tr>
</tr>}}
{{#if:{{{release_date|}}}|<tr>
     <th>Release date</th>
     <th>Release date</th>
     <td>{{{release_date}}}</td>
     <td>{{{release_date}}}</td>
</tr>}}{{#if:{{{size|}}}|<tr>
</tr>}}
     <th>Size</th>
{{#if:{{{dimensions|}}}|<tr>
     <td>{{{size}}}</td>
     <th>Dimensions</th>
</tr>}}{{#if:{{{param5|}}}|<tr>
     <td>{{{dimensions}}}</td>
     <th>Parameter 5</th>
</tr>}}
     <td>{{{param5}}}</td>
{{#if:{{{furni_code|}}}|<tr>
</tr>}}</table>
     <th>Furni code</th>
     <td>{{{furni_code}}}</td>
</tr>}}
</table>
</div>
</div>

Latest revision as of 19:53, 10 July 2022

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