Difference between revisions of "Form:Metadata/include core"
From OpenMedia
m (removed: property=Geocoordinates | in the attempt to get input type=googlemaps working) |
m (googlemaps → openlayers) |
||
Line 221: | Line 221: | ||
<div class="floating-form-parts"> Locality: <span class="comment-gray">Actual detailed geolocation of observation (city, location details down to the village, forest, etc.) but no repeated information.</span><br/> {{{field | Locality | size=100}}} </div> | <div class="floating-form-parts"> Locality: <span class="comment-gray">Actual detailed geolocation of observation (city, location details down to the village, forest, etc.) but no repeated information.</span><br/> {{{field | Locality | size=100}}} </div> | ||
− | <div class="floating-form-parts"> Geocoordinates: <span class="comment-gray">27°59′16″N, 86°56′40″E (WGS84) or +49.5000°,-123.5000°</span><br/> <!-- {{{field | Geocoordinates | size=100}}} -->{{{field | Geocoordinates | input type= | + | <div class="floating-form-parts"> Geocoordinates: <span class="comment-gray">27°59′16″N, 86°56′40″E (WGS84) or +49.5000°,-123.5000°</span><br/> <!-- {{{field | Geocoordinates | size=100}}} -->{{{field | Geocoordinates | input type=openlayers | width=600 | height=600 | zoom=7 | autozoom=off | center=48.922499,11.480713 }}}</div> |
<div class="floating-form-parts"> Compass Heading:<br/><span class="comment-gray">With “0” or “0°” being North, “90” or “90°” being East, or as compass readings such as (“NNW” or “North-North-West”)</span><br/> {{{field | Compass Heading | size=100}}} </div> | <div class="floating-form-parts"> Compass Heading:<br/><span class="comment-gray">With “0” or “0°” being North, “90” or “90°” being East, or as compass readings such as (“NNW” or “North-North-West”)</span><br/> {{{field | Compass Heading | size=100}}} </div> |
Revision as of 17:04, 22 December 2016
Core template for {{Metadata}} to be included in conjunction also with other possible forms. Because of including this page into other form pages, all form-field parameter need to be rewritten as HTML entities with the following correspondence of characters:
Character | HTML Entity |
---|---|
{ | { |
} | } |
| | | |
So the form field-definition …
{{{field | templateparameter | input type=textarea | rows=2 | autogrow}}}
… becomes …
- {{{field | templateparameter | input type=textarea | rows=2 | autogrow}}}
Usage
This Page is meant to be included:
{{:Metadata/include core}}