Template:Divesite infobox: Difference between revisions
(Wrap category and properties in includeonly to exclude template itself) |
m (Remove extraneous whitespace) |
||
Line 1: | Line 1: | ||
<div class="divesiteinfobox"> | <div class="divesiteinfobox"> | ||
{| class="wikitable" style="border:1px solid black; width:100%;" | {| class="wikitable" style="border:1px solid black; width:100%;" | ||
Line 24: | Line 23: | ||
{{#if:{{{coordinates}}}|{{ #display_map:{{{coordinates}}}|copycoords=yes|defzoom=13|resizable=yes|fullscreen=yes }} }} | {{#if:{{{coordinates}}}|{{ #display_map:{{{coordinates}}}|copycoords=yes|defzoom=13|resizable=yes|fullscreen=yes }} }} | ||
</div> | </div> | ||
<!-- SMW properties --> | <!-- SMW properties --> | ||
<includeonly> | <includeonly> |
Revision as of 15:20, 4 January 2025
Site Info | |
---|---|
Type | {{{type}}} |
Coordinates | {{{coordinates}}} |
Region | {{{region}}} |
Access | {{{site_access_type}}} |
Depth range | {{{depth_range}}} |
This is a "god" template that should be invoked on every page documenting an individual dive site. It does the following: - Adds an info box displaying basic site information - Adds a slippy map with a pin on the geolocation - Inserts various SMW properties - Calls IsPartOf to place the article in a region
Parameter | Description | Type | Status | |
---|---|---|---|---|
Region | region | The general region
| String | required |
Site access type | site_access_type | How the site is typically accessed - boat, shore, etc.
| Unknown | required |
Depth range | depth_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
| String | suggested |
GPS coordinates | coordinates | 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'.
| String | suggested |
Type | type | General type of site; ocean, lake, wreck, cave, river, etc. If multiple types are present, add multiple.
| Unknown | required |