Template:Divesite infobox: Difference between revisions

Template page
No edit summary
No edit summary
Line 19: Line 19:
{
{
"params": {
"params": {
"region": {},
"region": {
"site_access_type": {},
"label": "Region",
"depth_range": {}
"description": "The general region",
"example": "Caribbean",
"type": "string",
"suggestedvalues": [
"Arctic Circle"
],
"required": true
},
"site_access_type": {
"label": "Site access type",
"description": "How the site is typically accessed - boat, shore, etc.",
"example": "Boat",
"required": true
},
"depth_range": {
"label": "Depth range",
"description": "The depth range for dives at this site. It's okay for this to be very large; e.g. for sites where both recreational and technical dives can be conducted, the range could be something like 5-100m",
"example": "5-10m",
"type": "string",
"suggested": true
},
"coordinates": {
"label": "GPS coordinates",
"description": "GPS coordinates of the site. For large sites such as lakes, use something representative such as the typical entrypoint or a major feature.",
"example": "36°01'57.4\"N 75°39'50.3\"W",
"type": "string",
"suggested": true
}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 20:58, 17 August 2023

Site Info
Coordinates {{{coordinates}}}
Region {{{region}}}
Access via {{{site_access_type}}}
Depth range {{{depth_range}}}

No description.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Regionregion

The general region

Suggested values
Arctic Circle
Example
Caribbean
Stringrequired
Site access typesite_access_type

How the site is typically accessed - boat, shore, etc.

Example
Boat
Unknownrequired
Depth rangedepth_range

The depth range for dives at this site. It's okay for this to be very large; e.g. for sites where both recreational and technical dives can be conducted, the range could be something like 5-100m

Example
5-10m
Stringsuggested
GPS coordinatescoordinates

GPS coordinates of the site. For large sites such as lakes, use something representative such as the typical entrypoint or a major feature.

Example
36°01'57.4"N 75°39'50.3"W
Stringsuggested