No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|- | |- | ||
! Type | ! Type | ||
| {{{ | | {{{site_access_type}}} | ||
|- | |- | ||
! Continent | ! Continent | ||
Line 17: | Line 17: | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"latlong": { | |||
"label": "GPS coordinates", | |||
"required": true, | |||
"description": "GPS coordinates" | |||
}, | |||
"country": { | |||
"description": "Country the site is located in", | |||
"type": "string", | |||
"label": "Country" | |||
}, | |||
"continent": { | |||
"description": "What continent the site is on, if it's on one", | |||
"example": "North America", | |||
"label": "Continent" | |||
}, | |||
"site_access_type": { | |||
"description": "How the site is accessed", | |||
"example": "Boat, shore", | |||
"label": "Site access type" | |||
}, | |||
"type": { | |||
"description": "What type of site? Wreck, cave", | |||
"label": "Type" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"latlong", | |||
"country", | |||
"site_access_type", | |||
"continent", | |||
"type" | |||
] | |||
} | } | ||
</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 |