Difference between revisions of "Template:MatTest"
From Dungeon Defenders 2 Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
--->{{#if: {{{plain_image|}}} <!---Will Need another Default Image---> | --->{{#if: {{{plain_image|}}} <!---Will Need another Default Image---> | ||
| <tabber> | | <tabber> | ||
− | |-|Plain=[[{{{plain_image|File: | + | |-|Plain=[[{{{plain_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{plain_icon|File:Unknown Material.png}}}|60px]] |
− | |-|Shiny=[[{{{shiny_image|File: | + | |-|Shiny=[[{{{shiny_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{shiny_icon|File:Unknown Material.png}}}|60px]] |
− | |-|Pristine=[[{{{pristine_image|File: | + | |-|Pristine=[[{{{pristine_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{pristine_icon|File:Unknown Material.png}}}|60px]] |
− | |-|Exquisite=[[{{{exquisite_image|File: | + | |-|Exquisite=[[{{{exquisite_image|File:Unknown Material Big.png}}}|100px]]<br>[[{{{exquisite_icon|File:Unknown Material.png}}}|60px]] |
</tabber> | </tabber> | ||
− | | {{{image| | + | | [[{{{image|File:Unknown Material Big.png}}}|100px]] |
}} | }} | ||
|- | |- | ||
Line 31: | Line 31: | ||
|} | |} | ||
[[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 }}