Template:Divesite infobox: Difference between revisions

Template page
(Created page with "{| class="wikitable" style="float:right;border:1px solid black;margin-left:15px" !colspan="2" | Site Info |- ! Coordinates | {{coordinates}} |- ! Region | {{{region}}} |- ! Access via | {{{site_access_type}}} |- ! Depth range | {{{depth_range}}} |- |} <noinclude> <templatedata> { "params": { "region": {}, "site_access_type": {}, "depth_range": {} } } </templatedata> </noinclude>")
 
(make info box minimum 30%)
Tags: Mobile edit Mobile web edit
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable" style="float:right;border:1px solid black;margin-left:15px"
<div class="divesiteinfobox floatright" style="min-width: 30%">
{| class="wikitable" style="border:1px solid black; width:100%;"
!colspan="2" | Site Info
!colspan="2" | Site Info
|-
! Type
| {{{type}}}
|-
|-
! Coordinates
! Coordinates
| {{coordinates}}
| [geo:{{#invoke:String|replace|source={{{coordinates}}}|pattern=%s|replace=|plain=false}} {{{coordinates}}}]
|-
|-
! Region
! Region
Line 15: Line 19:
|-
|-
|}
|}
{{#if:{{{coordinates}}}|{{ #display_map:{{{coordinates}}}|copycoords=yes|defzoom=13|resizable=yes|fullscreen=yes }} }}
</div>
{{#set:
  Has coordinates={{{coordinates}}}
}}
{{#if:{{{type}}}|[[Category:{{{type}}}]]}}
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"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": "Decimal GPS coordinates of the site. For large sites such as lakes, use something representative such as the typical entrypoint or a major feature. Format should be 'lat,long'.",
"example": "36.032611, -75.663972",
"type": "string",
"suggested": true
},
"type": {
"label": "Type",
"description": "General type of site; ocean, lake, wreck, cave, river, etc. If multiple types are present, add multiple.",
"example": "Wreck",
"required": true
}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 22:58, 29 May 2024

Site Info
Type {{{type}}}
Coordinates {{{coordinates}}}
Region {{{region}}}
Access via {{{site_access_type}}}
Depth range {{{depth_range}}}
Loading map...

The following coordinate was not recognized: {{{coordinates}}}.

[[Category:{{{type}}}]]


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

Decimal GPS coordinates of the site. For large sites such as lakes, use something representative such as the typical entrypoint or a major feature. Format should be 'lat,long'.

Example
36.032611, -75.663972
Stringsuggested
Typetype

General type of site; ocean, lake, wreck, cave, river, etc. If multiple types are present, add multiple.

Example
Wreck
Unknownrequired