Šablon:Infobox coord
![]() | Ovaj šablon upotrebljava zamršene funkcije vikisintakse.
Savetuje Vam se da se upoznate sa postavkama za šablon i parser funkcijama pre uređivanja. Ako Vaša izmena prouzrokuje neočekivane probleme, molimo da je vratite što je pre moguće, zato što se ovaj šablon verovatno koristi na velikom broju stranica. Imajte na umu da možete da provodite eksperimente i da trebate da testirate svaku eventualnu izmenu, ili na stranici Pesak za šablone ili na sopstvenoj korisničkoj podstranici. |
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
[uredi izvor]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
[uredi izvor]{{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
[uredi izvor]TemplateData za Infobox coord
Nema opisa.
Parametar | Opis | Vrsta | Status | |
---|---|---|---|---|
lat_d | lat_d | Degrees of latitude. | broj | neobavezno |
lat_m | lat_m | Minutes of latitude | broj | neobavezno |
lat_s | lat_s | Seconds of latitude | broj | neobavezno |
lat_NS | lat_NS | Latitude north or south of equator | broj | neobavezno |
long_d | long_d | Degrees of longitude | broj | neobavezno |
long_m | long_m | Minutes of longitude | broj | neobavezno |
long_s | long_s | Seconds of longitude | broj | neobavezno |
long_EW | long_EW | Longitude east or west of prime meridian | broj | neobavezno |
Type | type | Type of coordinates | tekst | neobavezno |
Population | pop | Population of city(only with type:city) | broj | neobavezno |
Region | region | Political region of coordinate | tekst | neobavezno |
Dim (m) or (km) | dim | Width of object in meter or kilometer | broj | neobavezno |
Scale | scale | Scale of the map | broj | neobavezno |
Source | source | Source of data specified | tekst | neobavezno |
Globe | globe | It specifies planet, dwarf planet, asteroid etc. | tekst | neobavezno |
Display | display | Specifies the display(inline, title) | tekst | neobavezno |
Format | format | dms(degree minute second) or dec(decimal degree output)
| tekst | neobavezno |
Name | name | It can be used to annotate inline coordinates | tekst | neobavezno |
Notes | notes | Specifies the text to be displayed immediately after the coordinates | tekst | neobavezno |