No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
|- | |- | ||
! Type | ! Type | ||
| {{{ | | {{{site_access_type}}} | ||
|- | |- | ||
! Continent | ! Continent | ||
Line 19: | Line 19: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"latlong": { | |||
"label": "GPS coordinates", | |||
"required": true, | |||
"description": "GPS coordinates" | |||
} | }, | ||
"country": { | |||
"description": "Country the site is located in", | |||
"type": "string" | |||
}, | |||
"continent": {}, | |||
"site_access_type": {} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"latlong", | |||
"country", | |||
"site_access_type", | |||
"continent" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 03:50, 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 | no description | Unknown | optional |
continent | continent | no description | Unknown | optional |