Difference between revisions of "Template:Infobox islands/length/doc"
Jump to navigation
Jump to search
imported>Zyxw |
imported>Vanisaac m (→See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
||
| Line 48: | Line 48: | ||
* {{tl|{{ROOTPAGENAME}}/density}} | * {{tl|{{ROOTPAGENAME}}/density}} | ||
| − | <includeonly>{{ | + | <includeonly>{{Sandbox other|| |
<!-- Categories go here --> | <!-- Categories go here --> | ||
[[Category:Geography infobox subtemplates]] | [[Category:Geography infobox subtemplates]] | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 19:44, 25 April 2020
| 40px | This is a documentation subpage for Template:Infobox islands/length. It contains usage information, categories and other content that is not part of the original template page. |
This is a subtemplate of {{Infobox islands}}, and should not be used directly.
Usage
| Input | Output |
|---|---|
{{Infobox islands/length|km=0.5}} |
0.5 km (Expression error: Unrecognized punctuation character "[". mi) |
{{Infobox islands/length|mi=0.3}} |
0.3 mi (Expression error: Unrecognized punctuation character "[". km) |
{{Infobox islands/length|m=500}} |
500 m (Expression error: Unrecognized punctuation character "[". ft) |
{{Infobox islands/length|ft=1610}} |
1,610 ft (Expression error: Unrecognized punctuation character "[". m) |
{{Infobox islands/length|km=0.5|mi=0.3}} |
0.5 km (0.3 mi) |
{{Infobox islands/length|m=500|ft=1610}} |
500 m (1,610 ft) |
{{Infobox islands/length|km=0.5|m=500}} |
0.5 km (Expression error: Unrecognized punctuation character "[". mi) |
{{Infobox islands/length|mi=0.3|ft=1610}} |
0.3 mi (Expression error: Unrecognized punctuation character "[". km) |
{{Infobox islands/length|m=500|mi=0.3|ft=1610}} |
0.3 mi (Expression error: Unrecognized punctuation character "[". km) |
{{Infobox islands/length|km=0.5|mi=0.3|ft=1610}} |
0.5 km (0.3 mi) |
{{Infobox islands/length|km=0.5|m=500|ft=1610}} |
0.5 km (Expression error: Unrecognized punctuation character "[". mi) |
{{Infobox islands/length|km=0.5|m=500|mi=0.3}} |
0.5 km (0.3 mi) |
{{Infobox islands/length|km=0.5|m=500|mi=0.3|ft=1610}} |
0.5 km (0.3 mi) |
{{convert|0.5|km|abbr=on}}→ 0.5 km (0.31 mi){{convert|0.3|mi|abbr=on}}→ 0.3 mi (0.48 km){{convert|500|m|abbr=on}}→ 500 m (1,600 ft){{convert|1610|ft|abbr=on}}→ 1,610 ft (490 m)
Code
The code uses {{precision}} to determine the level of precision. The logic is to give preference to km/mi over m/ft. If both km and mi are specified, then no conversion takes place. Similarly, if both m and ft are specified (and km/mi are not specified), then no conversion takes place.
See also
- {{convert}}
- {{Infobox islands/area}}
- {{Infobox islands/density}}