This template is used on approximately 300,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Preview message: Transclusion count updated automatically (see documentation). |
This is a subtemplate of {{Infobox settlement}}. It is not intended to be used directly. It is called by the following templates:
Its purpose is to determine whether those templates call one of the subtemplates that displays metric units first (the default):
or one of the subtemplates that displays imperial units (U.S. units) first:
or the following subtemplates if an area is specified in dunams:
The template handles up to three unnamed parameters.
unit_pref
in {{Infobox settlement}}
, then passed as pref
to one of three display subtemplates (/areadisp, /densdisp, /lengthdisp
).subdivision_name
in {{Infobox settlement}}
, then passed as name
to one of three display subtemplates./areadisp
subtemplate, which passes the text area
.The default is to display metric units first, so the template only checks these parameters for values that would indicate the need to display non-metric units first:
Imperial, English, UK, US, U.S., US Customary, U.S. Customary, Standard
United Kingdom, [[United Kingdom]], United States, [[United States]], United States of America, [[United States of America]], [[United States|United States of America]]
/areadisp
subtemplate, then it also checks parameter #1 for dunam
(after converting it to lowercase)Code | Result |
---|---|
{{Infobox settlement/pref | | }}
|
metric |
{{Infobox settlement/pref | Imperial | }}
|
impus |
{{Infobox settlement/pref | UK | }}
|
impus |
{{Infobox settlement/pref | US | }}
|
impus |
{{Infobox settlement/pref | | United Kingdom}}
|
impus |
{{Infobox settlement/pref | | United States}}
|
impus |
{{Infobox settlement/pref|Dunam|Other|area}}
|
dunam |
{{Infobox settlement/pref|Dunam|Other}}
|
metric |
{{Infobox settlement/pref|Dunam|United Kingdom|area}} In this example, the template never checks for "Dunam" because it previously found that parameter #2 contained the name of a country using imperial units. |
impus |