Шаблон:Infobox coord
Овај шаблон употребљава замршене функције викисинтаксе.
Саветује Вам се да се упознате са поставкама за шаблон и парсер функцијама пре уређивања. Ако Ваша измена проузрокује неочекиване проблеме, молимо да је вратите што је пре могуће, зато што се овај шаблон вероватно користи на великом броју страница. Имајте на уму да можете да проводите експерименте и да требате да тестирате сваку евентуалну измену, или на страници Песак за шаблоне или на сопственој корисничкој подстраници. |
This helper template provides a way to pass parameters to {{Coord}} when building Infoboxes that require access to coordinate for use in maps. Because {{Coord}} is transcluded, all the functionality of that template, including hCards, is provided. This template does not do error checking. Invalid input is simply passed to {{Coord}}, which might return an error message.
Usage
[уреди извор]Field | Description |
---|---|
lat_d |
Degrees of latitude (can be in decimal degrees). |
lat_m |
Minutes of latitude. |
lat_s |
Seconds of latitude. |
lat_NS |
N for north or S for south of the equator. |
long_d |
Degrees of longitude (can be in decimal degrees). |
long_m |
Minutes of longitude. |
long_s |
Seconds of longitude. |
long_EW |
E for east or W for west of the prime meridian. |
type |
See Wikipedia:WikiProject Geographical coordinates/type:. |
pop |
Population, for use with type:city .
|
region |
See Wikipedia:WikiProject Geographical coordinates/region:. |
dim |
See Wikipedia:WikiProject Geographical coordinates/dim:. |
scale |
See Wikipedia:WikiProject Geographical coordinates/scale:. |
source |
See Wikipedia:WikiProject Geographical coordinates/source:. |
globe |
See Wikipedia:WikiProject Geographical coordinates/globe:. |
display |
inline,title , the default, or inline .
|
format |
dms for degree, minutes, second output, the default, or dec for decimal degree output.
|
name |
For information about name see Template:Coord/doc#Usage.
|
notes |
For information about notes see Template:Coord/doc#Usage.
|
Degrees must be specified. If degrees are not signed then NS and EW must also be specified.
For advice on creating new templates that include coordinate data see Creating new templates. See {{coord}} for allowable values.
Template blank
[уреди извор]{{Infobox coord | lat_d = | lat_m = | lat_s = | lat_NS = | long_d = | long_m = | long_s = | long_EW = | type = | pop = | region = | dim = | scale = | source = | globe = | display = | format = | name = | notes = }}
TemplateData
[уреди извор]TemplateData за Infobox coord
Нема описа.
Параметар | Опис | Врста | Статус | |
---|---|---|---|---|
lat_d | lat_d | Degrees of latitude. | број | необавезно |
lat_m | lat_m | Minutes of latitude | број | необавезно |
lat_s | lat_s | Seconds of latitude | број | необавезно |
lat_NS | lat_NS | Latitude north or south of equator | број | необавезно |
long_d | long_d | Degrees of longitude | број | необавезно |
long_m | long_m | Minutes of longitude | број | необавезно |
long_s | long_s | Seconds of longitude | број | необавезно |
long_EW | long_EW | Longitude east or west of prime meridian | број | необавезно |
Type | type | Type of coordinates | текст | необавезно |
Population | pop | Population of city(only with type:city) | број | необавезно |
Region | region | Political region of coordinate | текст | необавезно |
Dim (m) or (km) | dim | Width of object in meter or kilometer | број | необавезно |
Scale | scale | Scale of the map | број | необавезно |
Source | source | Source of data specified | текст | необавезно |
Globe | globe | It specifies planet, dwarf planet, asteroid etc. | текст | необавезно |
Display | display | Specifies the display(inline, title) | текст | необавезно |
Format | format | dms(degree minute second) or dec(decimal degree output)
| текст | необавезно |
Name | name | It can be used to annotate inline coordinates | текст | необавезно |
Notes | notes | Specifies the text to be displayed immediately after the coordinates | текст | необавезно |