Template:Npc stats table
Jump to navigation
Jump to search
Documentation The documentation below is transcluded from Template:Npc stats table/doc. (edit | history)
[purge]
This template displays all stats of an NPC, as defined in Terraria's source code. See Module:Npcinfo for the meaning of these stats and interpretation of their values.
Usage
{{ npc stats table | id = <NPC ID> | <NPC ID or name> | collapsible = y/yes | collapsed = n/no | class = <custom table class(es)> | style/css = <custom table styling> }}
- id
NPC ID of the NPC in question.
- First unnamed parameter
As an alternative to $id: NPC ID or name. Using $id directly is preferable because it is faster. If both $id and this parameter are specified, then $id takes precedence.
- collapsible, collapsed
$collapsible makes the table collapsible and collapses it by default. With |collapsed=no, it is made collapsible but expanded by default.
- class, style/css
Custom CSS class(es) and styling of the table.
Examples
| Code | Result | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{npc stats table|collapsible=yes|Blue Slime}} |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{npc stats table|collapsible=yes|id=1}} |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{npc stats table|id=1}} |
|
See also
- Template:Npcinfo for retrieving individual stats of an NPC
- Template:Item stats table, the equivalent for items