Template:SiteInfo: Difference between revisions

Template page
No edit summary
No edit summary
 
(3 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": {
"description": "How the site is accessed",
"description": "How the site is accessed",
"example": "Boat, shore"
"example": "Boat, shore",
"label": "Site access type"
},
},
"type": {
"type": {
"description": "What type of site? Wreck, cave"
"description": "What type of site? Wreck, cave",
"label": "Type"
}
}
},
},
"format": "block",
"paramOrder": [
"paramOrder": [
"latlong",
"latlong",
Line 51: 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.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
GPS coordinateslatlong

GPS coordinates

Unknownrequired
Countrycountry

Country the site is located in

Stringoptional
Site access typesite_access_type

How the site is accessed

Example
Boat, shore
Unknownoptional
Continentcontinent

What continent the site is on, if it's on one

Example
North America
Unknownoptional
Typetype

What type of site? Wreck, cave

Unknownoptional