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 | <nowiki>{{Infobox Enemy</nowiki> | ||
| enemy-name | | enemy-name = Enemy Name | ||
| health | | health | ||
| move | | move | ||
| reaction | | reaction | ||
| Line 11: | Line 11: | ||
| extra | | extra | ||
}} | }} | ||
{{Infobox | {{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 | ||
| 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=" | ! colspan="2" | {{{enemy-name}}} | ||
|- | |- | ||
| colspan=" | | 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: | ! 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|}}}]] | |||
|}|}</noinclude> | |||
{{{image|}}} | |||
|- {{#if: {{{ | |||
! | |||
| {{{ | |||
| | |||
| | |||
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 | |
|---|---|
|
File:ClingGem.png |
[[]] |
|}