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
Advertisement

Purpose[]

Lists enemies in a gallery format, for enemy gallery pages and the "Minor Enemies" sections of dungeon and location articles. In the latter case, the template stores data in the LocationEnemies Cargo table which is used by Template:Enemy Locations.

Usage[]

{{List Enemies
|<game> = <enemy1>, <enemy2>, ..., <enemyN>
}}

Where each game parameter (a game abbreviation from Data:Franchise) is associated to a comma-separated list of enemies. Each enemy entry should refer to a page on the wiki. An entry can include additional information using Template:Small.

Examples[]

#InputOutputCategories added
Skyview Temple
1
{{List Enemies
|SS= Burr, Deku Baba, Froak {{Small|(Second visit only)}}
}}
Skyward SwordSkyward Sword HD
Woods of Mystery
2
{{List Enemies
|MM= Mini Baba, Snapper (Turtle)
}}
Majora's MaskMajora's Mask 3D
Remakes default to the same enemy list as the original game, but this can be overridden if the remake is different.
3
{{List Enemies
|MM= Deku Baba, Mini Baba, Snapper (Turtle)
|MM3D= Mini Baba, Snapper (Turtle)
}}
Majora's MaskMajora's Mask 3DMajora's Mask 3D
Enhanced ports such as Four Swords Anniversary Edition do not automatically have a tab generated given that the assets are usually the same.
4
{{List Enemies
|FS = Bob-omb, Gel, Zol
}}
An optional fileType parameter exists to modify the generated filenames.
5
{{List Enemies
|FSAE= Armos, Ball and Chain Soldier, Rope
|fileType= LA Sprite
}}
An error occurs if the game code is invalid. Game codes are case sensitive.
6
{{List Enemies
|oot= Keese, Like Like, Lizalfos
|invalidGame= Keese, Like Like, Lizalfos
}}

Error: Invalid game oot

Error: Invalid game invalidGame

See Also[]

The above documentation is transcluded from Template:List Enemies/Documentation. (edit | history)
Advertisement