「模板:Pp-protected」:修訂間差異
imported>ChiEmpire |
imported>ChiEmpire |
||
第5行: | 第5行: | ||
| 參數<code>native_name</code>不建議使用。請改用<code>alt_name</code>。 | | 參數<code>native_name</code>不建議使用。請改用<code>alt_name</code>。 | ||
}} | }} | ||
== Coordinate syntax == | == Coordinate syntax == | ||
於 2023年8月15日 (二) 21:44 的修訂
參數native_name 不建議使用。請改用alt_name 。 |
Coordinate syntax
Coordinates can be entered as decimal digits or using degrees, minutes and seconds. There is also the option of using the {{Coord}} template but this is not recommended since it does not allow for map functionality. If no map is to be displayed then the Coord template will work fine.
| lat_d = 33 | lat_m = 39 | lat_s = 3.6 | lat_NS = S | long_d = 151 | long_m = 12 | long_s = 04 | long_EW = E
| lat_d = 33 | lat_m = 39 | lat_NS = S | long_d = 151 | long_m = 12 | long_EW = E
| lat_d = 33 | lat_NS = S | long_d = 151 | long_EW = E
| lat_d = 33.65100 | lat_NS = S | long_d = 51.20100 | long_EW = E
| lat_d = -33.65100 | long_d = 51.20100
The coord template can be used with the following syntax. More information can be found at Template:Coord.
{{coord|33|39|03.6|S|151|12|03.6|E|format=dms|region:AU_type:landmark|display=inline,title}}
For additional examples see Coordinate examples.
The coordinates for Canadian places can be found using Geographical Name Search Service (GNSS). Coordinates for United States places can be found using Geographic Names Information System (GNIS). Another tool that will supply coordinates for many locations around the world can be found at univers immedia which uses Google Maps. These sites and many others provide coordinates using decimal degreess which are used in the example above. Using decimal degrees simplifies data entry and accuracy. By default the coordinates are displayed in degree, minute, second format. This is being considered. This can be changed by setting format=dec
.
Infobox examples
With map only
{{Infobox protected area | name = Ku-ring-gai Chase National Park | iucn_category = II | map = Australia | map_width = 200 | location = [[New South Wales]]. [[Australia]] | nearest_city = [[Sydney]] | lat_d = 33 | lat_m = 39 | lat_s = 3.6 | lat_NS = S | long_d = 151 | long_m = 12 | long_s = 3.6 | long_EW = E | region = AU | area = {{convert|154|km2|acre|abbr=on}} | established = October 1, 1967 | visitation_num = 2 Million | visitation_year = 2001 | governing_body = [[Department of Environment and Climate Change (New South Wales)|Department of Environment and Climate Change]] }}
With photograph only
{{Infobox protected area | name = Yosemite National Park | iucn_category = Ib | photo = 100 1325.JPG | photo_caption = Yosemite Valley from Tunnel View | location = [[California]], [[United States]] | nearest_city = [[Mariposa, California|Mariposa]] | lat_d = 37.8499232 | long_d = -119.5676663 | region = US-CA | scale = 300000 | area = {{convert|761266|acres|km2}} | established = October 1, 1890 | visitation_num = 3,280,911 | visitation_year = 2004 | governing_body = [[National Park Service]] | world_heritage_site = 1984 | url = http://www.nps.gov/yose/ }}
With no photograph or map
{{Infobox protected area | name = Harz National Park | native_name = Nationalparkverwaltung Harz | iucn_category = II | location = [[Lower Saxony]] and [[Saxony-Anhalt]], [[Germany]] | nearest_city = | coordinates = {{coord|51|47|00|N|10|34|00|E|region:DE_type:landmark|display=inline}} | area = {{convert|8900|ha|acre}} | established = 1990, 1994, 2006 | visitation_num = | visitation_year = | governing_body = Nationalparkverwaltung Harz }}
With photograph and map
{{Infobox protected area | name = Dry Island Buffalo Jump Provincial Park | photo = Dry Island Provincial Park2.jpg | photo_caption = Panoramic view | iucn_category = III | map = Canada Alberta | map_caption = Map of Alberta, Canada | map_width = 175 | location = [[Alberta, Canada|Alberta]], [[Canada]] | nearest_city = [[Three Hills, Alberta|Three Hills]] | coordinates = {{coord|51|56|10|N|112|57|41|W| display = inline <!-- for documentation page only - not general practice -->}} | coords_ref = <ref name=gnss> {{cite web | url = http://gnss.nrcan.gc.ca/gnss-srt/searchName.jsp?language=en | title = Geographical Name Search Service | publisher = Natural Resources Canada | accessdate = 2009-04-26 }}</ref> | region = CA | area = {{convert|34.5|km2|sqmi|abbr=on}} | established = December 15, 1970 | governing_body = [[Alberta Tourism, Parks and Recreation]] }}
Microformat
The HTML mark up produced by this template includes an hCard microformat, which makes the area name and location parsable by computers, either acting automatically to catalogue article across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. Within the hCard is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please visit WikiProject Microformats.