Terraria Wiki
Advertisement
This template is i18n-ready, which means it is easy to localize for different languages. Please see 18n & l10n for template to learn more.
See Template:Use time/l10n for the localization of this template.
Template-info Documentation The documentation below is transcluded from Template:Use time/doc. (edit | history)

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 Insanely fast
8–20 Very fast
20–25 Fast
25–30 Average
30–35 Slow
35–45 Very slow
45–55 Extremely slow
> 55 Snail

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}} Average
{{use time|30|full=y}} 30 (Average)
{{use time|30|full=y|class=}} 30 (Average)
{{use time|30|full=y|class=note-text&#32;small}} 30 (Average)

See also[]

zh:Template:Use time

Advertisement