注意:1.4.5 的更新内容量较大,页面上很可能仍有内容尚未更新。
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南

Template:Buff

来自Terraria Wiki
跳转到导航 跳转到搜索
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
Template-info.svg 文档 以下文档来自Template:Buff/doc。(编辑 | 历史

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}}
a very long text that will breaka very long text that will break {{buff|id=24|class=break|a very long text that will break}}