Difference between revisions of "Template:Plural/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(This template can be used to properly localise units.)
 
(this doesn't work with the -s and word check actually)
Line 15: Line 15:
  
 
<code><nowiki>{{Plural|1/3 round 2|component}}</nowiki></code> '''produces:''' {{Plural|1/3 round 2|component}}
 
<code><nowiki>{{Plural|1/3 round 2|component}}</nowiki></code> '''produces:''' {{Plural|1/3 round 2|component}}
 
<code><nowiki>{{Plural|0.5|{{Icon Small|component}} [[component]]}}</nowiki></code> '''produces:''' {{Plural|0.5|{{Icon Small|component}} [[component]]}}
 
  
 
<includeonly>[[Category:Formatting templates]]</includeonly>
 
<includeonly>[[Category:Formatting templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 00:33, 30 December 2022

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