Difference between revisions of "Template:Weapon Display"
From Dungeon Defenders 2 Wiki
m |
m |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly><div style="text-align: center; flex: 0 0 25%"><!--- |
− | {{ | + | ---><span style="transform: rotate({{{rotation|0}}}deg); display: flex; justify-content: center; align-items: center; height:300px;"><!--- |
− | {{#if: {{{image|}}} | + | --->[[ {{ #if: {{{image|}}} | {{{image}}} | File:{{{name}}}.png }} | {{{image_size|250x300px}}} ]]<!--- |
− | + | ---></span><!--- | |
− | + | --->{{#if: {{{icon|}}} | [[{{{icon}}}|35px]] | [[File:{{{name}}} Icon.png|35px]]}} '''{{{name|Weapon Name?}}}'''<br><!--- | |
− | }}| | + | --->{{#if: {{{note|}}} | <sub>''{{{note}}}''</sub><br>}}<!--- |
− | + | --->{{#if: {{{shot_types|}}} | <sub>'''''Shot types:''' {{{shot_types}}}''</sub><br>}}<!--- | |
− | {{#if: {{{icon|}}} | + | ---><sub class="currency-included">'''''Acquired From:'''<br>{{{acquisition|Standard Loot Drops}}}''</sub> |
− | + | </div></includeonly><noinclude> | |
− | + | ===Technical Details=== | |
− | }} '''{{{name|Weapon Name?}}}'''<br> | ||
− | {{#if: {{{note|}}} | ||
− | |||
− | }} | ||
− | {{#if: {{{shot_types|}}} | ||
− | |||
− | }} | ||
− | <sub class="currency-included">'''''Acquired From:'''<br>{{{acquisition|Standard Loot Drops}}}''</sub>< | ||
− | |||
− | |||
* If '''image''' and '''icon''' are not provided, they will be inferred from the '''name'''. | * If '''image''' and '''icon''' are not provided, they will be inferred from the '''name'''. | ||
− | |||
===Parameters=== | ===Parameters=== | ||
Line 30: | Line 19: | ||
|- | |- | ||
| image || {{no}} || The image for the weapon. || File:{{{name}}}.png | | image || {{no}} || The image for the weapon. || File:{{{name}}}.png | ||
+ | |- | ||
+ | | image_size || {{no}} || The dimensions for the image. || 250x300px | ||
|- | |- | ||
| rotation || {{no}} || How many degrees to rotate the weapon image display by. || 0 | | rotation || {{no}} || How many degrees to rotate the weapon image display by. || 0 | ||
Line 42: | Line 33: | ||
|} | |} | ||
− | === | + | ===Examples=== |
− | {| style="width: | + | {| style="width:95%;" cellpadding="20" |
! style="font-size:150%; width: 50%;" | Wiki Text | ! style="font-size:150%; width: 50%;" | Wiki Text | ||
! style="font-size:150%; width: 50%;" | Result | ! style="font-size:150%; width: 50%;" | Result | ||
|- | |- | ||
− | |< | + | |<code class="tempdoc-code-block"><nowiki> |
− | + | {{Weapon Display | |
− | + | | name = Protean Staff | |
− | + | | rotation = 40 | |
− | + | | note = Comes with Shrinkinator Unique Enemy Kill Animation | |
− | + | | shot_types = Burst Shot | |
− | + | | acquisition = The Emporium for 250 gems | |
− | + | }} | |
− | + | </nowiki></code> | |
− | + | | | |
− | + | <div style="display:flex; justify-content: center;"> | |
− | + | {{Weapon Display | |
− | + | | name = Protean Staff | |
− | + | | rotation = 40 | |
− | + | | note = Comes with Shrinkinator Unique Enemy Kill Animation | |
− | + | | shot_types = Burst Shot | |
− | + | | acquisition = The Emporium for 250 gems | |
− | + | }} | |
</div> | </div> | ||
− | |||
− | |||
− | |||
|- | |- | ||
+ | |<code class="tempdoc-code-block"><nowiki> | ||
+ | {{Weapon Display | ||
+ | | name = Angelic Pavise | ||
+ | }} | ||
+ | </nowiki></code> | ||
| | | | ||
− | {{Weapon Display | + | <div style="display:flex; justify-content: center;"> |
− | | name = | + | {{Weapon Display |
− | + | | name = Angelic Pavise | |
− | + | }} | |
− | |||
− | |||
− | }} | ||
− | |||
− | |||
</div> | </div> | ||
|} | |} |
Latest revision as of 15:28, 5 April 2025
Technical Details
- If image and icon are not provided, they will be inferred from the name.
Parameters
Examples
Wiki Text | Result |
---|---|
{{Weapon Display
| name = Protean Staff
| rotation = 40
| note = Comes with Shrinkinator Unique Enemy Kill Animation
| shot_types = Burst Shot
| acquisition = The Emporium for 250 gems
}}
|
|
{{Weapon Display
| name = Angelic Pavise
}}
|