Template:Coord/input/dms: Difference between revisions

(Create)
 
(Change out-text parameter to link-text)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{Coord/link
<includeonly>{{Coord/link
|dms-lat={{{1}}}°{{#if:{{{2}}}|{{{2}}}′}}{{{3}}}
|dms-lat={{{1}}}°{{#if:{{{2}}}|{{{2}}}′}}{{#if:{{{3}}}|{{{3}}}″}}{{{4}}}
|dms-long={{{4}}}°{{#if:{{{5}}}|{{{5}}}′}}{{{6}}}
|dms-long={{{5}}}°{{#if:{{{6}}}|{{{6}}}′}}{{#if:{{{7}}}|{{{7}}}″}}{{{8}}}
|dec-lat={{coord/dms2dec|{{{3}}}|{{{1}}}|0{{{2}}}}}
|dec-lat={{coord/dms2dec|{{{4}}}|{{{1}}}|0{{{2}}}|0{{{3}}}}}
|dec-long={{coord/dms2dec|{{{6}}}|{{{4}}}|0{{{5}}}}}
|dec-long={{coord/dms2dec|{{{8}}}|{{{5}}}|0{{{6}}}|0{{{7}}}}}
|param={{{1}}}_{{{2}}}_{{{3}}}_{{{4}}}_{{{5}}}_{{{6}}}_{{{7}}}
|param={{{1}}}_{{{2}}}_{{{3}}}_{{{4}}}_{{{5}}}_{{{6}}}_{{{7}}}_{{{8}}}_{{{9}}}
|default={{#if:{{{format|}}}|{{{format}}}|dms}}
|default={{#if:{{{format|}}}|{{{format}}}|dms}}
|name={{{name|}}}}}<!--  
|name={{{name|}}}
  -->{{#if:{{{4}}}||{{Coord/input/error2|msg=missing longitude (dm format)|sort_ch=#}}}}<!--  
|link-text={{{link-text|}}}}}<!--  
  -->{{#if:{{{8}}}{{{9}}}{{{10}}}|{{Coord/input/error2|msg=extra parameters (dm format)|sort_ch=#}}}}<!--  
  -->{{#if:{{{5}}}||{{Coord/input/error2|msg=missing longitude (dms format)|sort_ch=#}}}}<!--  
  -->{{#ifexpr:0{{{1}}}>90|{{Coord/input/error2|msg=latd>90 (dm format)|sort_ch=>}}}}<!--  
  -->{{#if:{{{10}}}|{{Coord/input/error2|msg=extra parameters (dms format)|sort_ch=#}}}}<!--  
  -->{{#ifexpr:0{{{1}}}<-90|{{Coord/input/error2|msg=latd<-90 (dm format)|sort_ch=<}}}}<!--  
  -->{{#ifexpr:0{{{1}}}>90|{{Coord/input/error2|msg=latd>90 (dms format)|sort_ch=>}}}}<!--  
  -->{{#ifexpr:0{{{2}}}<60||{{Coord/input/error2|msg=latm>=60 (dm format)|sort_ch='}}}}<!--  
  -->{{#ifexpr:0{{{1}}}<-90|{{Coord/input/error2|msg=latd<-90 (dms format)|sort_ch=<}}}}<!--  
  -->{{#ifexpr:0{{{2}}}<0|{{Coord/input/error2|msg=latm<0 (dm format)|sort_ch='}}}}<!--  
  -->{{#ifexpr:0{{{2}}}<60||{{Coord/input/error2|msg=latm>=60 (dms format)|sort_ch='}}}}<!--  
  -->{{#ifexpr:0{{{4}}}<360||{{Coord/input/error2|msg=longd>=360 (dm format)|sort_ch=>}}}}<!--  
  -->{{#ifexpr:0{{{2}}}<0|{{Coord/input/error2|msg=latm<0 (dms format)|sort_ch='}}}}<!--  
  -->{{#ifexpr:0{{{4}}}>-360||{{Coord/input/error2|msg=longd<=-360 (dm format)|sort_ch=<}}}}<!--  
  -->{{#ifexpr:0{{{3}}}<60||{{Coord/input/error2|msg=lats>=60 (dms format)|sort_ch="}}}}<!--
  -->{{#ifexpr:0{{{5}}}<60||{{Coord/input/error2|msg=longm>=60 (dm format)|sort_ch='}}}}<!--  
-->{{#ifexpr:0{{{3}}}<0|{{Coord/input/error2|msg=lats<0 (dms format)|sort_ch="}}}}<!--
  -->{{#ifexpr:0{{{5}}}<0|{{Coord/input/error2|msg=longm<0 (dm format)|sort_ch='}}}}<!--  
-->{{#ifexpr:0{{{5}}}<360||{{Coord/input/error2|msg=longd>=360 (dms format)|sort_ch=>}}}}<!--  
  -->{{#ifexpr:0{{{5}}}>-360||{{Coord/input/error2|msg=longd<=-360 (dms format)|sort_ch=<}}}}<!--  
  -->{{#ifexpr:0{{{6}}}<60||{{Coord/input/error2|msg=longm>=60 (dms format)|sort_ch='}}}}<!--  
  -->{{#ifexpr:0{{{6}}}<0|{{Coord/input/error2|msg=longm<0 (dms format)|sort_ch='}}}}<!--
-->{{#ifexpr:0{{{7}}}<60||{{Coord/input/error2|msg=longs>=60 (dms format)|sort_ch="}}}}<!--
-->{{#ifexpr:0{{{7}}}<0|{{Coord/input/error2|msg=longs<0 (dms format)|sort_ch="}}}}<!--  
  --></includeonly><noinclude>
  --></includeonly><noinclude>
{{Documentation|Template:Coord/sub doc}}
{{Documentation|Template:Coord/sub doc}}
[[Category:Coord template]]
[[Category:Coord template]]
</noinclude>
</noinclude>

Latest revision as of 14:40, 6 July 2010

[view] [edit] [history] [purge] Documentation icon Template documentation

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