No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 27: | Line 28: | ||
"country": { | "country": { | ||
"description": "Country the site is located in", | "description": "Country the site is located in", | ||
"type": "string" | "type": "string", | ||
"label": "Country" | |||
}, | }, | ||
"continent": { | "continent": { | ||
"description": "What continent the site is on, if it's on one", | "description": "What continent the site is on, if it's on one", | ||
"example": "North America" | "example": "North America", | ||
"label": "Continent" | |||
}, | }, | ||
"site_access_type": { | "site_access_type": { | ||
Line 39: | Line 42: | ||
}, | }, | ||
"type": { | "type": { | ||
"description": "What type of site? Wreck, cave" | "description": "What type of site? Wreck, cave", | ||
"label": "Type" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"latlong", | "latlong", | ||
Line 52: | Line 55: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> |
Latest revision as of 15:25, 16 August 2023
Site Basics | |
---|---|
Coordinates | {{{latlong}}} |
Country | {{{country}}} |
Type | {{{site_access_type}}} |
Continent | {{{continent}}} |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
GPS coordinates | latlong | GPS coordinates | Unknown | required |
Country | country | Country the site is located in | String | optional |
Site access type | site_access_type | How the site is accessed
| Unknown | optional |
Continent | continent | What continent the site is on, if it's on one
| Unknown | optional |
Type | type | What type of site? Wreck, cave | Unknown | optional |