Difference between revisions of "Template:Enemy Summary"
From Dungeon Defenders 2 Wiki
m (test) |
m |
||
Line 6: | Line 6: | ||
| Ground = [[File:Old Ones Symbol - Ground Icon.png|45px]] | | Ground = [[File:Old Ones Symbol - Ground Icon.png|45px]] | ||
| Air = [[File:Old Ones Symbol - Air Icon.png|75px]] | | Air = [[File:Old Ones Symbol - Air Icon.png|75px]] | ||
+ | | Boss = [[File:Old Ones_Symbol - Custom Boss Icon.pngg|75px]] | ||
| {{{lane_type|Lane Type?}}} | | {{{lane_type|Lane Type?}}} | ||
}} | }} | ||
Line 13: | Line 14: | ||
{{#if: {{{variants|}}} | {{#if: {{{variants|}}} | ||
| * '''Variants:''' ''{{{variants}}}'' | | * '''Variants:''' ''{{{variants}}}'' | ||
+ | }} | ||
+ | {{#if: {{{origin stage|}}} | ||
+ | | * '''Origin Stage:''' ''{{{origin stage}}}'' | ||
}} | }} | ||
* ''{{{description|Description?}}}'' | * ''{{{description|Description?}}}'' | ||
+ | |}<noinclude> | ||
+ | |||
+ | ===Parameters=== | ||
+ | {| border="1" style="border-collapse:collapse;" | ||
+ | |- | ||
+ | ! 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=== | ||
+ | {| style="width:80%;" | ||
+ | ! style="font-size:150%; width: 50%;" | Wiki Text | ||
+ | ! style="font-size:150%; width: 50%;" | Result | ||
+ | |- | ||
+ | |<div style="display: flex; justify-content: center;"><!--- | ||
+ | ---><code style="display: table; white-space: pre-wrap;"><!--- | ||
+ | ---><nowiki> | ||
+ | |||
+ | {{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 ''(don't use it for Common or Chaos enemy)'''' | ||
+ | | variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]] | ||
+ | | description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles. | ||
+ | }} | ||
+ | |||
+ | </nowiki><!--- | ||
+ | ---></code> | ||
+ | </div> | ||
+ | |<div style="display: flex; justify-content: center;"> | ||
+ | {{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 '''(don't use it for Common or Chaos enemy)''''' | ||
+ | | variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]] | ||
+ | | description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles. | ||
+ | }} | ||
+ | </div> | ||
|} | |} | ||
+ | |||
+ | </noinclude> | ||
+ | __NOEDITSECTION__ |
Revision as of 15:50, 17 April 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 ''(don't use it for Common or Chaos enemy)''''
| variants = [[Vanguard#Miniboss_Variant_-_Shield_Goblin_Gorbstock|Shield Goblin Gorbstock.]]
| description = Chaos I enemy. Uses a frontal shield to block all incoming frontal projectiles.
}}
|
|