Template:SiteInfo: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 11: Line 11:
|-
|-
! Type
! Type
| {{{Site_type}}}
| {{{site_access_type}}}
|-
|-
! Continent
! Continent
| {{{continent}}}
| {{{continent}}}
|}
|}
<noinclude>
<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>
</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