Difference between revisions of "Template:Enemy Summary"
From Dungeon Defenders 2 Wiki
m |
m |
||
Line 15: | Line 15: | ||
| * '''Variants:''' ''{{{variants}}}'' | | * '''Variants:''' ''{{{variants}}}'' | ||
{{#if: {{{origin stage|}}} | {{#if: {{{origin stage|}}} | ||
− | | * '''Origin Stage:''' ''{{{ | + | | * '''Origin Stage:''' ''{{{origin_stage}}}'' |
}}}} | }}}} | ||
* ''{{{description|Description?}}}'' | * ''{{{description|Description?}}}'' | ||
Line 54: | Line 54: | ||
| lane_type = Ground | | lane_type = Ground | ||
| enemy_types = Gobu, Melee, Chaos. | | enemy_types = Gobu, Melee, Chaos. | ||
− | | | + | | origin_stage = '''None <u>(not needed for Common or Chaos enemy)</u>''' |
| variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]] | | variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]] | ||
| description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles. | | description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles. | ||
Line 68: | Line 68: | ||
| lane_type = Ground | | lane_type = Ground | ||
| enemy_types = Gobu, Melee, Chaos. | | enemy_types = Gobu, Melee, Chaos. | ||
− | | | + | | origin_stage = '''None <u>(not needed for Common or Chaos enemy)</u>''' |
| variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]] | | variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]] | ||
| description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles. | | description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles. |
Revision as of 11:50, 4 May 2023
Lane Type? Name?
|
Parameters
Parameter | Description |
---|---|
icon | The icon of the enemy. |
name | The name of the enemy. Bracket them with a link and color span style. |
lane type | The lane that the enemy walks 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 for Special Stage Enemies) |
description | The gist of what does an enemy do. |
Example
Wiki Text | Result | ||
---|---|---|---|
{{Enemy Summary
| icon = File:Vanguard Icon.png
| name = '''[https://wiki.dungeondefenders2.com/wiki/Vanguard <span style="color: #CE47FF;">Vanguard</span>]'''
| lane_type = Ground
| enemy_types = Gobu, Melee, Chaos.
| origin_stage = '''None <u>(not needed for Common or Chaos enemy)</u>'''
| variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]]
| description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles.
}}
|
|