Template:Item stats table
Jump to navigation
Jump to search
Documentation The documentation below is transcluded from Template:Item stats table/doc. (edit | history)
[purge]
This template displays all stats of an item, as defined in Terraria's source code. See Module:Iteminfo for the meaning of these stats and interpretation of their values.
Usage
{{ item stats table | id = <item ID> | <item ID or name> | collapsible = y/yes | collapsed = n/no | class = <custom table class(es)> | style/css = <custom table styling> }}
- id
Item ID of the item in question.
- First unnamed parameter
As an alternative to $id
: item 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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{item stats table|collapsible=yes|Terra Blade}} |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{item stats table|collapsible=yes|id=757}} |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{item stats table|id=757}} |
|
See also
- Template:Iteminfo for retrieving individual stats of an item
- Template:Npc stats table, the equivalent for NPCs