Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
m (Text replace - "3b587e" to "{{ZWborder}}")
(Replaced content with "<includeonly>{{#invoke:Infobox|_Main|type= Enemy}}Category:Enemies</includeonly><noinclude> {{Documentation}} Category:Infobox Templates </noinclude>")
Tag: Replaced
(45 intermediate revisions by 17 users not shown)
Line 1: Line 1:
 
<includeonly>{{#invoke:Infobox|_Main|type= Enemy}}[[Category:Enemies]]</includeonly><noinclude>
<noinclude>'''This template is used to display an enemies vital information and also adds the article to [[:Category:Enemies]].'''
 
  +
{{Documentation}}
 
 
[[Category:Infobox Templates]]
'''To add this template to an article copy and paste the following code and then fill in the information: '''
 
  +
</noinclude>
<pre>
 
{{Enemy
 
|name =
 
|image =
 
|imageback =
 
|race =
 
|game =
 
|other =
 
|habitat =
 
|member =
 
|attack =
 
|weapon =
 
}}
 
</pre>
 
 
*Use the option '''''imageback''''' if you wish to specify a different background color behind the image (add 6 digit hexadecimal color code without leading #). This is useful for transparent images or images that contrast poorly with the default background.
 
 
[[Category: Infobox Templates|{{PAGENAME}}]]
 
 
 
</noinclude>{|class="toccolours" cellpadding="4" style="border: 1px solid #{{ZWborder}}; float: right; margin: 0 0 1em 1em; width: 22em; border-collapse: collapse; font-size: 95%; text-align: left;"
 
! colspan="2" style="text-align: center; background-color: #{{ZWheader}}; font-size:110%; border: 1px solid #{{ZWborder}};" | {{{name|{{PAGENAME}}}}}
 
{{#if:{{{image|}}}|
 
{{!-}}
 
! colspan="2" style="border: 1px solid #{{ZWborder}}; text-align: center;" bgcolor="#{{{imageback|{{ZWbgcolor}}}}}" {{!}} {{{image|}}}}}<!--
 
-->{{InfoField|Race/Species|{{{race|}}}}}<!--
 
-->{{InfoField|Game(s)|{{{game|}}}}}<!--
 
-->{{InfoField|Other media|{{{other|}}}}}<!--
 
-->{{InfoField|Habitat(s)|{{{habitat|}}}}}<!--
 
-->{{InfoField|Member(s)|{{{member|}}}}}<!--
 
-->{{InfoField|Attacks(s)|{{{attack|}}}}}<!--
 
-->{{InfoField|Effective Weapons|{{{weapon|}}}}}<!--
 
-->{{InfoField|''[[The Legend of Zelda: The Wind Waker|TWW]]'' [[Spoils Bag|Spoils]]|{{{spoils|}}}}}<!--
 
-->{{InfoField|{{Exp|in The Adventure of Link|EXP Points}}|{{{exp|}}}}}
 
|}<includeonly>[[Category:Enemies]]</includeonly>
 

Revision as of 17:05, 18 September 2020

Purpose

Displaying an infobox for enemies.

Usage

{{Infobox Enemy
|image= Image(s) of the topic. (Use {{Media}} when possible.)
|caption= Caption of the image. (Not to be used with {{Media}}.)
|pronunciation= Pronunciation of the enemy's name.
|plural= Plural name of the enemy.
|race= The enemy's race.
|game= The game(s) in which the enemy appears.
|other= Other media in which the enemy appears.
|crossover= Crossover media in which the enemy appears.
|habitat= Location(s) where this enemy can be found.
|member= Members belonging to the enemy's species.
|health= Total of health of the enemy.
|attack= Notable attack(s) (apart from common/normal physical attacks).
|weapon= Effective weapon(s) against the enemy.
|spoils= Item(s) that may be dropped by the enemy.
|exp= EXP awarded upon defeating the enemy (in {{TAoL}}).
|theme= The theme(s) associated with this enemy.
}}

Blank Code

{{Infobox Enemy
|image= 
|caption= 
|pronunciation= 
|plural= 
|race= 
|game= 
|other= 
|crossover= 
|habitat= 
|member= 
|health= 
|attack= 
|weapon= 
|spoils= 
|exp= 
|theme= 
}}
The above documentation is transcluded from Template:Infobox Enemy/Documentation. (edit | history)