Difference between revisions of "Template:Templatetesting"
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
|||
Line 1: | Line 1: | ||
+ | <div class="infobox"> | ||
+ | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
+ | <div class="infobox-image">[[File:{{{image}}}|150px]]</div>}} | ||
+ | <center><h2><span>Info</span></h2></center> | ||
+ | |||
+ | <table> | ||
+ | |||
+ | {{#if:{{{Tier|}}}|<tr> | ||
+ | <th>Tier</th> | ||
+ | <td>{{{Tier}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Color|}}}|<tr> | ||
+ | <th>Color</th> | ||
+ | <td>{{{Color}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Texture|}}}|<tr> | ||
+ | <th>Texture</th> | ||
+ | <td>{{{Texture}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Prefix|}}}|<tr> | ||
+ | <th>Prefix</th> | ||
+ | <td>{{{Prefix}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Rarity|}}}|<tr> | ||
+ | <th>Rarity</th> | ||
+ | <td>{{{Rarity}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Durability|}}}|<tr> | ||
+ | <th>Durability</th> | ||
+ | <td>{{{Durability}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Other|}}}|<tr> | ||
+ | <th>Other</th> | ||
+ | <td>{{{Other}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | </table> | ||
+ | </div> |
Revision as of 16:16, 1 August 2025
Templatetesting