This template is used on approximately 9,200 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Usage
This template converts a population and area to a density.
{{Pop density|number of people|numerical value of area|unit of area|area unit to convert to
}}
Examples
- {{
Pop density|120|240|km2|sqmi
}} → "0.500/km2 (1.29/sq mi)" - {{
Pop density|1600|600|sqmi|km2
}} → "2.67/sq mi (1.03/km2)"
- rounding
- {{
Pop density|120|240|km2|sqmi|prec=1
}} → "0.5/km2 (1.3/sq mi)"
- no conversion
- {{
Pop density|120|240|km2
}} → "0.500/km2"
- reverse outputs
- {{
Pop density|1600|600|sqmi|km2|flip=on
}} → "1.03/km2 (2.67/sq mi)"
- give only raw numerical output
- {{
Pop density|120|240|km2|disp=num
}} → "0.500" - {{
Pop density|1600|600|sqmi|disp=num
}} → "2.67" - {{
Pop density|120|240|km2|sqmi|disp=num
}} → "1.29" - {{
Pop density|1600|600|sqmi|km2|disp=num
}} → "1.03"
- table
{| class="wikitable"
! Population !! Area (km<sup>2</sup>) !! Density (/km<sup>2</sup>)
|-
| {{pop density|120|2400|km2|disp=table}}
|}
Population | Area (km2) | Density (/km2) |
---|---|---|
120 | 2400 | 0.0500 |
{| class="wikitable"
! Population !! Area (km<sup>2</sup>) !! Density (/km<sup>2</sup>) !! Density (/sqmi)
|-
| {{pop density|120|2400|km2|sqmi|disp=table}}
|}
Population | Area (km2) | Density (/km2) | Density (/sqmi) |
---|---|---|---|
120 | 2400 | 0.0500 | 0.129 |
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.
TemplateData for Pop density
This template converts a population and area to a density.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number of people | 1 | no description
| Number | required |
Area | 2 | Numerical value of area
| Number | required |
Unit of area | 3 | no description
| String | required |
Convert to units | 4 | Area unit to convert to | String | optional |
Precision | prec | Round to this number of decimals
| Number | optional |
Display | disp | Give only raw numerical output. Use "num" for usage in normal text; use "table" within tables.
| String | optional |
Reverse outputs | flip | no description
| String | optional |
See also
- {{Density}}
- {{Population density WD}}, {{Area WD}}