မော်ဂျူး:Coordinates/doc
ဤစာမျက်နှာမှာ မော်ဂျူး:Coordinates တမ်းပလိတ်အတွက် အသုံးပြုပုံ လက်စွဲ (documentation) ၏ စာမျက်နှာခွဲ (subpage) တစ်ခုဖြစ်သည်။ ဤစာမျက်နှာတွင် မူရင်း မော်ဂျူး page ၌ တစိတ်တပိုင်းအဖြစ် မပါဝင်သည့် အသုံးပြုပုံပြုနည်းနှင့် သက်ဆိုင်သည့် သတင်းအချက်များ၊ ကဏ္ဍများ နှင့် အခြားအချက်အလက်များ ပါဝင်သည်။ |
This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
ဤ တမ်းပလိတ် တွင် ရှုပ်ထွေးခက်ခဲသော တမ်းပလိတ်သဒ္ဒါ သုံးစွဲမှုများ ပါဝင်သည်။
တမ်းပလိတ်အား ပြင်ဆင်မှုမပြုမီ သင့်အနေဖြင့် ယင်း၏ ပြင်ဆင်ပုံများနှင့် parser functions များကို ရင်းနှီးမှုရှိစေရန် လေ့လာစေလိုပါသည်။ အကယ်၍ သင့်တည်းဖြတ်မှုသည် မမျှော်လင့်ထားသော ပြဿနာများ ဖြစ်ပေါ်စေလာပါက လျင်မြန်စွာ နောက်ပြန်ပြင်လိုက်ပါ။ Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here. |
Note: The code which this module's main function (coord
) outputs is directly parsed and/or manipulated by Module:Location map and other functions of this module itself (coord2text
and coordinsert
). If the structure of the output changes (for example, to use the <mapframe>
and <maplink>
tags), please update the aforementioned scripts as well.
Using the module with coordinsert
[ပြင်ဆင်ရန်]When using the {{Coord}} template inside another template, like an infobox, there may be parameters (like type:airport
) which should be added automatically. To do so, do something like this:
{{#if:{{{coordinates|}}}|{{#invoke:Coordinates|coordinsert|{{{coordinates|}}}|parameter1:value1|parameter2:value2|parameter3:value3…}}|
Do not add more vertical bars |
than necessary.
Using the module with coord2text to extract latitude or longitude
[ပြင်ဆင်ရန်]Developers maintaining legacy code may need to extract latitude or longitude to use a parameters in other code, or a mathematical expression. The module's "coord2text" function can be used to extract data from the {{Coord}} template. To extract the latitude from a Coord template, use:
{{#invoke:coordinates|coord2text|{{Coord|57|18|22|N|4|27|32|E}}|lat}}
→ 57.30611
To extract the longitude, use:
{{#invoke:coordinates|coord2text|{{Coord|57|18|22|N|4|27|32|E}}|long}}
→ 4.45889
Modules using this module directly
[ပြင်ဆင်ရန်]