Difference between revisions of "Template:Enemy Summary"
From Dungeon Defenders 2 Wiki
m |
m |
||
Line 2: | Line 2: | ||
|[[{{{icon|File:Miscellaneous Enemy Icon.png}}}|100px|link=https://wiki.dungeondefenders2.com/wiki/{{{name|}}}]] | |[[{{{icon|File:Miscellaneous Enemy Icon.png}}}|100px|link=https://wiki.dungeondefenders2.com/wiki/{{{name|}}}]] | ||
| | | | ||
− | <p style="font-size: 200%; font-family: Impact; font-weight: 400; color: # | + | <p style="font-size: 200%; font-family: Impact; font-weight: 400; color: #e69500; margin: 0; text-shadow:1.5px 0 0 #e3191c,0 1.5px 0 #e3191c,-1.5px 0 0 #e3191c,0 -1.5px 0 #e3191c;"> |
{{#switch: {{{lane_type|}}} | {{#switch: {{{lane_type|}}} | ||
| Ground = [[File:Old Ones Symbol - Ground Icon.png|45px]] | | Ground = [[File:Old Ones Symbol - Ground Icon.png|45px]] | ||
Line 9: | Line 9: | ||
| {{{lane_type|Lane Type?}}} | | {{{lane_type|Lane Type?}}} | ||
}} | }} | ||
− | <span class="no-decoration">[[{{{name|Name?}}}|<span style="color: # | + | <span class="no-decoration">[[{{{name|Name?}}}|<span style="color: #e69500">{{{name|Name?}}}</span>]]</span> |
</p> | </p> | ||
{{ #if: {{{enemy_types|}}} | {{ #if: {{{enemy_types|}}} |
Revision as of 10:40, 10 May 2024
Lane Type? Name?
|
Parameters
Parameter | Description |
---|---|
icon | The icon of the enemy. |
name | The name of the enemy. |
lane_type | The type of lane the enemy spawns in. Could either be Ground, Air or Boss. |
enemy_types | The enemy's typing (such as Melee, Chaos, etc). |
variants | The variant of a particular enemy, could be a miniboss etc. |
origin_stage | The main region, map, or incursion an enemy is originally from. Only include this field for Special Stage Enemies. |
encounter | The map the enemy is encountered in. Only used for bosses and certain special enemies. |
description | Short description for the enemy. |
Example
Wiki Text | Result | ||
---|---|---|---|
{{Enemy Summary
| icon = File:Vanguard Icon.png
| name = Vanguard
| lane_type = Ground
| enemy_types = Gobu, Melee, Chaos.
| variants = [[Shield Goblin Gorbstock]].
| description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles.
}}
|
|