Difference between revisions of "Template:MatTest"
From Dungeon Defenders 2 Wiki
(16 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
|- | |- | ||
| colspan="2" style="text-align:center;" |<!--- | | colspan="2" style="text-align:center;" |<!--- | ||
− | --->{{#if: {{{ | + | --->{{#if: {{{plain_image|}}} <!---Will Need another Default Image---> |
− | + | | <tabber> | |
+ | |-|Plain=[[{{{plain_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{plain_icon|File:Unknown Material.png}}}|60px]] | ||
+ | |-|Shiny=[[{{{shiny_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{shiny_icon|File:Unknown Material.png}}}|60px]] | ||
+ | |-|Pristine=[[{{{pristine_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{pristine_icon|File:Unknown Material.png}}}|60px]] | ||
+ | |-|Exquisite=[[{{{exquisite_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{exquisite_icon|File:Unknown Material.png}}}|60px]] | ||
+ | </tabber> | ||
+ | | [[{{{image|File:Unknown Material Big.png}}}|100px]] | ||
}} | }} | ||
|- | |- | ||
− | ! colspan="2" style="background-color: #6D393B; color: white; font-size:120%;" | | + | |{{#if: {{{description|}}} |
+ | | colspan="2" style="text-align:center;" {{!}} <i> {{{description}}} </i> | ||
+ | }} | ||
+ | |- | ||
+ | ! colspan="2" style="background-color: #6D393B; color: white; font-size:120%;" | Information | ||
|- | |- | ||
| style="width:50%; text-align: right;" | <!-- Sets the width of the left column--> | | style="width:50%; text-align: right;" | <!-- Sets the width of the left column--> | ||
Line 16: | Line 26: | ||
|{{#if: {{{acquisition|}}} | |{{#if: {{{acquisition|}}} | ||
| [[{{{acquisition}}}|{{{acquisition}}}]] | | [[{{{acquisition}}}|{{{acquisition}}}]] | ||
− | | | + | | ? |
}} Region | }} Region | ||
|} | |} | ||
[[Category:Dungeon Defenders 2]] | [[Category:Dungeon Defenders 2]] | ||
+ | |||
+ | <noinclude> | ||
+ | =Example Usage= | ||
+ | |||
+ | <code style="display: table; white-space: pre-wrap;"> | ||
+ | |||
+ | {{<Template Name> | ||
+ | | name = Rings | ||
+ | | description = A magical glove upgrade material. | ||
+ | | plain_image = File:Plain Ring Model.png | ||
+ | | shiny_image = File:Shiny Ring Model.png | ||
+ | | pristine_image = File:Pristine Ring Model.png | ||
+ | | exquisite_image = File:Exquisite Ring Model.png | ||
+ | | plain_icon = File:Plain Ring.png | ||
+ | | shiny_icon = File:Shiny Ring.png | ||
+ | | pristine_icon = File:Pristine Ring.png | ||
+ | | exquisite_icon = File:Exquisite Ring.png | ||
+ | | acquisition = Dragonfall Town | ||
+ | }} | ||
+ | </code> | ||
+ | </noinclude> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ |
Latest revision as of 18:54, 2 April 2024
?
| |
---|---|
Information | |
Acquisition: | ? Region |
Example Usage
{{<Template Name> | name = Rings | description = A magical glove upgrade material. | plain_image = File:Plain Ring Model.png | shiny_image = File:Shiny Ring Model.png | pristine_image = File:Pristine Ring Model.png | exquisite_image = File:Exquisite Ring Model.png | plain_icon = File:Plain Ring.png | shiny_icon = File:Shiny Ring.png | pristine_icon = File:Pristine Ring.png | exquisite_icon = File:Exquisite Ring.png | acquisition = Dragonfall Town }}