Purpose
Used to create sortable tables for enemy encounter lists for games that have an Alignment, using both a header template and multiple row templates. Template:EnctrAlign/Header is placed at the top of the table, and the table must be closed by appending |}
on the following line.
Usage
Parameter |
Description
|
name |
The linked name of the Demon, corresponding to whatever the listed name is in-game.
|
race |
The race of the Demon.
|
align |
The Alignment of the Demon.
|
level |
The level of the Demon.
|
note |
Additional notes about the Demon, if applicable (such as specific encounter criteria or location, etc). Keep any notes concise.
|
Code
{{EnctrAlign/Header}}
{{EnctrAlign|name=|race=|align=|level=|note=}}
|}
Examples
{{EnctrAlign/Header}}
{{EnctrAlign|name=[[Pixie]]|race=[[Fairy]]|align=Neutral-Neutral|level=2|note=}}
{{EnctrAlign|name=[[Kugutsu]]|race=[[Machine]]|align=Dark-Law|level=7|note=}}
|}