Note: parts of or the entire template might not be visible without values provided.
Main | Documentation | Draft | Testcases | Usage |
Examples[]
{{Enemy|Fatui Pyro Agent}} yields: Fatui Pyro Agent
{{Enemy|Blazing Axe Mitachurl|x = 5|text = Umbaloo}} yields: Umbaloo ×5
{{Enemy|Unknown}} yields: Unknown
{{Enemy|Unknown|text = Question Mark}} yields: Question Mark
Template Data[]
Displays an enemy icon and name.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Enemy name | 1 | The name of the enemy whose image to display. (Setting this to "Unknown" will show a generic image and disable links in the template.)
| Page name | required |
Size | 2 | The image size (in pixels).
| Number | optional |
No text | notext | If set to 1, disables the text label so that only the image is shown.
| Boolean | optional |
Link | link | Overrides the link target of the image and its text label. (Ignored if the enemy is "Unknown".)
| Page name | optional |
Text | text | Overrides the text label to show under the image. (This does not affect the count parameter, so setting this to an empty value will display only the count; e.g., "×2".)
| Line | optional |
Count | x | An optional enemy count to display after the text label (e.g., "Hilichurl ×2").
| Number | optional |