注意:1.4.5 的更新内容量较大,页面上很可能仍有内容尚未更新。
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
见 Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
见 Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南
Template:Npc stats table
跳转到导航
跳转到搜索
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