Template:Buffduration

来自Terraria Wiki
跳到导航 跳到搜索
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for templates to learn more.
See Template:Buffduration/l10n for the localization of this template.
Template-info.svg 文档 以下文档来自Template:Buffduration/doc。(编辑 | 历史

Use as a shortcut when adding in the buff times in the main paragraph of a buff item. An alias for this template is {{potionlength}}.

Usage

{{ potionlength | <buff duration> | eversions = no/<page name> | nomaintext = y/yes }}

First unnamed parameter
Duration of the buff, preferably using the {{duration}} template. If omitted, the template will attempt to determine the buff duration automatically via {{iteminfo}}.
eversions
By default, the template will hide information about how to cancel a buff on certain platforms based on the platforms the buff is available on (utilizing {{eversions}} with the name of the page the template is used on). Set this parameter to no to suppress this behavior and make it display information for all versions. Set it to any page's name to cause the template to take that entity as an {{eversions}} base.
Exclusivity can be manually overridden with the version parameters described on Template:Exclusive.
nomaintext
Suppresses the display of the first part of the text. Therefore, the first unnamed parameter has no effect if this parameter is set.

Examples

Code Result Notes
{{potionlength| {{duration|300}} }} 这会持续 5 分钟,但任何时候都可以通过右键点击图标(电脑版)、通过轮转上一个/下一个增益选择图标然后按下取消增益(主机版)、通过在装备菜单中选择图标并取消之(前代主机版)、通过双击增益图标(移动版)、或通过在增益屏幕取消增益(任天堂3DS版)来取消。 Standard behavior. This page ("Buffduration") does not have any exclusivity information, so all platforms are displayed.
{{potionlength| {{duration|300}} | eversions = Moon Lord }} 这会持续 5 分钟,但任何时候都可以通过右键点击图标(电脑版)、通过轮转上一个/下一个增益选择图标然后按下取消增益(主机版)、或通过双击增益图标(移动版)来取消。 Specify a different page for exclusivity.
{{potionlength| {{duration|300}} | 3ds = no }} 这会持续 5 分钟,但任何时候都可以通过右键点击图标(电脑版)、通过轮转上一个/下一个增益选择图标然后按下取消增益(主机版)、通过在装备菜单中选择图标并取消之(前代主机版)、或通过双击增益图标(移动版)来取消。 Remove the information about explicitly specified platforms.
{{potionlength| {{duration|300}} | console = no | mobile = no }} 这会持续 5 分钟,但任何时候都可以通过右键点击图标(电脑版)、通过在装备菜单中选择图标并取消之(前代主机版)、或通过在增益屏幕取消增益(任天堂3DS版)来取消。
{{potionlength| {{duration|300}} | console = no | old-gen = no | 3ds = no }} 这会持续 5 分钟,但任何时候都可以通过右键点击图标(电脑版)或通过双击增益图标(移动版)来取消。
{{potionlength| {{duration|300}} | desktop = no | console = no | old-gen = no | mobile = no }} 这会持续 5 分钟,但任何时候都可以通过在增益屏幕取消增益(任天堂3DS版)来取消。
{{potionlength| {{duration|300}} | eversions = Moon Lord | mobile = no | 3ds = yes }} 这会持续 5 分钟,但任何时候都可以通过右键点击图标(电脑版)、通过轮转上一个/下一个增益选择图标然后按下取消增益(主机版)、或通过在增益屏幕取消增益(任天堂3DS版)来取消。 Specify a page for exclusivity and modify the eversions manually.
Most buffs can be deactivated prematurely {{buffduration|nomaintext=y}}. Most buffs can be deactivated prematurely 通过右键点击图标(电脑版)、通过轮转上一个/下一个增益选择图标然后按下取消增益(主机版)、通过在装备菜单中选择图标并取消之(前代主机版)、通过双击增益图标(移动版)、或通过在增益屏幕取消增益(任天堂3DS版). Use an entirely custom text.