الگو:Coord/sub doc: تفاوت میان نسخه‌ها

از ویکی حج
جز (۱ نسخه واردشده)
جز (۱ نسخه واردشده)
 
(۲ نسخهٔ میانی ویرایش شده توسط ۲ کاربر نشان داده نشد)
خط ۱: خط ۱:
The following templates are "subroutines" of {{tl|Coord}}.  Separating them out drastically reduces the pre-expand size of {{tl|Coord}}.  They shouldn't be invoked directly.
The following templates are "subroutines" of {{tl|Coord}}.  Separating them out drastically reduces the pre-expand size of {{tl|Coord}}.  They shouldn't be invoked directly.
{|
{|
|-
|-
خط ۱۸: خط ۱۹:
|-
|-
| {{tl|Coord/input/dec}}
| {{tl|Coord/input/dec}}
| reads coordinates in decimal degrees <nowiki>{{coord|12|-12}}</nowiki>
| reads coordinates in decimal degrees <nowiki>{{Coord|12|-12}}</nowiki>
|-
|-
| {{tl|Coord/input/d}}
| {{tl|Coord/input/d}}
| reads coordinates in decimal degrees with directional letters <nowiki>{{coord|12|N|12|W}}</nowiki>
| reads coordinates in decimal degrees with directional letters <nowiki>{{Coord|12|N|12|W}}</nowiki>
|-
|-
| {{tl|Coord/input/dm}}
| {{tl|Coord/input/dm}}
| reads coordinates in degrees/minutes format <nowiki>{{coord|12|12|N|12|12|W}}</nowiki>
| reads coordinates in degrees/minutes format <nowiki>{{Coord|12|12|N|12|12|W}}</nowiki>
|-
|-
| {{tl|Coord/input/dms}}
| {{tl|Coord/input/dms}}
| reads coordinates in degrees/minutes/seconds format <nowiki>{{coord|12|12|12|N|12|12|12|W}}</nowiki>
| reads coordinates in degrees/minutes/seconds format <nowiki>{{Coord|12|12|12|N|12|12|12|W}}</nowiki>
|-
|-
| {{tl|Coord/input/ERROR}}
| {{tl|Coord/input/ERROR}}
خط ۳۴: خط ۳۵:
| {{tl|Coord/input/error2}}
| {{tl|Coord/input/error2}}
| generates error message for range checks and such
| generates error message for range checks and such
|-
| {{tl|Coord/input/nolat}}
| generates error message for missing latitude
|-
|-
| {{tl|Coord/negzeropad}}
| {{tl|Coord/negzeropad}}
خط ۴۰: خط ۴۴:
| {{tl|Coord/prec dec}}
| {{tl|Coord/prec dec}}
| selects a format for converting decimal degrees, based on the precision of the inputs
| selects a format for converting decimal degrees, based on the precision of the inputs
|}
|}<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
[[Category:Coord template]]
}}<noinclude>
</noinclude>

نسخهٔ کنونی تا ‏۲۵ دسامبر ۲۰۱۹، ساعت ۱۳:۲۴

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