Difference between revisions of "Template:Coord/dec2dms/doc"
< Template:Coord | dec2dms
Jump to navigation
Jump to search
imported>Pinky sl m (sl:Predloga:Koord/dec2dms) |
imported>Lam-ang |
||
| Line 52: | Line 52: | ||
<includeonly> | <includeonly> | ||
[[Category:Coord template]] | [[Category:Coord template]] | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</includeonly> | </includeonly> | ||
Revision as of 18:49, 7 April 2013
Given a decimal coordinate, two cardinal directions, and precision, render a coordinate in degrees/minutes/seconds.
Usage
{{coord/dec2dms|coord|N|S|precision}}
{{coord/dec2dms|coord|E|W|precision}}
Precision codes:
| d | Degrees (rounded to integer) |
| d1 | Degrees (rounded to 0.1 degrees) |
| dm | Degrees, minutes (rounded to integer) |
| dm1 | Degrees, minutes (rounded to 0.1 minutes) |
| dms | Degrees, minutes, seconds (rounded to integer) |
| dms1 | Degrees, minutes, seconds (rounded to 0.1 seconds) |
Examples
{{Coord/dec2dms|10.391944|N|S|d}} |
10°N |
{{Coord/dec2dms|10.391944|N|S|d1}} |
10.4°N |
{{Coord/dec2dms|10.390000|N|S|d}} |
10°N |
{{Coord/dec2dms|10.390000|N|S|d1}} |
10.4°N |
{{Coord/dec2dms|10.39|N|S|d}} |
10°N |
{{Coord/dec2dms|10.39|N|S|d1}} |
10.4°N |
{{Coord/dec2dms|-10.391944|N|S|dm}} |
10°24′S |
{{Coord/dec2dms|-10.391944|N|S|dm1}} |
10°23.5′S |
{{Coord/dec2dms|10.391944|E|W|dms}} |
10°23′31″E |
{{Coord/dec2dms|10.391944|E|W|dms1}} |
10°23′31.0″E |
{{Coord/dec2dms|10|N|S|d}} |
10°N |
{{Coord/dec2dms|10|E|W|dm}} |
10°00′E |
{{Coord/dec2dms|-10|E|W|dms}} |
10°00′00″W |
{{Coord/dec2dms|-10|E|W|dms1}} |
10°00′00.0″W |
Subroutines
Subroutines of Template:Coord/dec2dms (edit | talk | history | links | watch | logs):
- Template:Coord/dec2dms/d (edit | talk | history | links | watch | logs)
- Template:Coord/dec2dms/d1 (edit | talk | history | links | watch | logs)
- Template:Coord/dec2dms/dm (edit | talk | history | links | watch | logs)
- Template:Coord/dec2dms/dm1 (edit | talk | history | links | watch | logs)
- Template:Coord/dec2dms/dms (edit | talk | history | links | watch | logs)
- Template:Coord/dec2dms/dms1 (edit | talk | history | links | watch | logs)