Difference between revisions of "Template:Templatetesting"
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
m (TeamVogel moved page Template:MaterialInfo2 to Template:Templatetesting: Testing Template) |
||
(One intermediate revision by the same user not shown) | |||
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> |
Latest revision as of 17:10, 1 August 2025
Templatetesting