Template:Use time/doc
Jump to navigation
Jump to search
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
. Only has an effect when using usetime
.
$full
Examples
Code | Result |
---|---|
{{use time|30}} |
Average |
{{use time|30|full=y}} |
30 (Average) |
{{use time|30|full=y|class=note-text small}} |
30 (Average) |
See also
- {{knockback}}