注意:1.4.5 的更新内容量较大,页面上很可能仍有内容尚未更新。
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
见 Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
见 Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南
Template:Buff
跳转到导航
跳转到搜索
Display a standardized buff link in the style of {{item}}.
Usage
{{ <buff name> | <display text> | id = <buff ID> | <various other {{item}} parameters> }}
- First unnamed parameter
Name of the buff, without any (buff) or (debuff) suffix.
- Second unnamed parameter
Custom display text to override the buff name.
- id
Buff ID, can be used instead of the buff name if that is more convenient. Will always override the first unnamed parameter.
- image, link, mode, css, class, wrap, note, note2
These parameters behave like with {{item}}; see that template's documentation for details.
See {{getBuffInfo}} for the default link of a buff.
Examples
| Result | Code |
|---|---|
{{buff|Ichor}}
| |
{{buff|id=69}}
| |
{{buff|id=24|the fire debuff}}
| |
{{buff|id=24|class=break|a very long text that will break}}
|