Template:Percent and number/doc
This is a documentation subpage for Template:Percent and number. It may contain usage information, categories and other content that is not part of the original template page. |
This template may be used to generate a percentage of total followed by the number. For the reverse, see {{number and percent}}.
Usage
[edit]{{percent and number|number|total}}
{{percent and number|number|total|decimals to round to (zero or greater)}}
Optional parameters
[edit]For two-column table output, use |disp=table
To insert a line break before the parenthetical expression, use |disp=br()
To add a prefix to the numbers, use |prefix=
; for example, prefix=$
To add a suffix to the number, use |suffix=
; for example, suffix= units
To pad the result with zeros to achieve the desired precision, use |pad=yes
.
To override the default right alignment in table mode, use |align=left
or |align=center
.
Basic examples
[edit]{{percent and number|3333|20000}}
→ 17% (3,333)
{{percent and number|3333|20000|3}}
→ 16.665% (3,333)
{{percent and number|3,333|20,000}}
→ 17% (3,333)
{{percent and number|3,333|20,000|3}}
→ 16.665% (3,333)
{{percent and number|111|1000|4|pad=yes}}
→ 11.1000% (111)
{{percent and number|3333|20000|disp=br()}}
→ 17%
(3,333)
Table display
[edit]{| class="wikitable sortable"
|-
! Location !! Percentage !! Population
|-
| City A || {{percent and number|5000|12000|disp=table}}
|-
| City B || {{percent and number|6500|12000|disp=table}}
|-
| City C || {{percent and number|500|12000|disp=table}}
|}
Location | Percentage | Population |
---|---|---|
City A | 42% | 5,000 |
City B | 54% | 6,500 |
City C | 4% | 500 |
See also
[edit]- {{percentage}}
- {{number and percent}}