Template:Infobox Enemy: Difference between revisions
From Pseudoregalia Speedrun Wiki
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
= Usage = | = Usage = | ||
<nowiki>{{Infobox Enemy</nowiki> | <nowiki>{{Infobox Enemy</nowiki> | ||
| enemy-name | | enemy-name = Enemy Name | ||
| health | | health | ||
| move | | move | ||
| reaction | | reaction | ||
| Line 13: | Line 13: | ||
{{Infobox Enemy | {{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 = File:ClingGem | ||
| extra = Any Extra Notes (Hidden if unused) | | extra = Any Extra Notes (Hidden if unused) | ||
}} | }} | ||
</noinclude><includeonly>{| class="infobox wikitable" | </noinclude><includeonly>{| class="infobox wikitable" | ||
! colspan=" | ! colspan="2" | {{{enemy-name}}} | ||
|- | |- | ||
| colspan="2" style="padding:0;" | | | colspan="2" 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: | ! style="width:150px;" | Enemy Code Name | ||
| | | {{{code-name|}}} | ||
|- | |- | ||
! style="width: | ! style="width:150px;" | Health | ||
| {{{ | | {{{health|}}} | ||
|- | |- | ||
! | ! style="width:150px;" | Movement | ||
| {{{move|}}} | |||
|- | |- | ||
! | ! style="width:150px;" | Reaction to Player | ||
| {{{reaction|}}} | |||
|- {{#if: {{{extra|}}} | style="width:150px;" | style="display:none;" }} | |||
! Additional Notes | |||
| {{{extra|}}} | |||
|}</includeonly><noinclude> | |||
| [[{{{image|}}}|x{50}|]] | |||
|}</noinclude> | |||
|- {{#if: {{{ | |||
! | |||
| {{{ | |||
| | |||
Revision as of 19:57, 13 April 2026
The header for a seed infobox.
Usage
{{Infobox Enemy
| enemy-name = Enemy Name
| health
| move
| reaction
| image
| dungeon-items
| extra
}}
| Example | ||
|---|---|---|
| [[|x{50}|]] | ||