Template:Plural/doc

From RimWorld Wiki
< Template:Plural
Revision as of 00:33, 30 December 2022 by Ickputzdirwech (talk | contribs) (this doesn't work with the -s and word check actually)
Jump to navigation Jump to search

Usage

This template can be used to properly localise units.

The template has two parameters:

{{Plural|"value"|"text"}}

  • The first parameter can be any value, usually in form of an expression.
  • The second parameter can be any text including links and templates. It should end with the unit of the value as this template simply adds an "s" at the end of the text, if the value isn't 1.

Examples

{{Plural|1|component}} produces: 1 component

{{Plural|2|component}} produces: 2 components

{{Plural|1/3 round 2|component}} produces: 0.33 components