Template:Use time

来自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:Use time/l10n for the localization of this template.
Template-info.svg 文档 以下文档来自Template:Use time/doc。(编辑 | 历史

Use this template to show a verbal description of a numeric use time rating.

Usage

{{ use time | <numeric use time value> | full = y (optional) | class = <custom class for the description> (optional) }}

First unnamed parameter

Use time value. See the following table for a value overview:

Value Description
< 8 超快速度
8–20 很快速度
20–25 快速度
25–30 普通速度
30–35 慢速度
35–45 很慢速度
45–55 极慢速度
> 55 蜗牛速度

These values are taken from the source code, thus correspond to the in-game values.

full

Set this parameter to prepend the numeric input and style the description in a standardized way.

class

Set a custom class for the description, default is usetime. Only has an effect when using $full.

Examples

Code Result
{{use time|30}} 普通速度
{{use time|30|full=y}} 30(普通速度)
{{use time|30|full=y|class=}} 30(普通速度)
{{use time|30|full=y|class=note-text&#32;small}} 30(普通速度)

See also