Шаблон:Use time

Матеріал з Terraria Wiki
Перейти до навігації Перейти до пошуку
Цей шаблон i18n-ready, що означає, що його легко локалізувати для різних мов. Будь ласка, ознайомтеся з i18n та l10n для шаблонів, щоб дізнатися більше.
Див. «Шаблон:Use time/l10n» для локалізації цього шаблону.
Template-info.svg Документація Наведена нижче документація запозичена з «Шаблон: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