Difference between revisions of "Template:LocFormat"
Jump to navigation
Jump to search
(→Usage) |
|||
Line 9: | Line 9: | ||
|directional=yes}}</pre> | |directional=yes}}</pre> | ||
− | + | == Parameters == | |
* {{{1}}}: The coordinate string to format | * {{{1}}}: The coordinate string to format | ||
* format: Output format - one of float, dd (decimal degrees), dm (decimal minutes) or dms (degrees minutes seconds) | * format: Output format - one of float, dd (decimal degrees), dm (decimal minutes) or dms (degrees minutes seconds) | ||
Line 16: | Line 16: | ||
= Examples = | = Examples = | ||
− | + | == Floats (format=float) == | |
* {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=float}} | * {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=float}} | ||
− | |||
− | + | == Decimal Degrees (format=dd) == | |
* {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=dd}} | * {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=dd}} | ||
− | |||
− | + | == Decimal Minutes (format=dm) == | |
* {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=dm}} | * {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=dm}} | ||
− | |||
− | + | == Degrees Minutes Seconds (format=dms) == | |
* {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=dms}} | * {{LocFormat|55° 45' 20.83" N, 37° 37' 3.48" W|format=dms}} | ||
− | |||
[[Category:Template]] | [[Category:Template]] | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#coordinates:{{{1}}}|format={{{format|dd}}}|directional=yes}}</includeonly> | <includeonly>{{#coordinates:{{{1}}}|format={{{format|dd}}}|directional=yes}}</includeonly> |
Revision as of 09:50, 19 January 2025
Template to format coordinates see https://maps.extension.wiki/wiki/Coordinate_formats. Default is decimal degrees.
Usage
{{LocFormat |coordinates |format=dd |directional=yes}}
Parameters
- {{{1}}}: The coordinate string to format
- format: Output format - one of float, dd (decimal degrees), dm (decimal minutes) or dms (degrees minutes seconds)
- directional: Whether to show direction indicators (N/S/E/W) - default is yes
Examples
Floats (format=float)
55.755786 N, 37.617633 W
Decimal Degrees (format=dd)
55.755786° N, 37.617633° W
Decimal Minutes (format=dm)
55° 45.3472' N, 37° 37.0580' W
Degrees Minutes Seconds (format=dms)
55° 45' 20.83" N, 37° 37' 3.48" W