模板: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.