Template:Bestiary entries

From Terraria Wiki
Jump to navigation Jump to search
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:Bestiary entries/l10n for the localization of this template.
Template-info.svg Documentation The documentation below is transcluded from Template:Bestiary entries/doc. (edit | history)

This template displays the number of Bestiary entries that corresponds to a given progress percentage.

Often, certain conditions etc. are only given in percentages, but this information is less useful than a specific number of entries. This template facilitates quickly appending that number. Furthermore, it will update the number automatically should the total number of entries change in a later update.

{{b entries}} is an alias for {{bestiary entries}}.

Usage

{{ b entries | <progress percentage> | <unit> }}

First unnamed parameter

Ratio expression, such percent, fractal, etc., see examples below. The result will be rounded up to the nearest integer. The template will not output anything if this parameter is invalid.

Second unnamed parameter

If set, the template appends the unit ("entry"/"entries"). The parameter can be set to any value, but it should be entry or entries for clarity.

Examples

Code Result
{{b entries|31%}} 168
{{b entries|31%|entry}} 168 entries
{{b entries|0|entry}} 0 entries
{{b entries|0.1%|entry}} 1 entry
{{b entries|31%|entries}} 168 entries
{{b entries|31%|true}} 168 entries
{{b entries|100%}} (total number of entries) 540
{{b entries|0%}} 0
{{b entries|0}} 0
{{b entries|0.00}} 0
{{b entries|3.1415%}} 17
{{b entries|0.31}} 168
{{b entries|1/4}} 135
{{b entries|20%+5%}} 135
{{b entries|50%/2}} 135
{{b entries|0.2+1/20}} 135
{{b entries|-20%}} (invalid)
{{b entries|120%}} (invalid)
{{b entries|2}} (invalid, same as 200%)
{{b entries|120%|entries}} (invalid) ? entries
Once 31% of the Bestiary has been filled ({{b entries|31%|entries}}), ... Once 31% of the Bestiary has been filled (168 entries), ...
Filling 168 Bestiary entries is equivalent to {{percent|168/{{b entries|100%}}}} completion. Filling 168 Bestiary entries is equivalent to 31.11% completion.
3.1415% of 540 would be 16.9641, but is rounded up: {{b entries|3.1415%}} 3.1415% of 540 would be 16.9641, but is rounded up: 17