Difference between revisions of "Template:Coord/input/d"
Jump to navigation
Jump to search
imported>Orderinchaos (copy in from sandbox (Stepheng3's edits)) |
imported>MSGJ (update per Stepheng3's request) |
||
| Line 1: | Line 1: | ||
| − | <includeonly>{{Coord/link|dms-lat={{coord/dec2dms|{{{1}}}|{{{2}}}|{{#ifeq:{{{2}}}|N|S|N}}|{{coord/prec dec|{{{1}}}|{{{3}}}}}}}|dms-long={{coord/dec2dms|{{{3}}}|{{{4}}}|{{#ifeq:{{{4}}}|E|W|E}}|{{coord/prec dec|{{{1}}}|{{{3}}}}}}}|dec-lat={{#ifeq:{{{2}}}|S|-}}{{{1}}}|dec-long={{#ifeq:{{{4}}}|W|-}}{{{3}}}|dec-lat-display={{{1}}}°{{{2}}}|dec-long-display={{{3}}}°{{{4}}}|param={{{1}}}_{{{2}}}_{{{3}}}_{{{4}}}_{{{5}}}|default={{#if:{{{format|}}}|{{{format}}}|{{#ifeq:{{coord/prec dec|{{{1}}}|{{{3}}}}}|d|dms|dec}}}}|name={{{name|}}}}}<!-- | + | <includeonly>{{Coord/link |
| − | -->{{#if:{{{6}}}|{{Coord/input/error2|msg=extra parameters|sort_ch=#}}}}<!-- | + | |dms-lat={{coord/dec2dms|{{{1}}}|{{{2}}}|{{#ifeq:{{{2}}}|N|S|N}}|{{coord/prec dec|{{{1}}}|{{{3}}}}}}} |
| − | -->{{#ifexpr:0{{{1}}}>90|{{Coord/input/error2|msg=latd>90|sort_ch=>}}}}<!-- | + | |dms-long={{coord/dec2dms|{{{3}}}|{{{4}}}|{{#ifeq:{{{4}}}|E|W|E}}|{{coord/prec dec|{{{1}}}|{{{3}}}}}}} |
| − | -->{{#ifexpr:0{{{1}}}<-90|{{Coord/input/error2|msg=latd<-90|sort_ch=<}}}}<!-- | + | |dec-lat={{#ifeq:{{{2}}}|S|-}}{{{1}}} |
| − | -->{{#ifexpr:0{{{3}}}<360||{{Coord/input/error2|msg=longd>=360|sort_ch=>}}}}<!-- | + | |dec-long={{#ifeq:{{{4}}}|W|-}}{{{3}}} |
| − | -->{{#ifexpr:0{{{3}}}>-360||{{Coord/input/error2|msg=longd<=-360|sort_ch=<}}}}<!-- | + | |dec-lat-display={{{1}}}°{{{2}}} |
| − | --></includeonly><noinclude>{{ | + | |dec-long-display={{{3}}}°{{{4}}} |
| + | |param={{{1}}}_{{{2}}}_{{{3}}}_{{{4}}}_{{{5}}} | ||
| + | |default={{#if:{{{format|}}}|{{{format}}}|{{#ifeq:{{coord/prec dec|{{{1}}}|{{{3}}}}}|d|dms|dec}}}} | ||
| + | |name={{{name|}}}}}<!-- | ||
| + | -->{{#if:{{{3}}}||{{Coord/input/error2|msg=missing longitude (d format)|sort_ch=#}}}}<!-- | ||
| + | -->{{#if:{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}|{{Coord/input/error2|msg=extra parameters (d format)|sort_ch=#}}}}<!-- | ||
| + | -->{{#ifexpr:0{{{1}}}>90|{{Coord/input/error2|msg=latd>90 (d format)|sort_ch=>}}}}<!-- | ||
| + | -->{{#ifexpr:0{{{1}}}<-90|{{Coord/input/error2|msg=latd<-90 (d format)|sort_ch=<}}}}<!-- | ||
| + | -->{{#ifexpr:0{{{3}}}<360||{{Coord/input/error2|msg=longd>=360 (d format)|sort_ch=>}}}}<!-- | ||
| + | -->{{#ifexpr:0{{{3}}}>-360||{{Coord/input/error2|msg=longd<=-360 (d format)|sort_ch=<}}}}<!-- | ||
| + | --></includeonly><noinclude> | ||
| + | {{Documentation|Template:Coord/sub doc}} | ||
| + | [[Category:Coord template]] | ||
| + | </noinclude> | ||
Revision as of 22:38, 8 May 2010
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
The following templates are "subroutines" of {{Coord}}. Separating them out drastically reduces the pre-expand size of {{Coord}}. They shouldn't be invoked directly.
| name | function |
|---|---|
| {{Coord/display/inline}} | displays coordinates inline |
| {{Coord/display/inline,title}} | displays coordinates inline and above the article |
| {{Coord/display/title}} | displays coordinates above the article (generally to the right of the article's title) |
| {{Coord/link}} | generates microformats and link to GeoHack |
| {{Coord/input/dec}} | reads coordinates in decimal degrees {{Coord|12|-12}} |
| {{Coord/input/d}} | reads coordinates in decimal degrees with directional letters {{Coord|12|N|12|W}} |
| {{Coord/input/dm}} | reads coordinates in degrees/minutes format {{Coord|12|12|N|12|12|W}} |
| {{Coord/input/dms}} | reads coordinates in degrees/minutes/seconds format {{Coord|12|12|12|N|12|12|12|W}} |
| {{Coord/input/ERROR}} | generates error message if the inputs do not match any of the above formats |
| {{Coord/input/error2}} | generates error message for range checks and such |
| {{Coord/input/nolat}} | generates error message for missing latitude |
| {{Coord/negzeropad}} | pads a positive number with trailing zeroes until it matches the precision of a negative number |
| {{Coord/prec dec}} | selects a format for converting decimal degrees, based on the precision of the inputs |
| The above documentation is transcluded from Template:Coord/sub doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Subpages of this template. |