Template:Infobox Enemy: Difference between revisions

From Pseudoregalia Speedrun Wiki
Created page with "<noinclude> The header for a seed infobox. = Usage = <nowiki>{{Infobox seed header</nowiki> | enemy-name = Enemy Name | health | move | reaction | image | dungeon-items | extra }} {{Infobox seed header | enemy-name = Example | health = 5 | move = Random Movement | reaction = Attack Player | image = image_name | dungeon-items = Standard | extra = Any Extra Notes (Hidden if unused) }} </noinclude><includeonly>{| class="infobox wikitable" ! colspan="3..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
The header for a seed infobox.
The header for a seed infobox.
= Usage =
= Usage =
  <nowiki>{{Infobox seed header</nowiki>
  <nowiki>{{Infobox Enemy</nowiki>
  | enemy-name               = Enemy Name
  | enemy-name       = Enemy Name
  | health
  | health    
  | move
  | move
  | reaction
  | reaction
Line 11: Line 11:
  | extra
  | extra
  }}
  }}
{{Infobox seed header
{{Infobox Enemy
| enemy-name = Example
| enemy-name = Example
| code_name = BP_EnemyExample
| health = 5
| health = 5
| move = Random Movement
| move = Random Movement
| reaction = Attack Player
| reaction = Attack Player
| image = image_name
| dungeon-items = Standard
| extra = Any Extra Notes (Hidden if unused)
| extra = Any Extra Notes (Hidden if unused)
| image = File:ClingGem.png
}}
}}
</noinclude><includeonly>{| class="infobox wikitable"
</noinclude><includeonly>{| class="infobox wikitable"
! colspan="3" | {{{enemy-name}}}
! colspan="2" | {{{enemy-name}}}
|- {{#if: {{{extra|}}} | | style="display:none;" }}
! Additional Notes || {{{extra}}}
|-
|-
| colspan="2" style="padding:0;" |
| colspan="1" style="padding:0;" |
{| class="wikitable" | style="border-collapse:collapse;border-style:hidden;margin:0;width:100%;"
{| class="wikitable" | style="border-collapse:collapse;border-style:hidden;margin:0;width:100%;"
|-
|-
! style="width:110px;" | Logic
! style="width:150px;" | Enemy Code Name
| [[{{{logic|}}}]]
| {{{code-name|}}}
! style="width:110px;" | [[Item Placement]]
| {{{item-placement|}}}
|-
|-
! style="width:110px;" | [[Dungeon Items]]
! style="width:150px;" | Health
| {{{dungeon-items|}}}
| {{{health|}}}
! style="width:110px;" | [[Accessibility]]
| {{{accessibility|}}}
|-
|-
! Goal
! style="width:150px;" | Movement
| colspan="3" | [[{{{goal|}}}]]
| {{{move|}}}
|-
|-
! GT [[Crystal]]s
! style="width:150px;" | Reaction to Player
| {{{gt-crystals|}}}
| {{{reaction|}}}
! Ganon [[Crystal]]s
|- {{#if: {{{extra|}}} | style="width:150px;" | style="display:none;" }}
| {{{ganon-crystals|}}}
! Additional Notes
|-
| {{{extra|}}}
! World State
|}</includeonly><noinclude>
| [[{{{state|}}} State|{{{state|}}}]]
| [[{{{image|}}}]]
! [[Hint]]s
|}|}</noinclude>
| {{{hints|}}}
 
|-
{{{image|}}}
! [[Entrance Shuffle]]
| {{{entrance-shuffle|}}}
! [[Dungeon Shuffle]]
| {{{dungeon-shuffle|}}}
|-
! [[Boss Shuffle]]
| {{{boss-shuffle|}}}
! [[Enemy Shuffle]]
| {{{enemy-shuffle|}}}
|- {{#if: {{{weapons|}}} | | style="display:none;" }}
! [[Weapon]]s
| colspan="3" | {{{weapons|}}}
|- {{#if: {{{swords|}}} | | style="display:none;" }}
! [[Weapon]]s
| colspan="3" | {{{swords|}}}
|- {{#if: {{{item-pool|}}} | | {{#if: {{{item-func|}}} | | style="display:none;" }} }}
! [[Item Pool]]
| {{{item-pool|}}}
! [[Item Functionality]]
| {{{item-func|}}}
|-
! [[Enemy Damage]]
| {{{enemy-damage|}}}
! [[Enemy Health]]
| {{{enemy-health|}}}
|- {{#if: {{{difficulty|}}} | | {{#if: {{{variation|}}} | | style="display:none;" }} }}
! [[Difficulty]]
| {{{difficulty|}}}
! [[Variation]]
| {{{variation|}}}
|}</includeonly><noinclude>|}</noinclude>

Latest revision as of 20:09, 13 April 2026

The header for a seed infobox.

Usage

{{Infobox Enemy
| enemy-name        = Enemy Name
| health     
| move
| reaction
| image
| dungeon-items
| extra
}}
Example
Enemy Code Name
Health 5
Movement Random Movement
Reaction to Player Attack Player
Additional Notes Any Extra Notes (Hidden if unused)

File:ClingGem.png

[[]]

|}