Template:Waterbody/doc: Difference between revisions

From Indian River Lagoon Project
(Created page with "==Waterbody Info Box Template== <templatedata> { "params": { "Name": { "label": "Water Body Name", "description": "Official Name of the Water Body", "type": "strin...")
 
mNo edit summary
Line 9: Line 9:
"required": true
"required": true
},
},
"Road": {
"Type": {
"label": "Road Number",
"label": "Water Body Type",
"description": "The official roadway designation (SR528).",
"description": "The water body type (ie: lagoon, river, creek, etc.)",
"type": "string",
"type": "string"
"required": true
},
},
"Water": {
"Water": {
"label": "Water",
"label": "Basin",
"description": "Name of the waterbody this entry connects to.",
"description": "Name of the main basin this water body connects to.",
"type": "string",
"type": "string",
"required": true
},
"City": {
"label": "City",
"description": "The city or locale the water body is in.",
"required": true
"required": true
},
},
"County": {
"County": {
"label": "County",
"label": "County",
"description": "The name of the county the bridge is in.",
"description": "What county is it in?",
"type": "string",
"type": "string",
"required": true
"required": true
},
"Type": {
"label": "Water Body Type",
"description": "The water body type (ie: drawbridge, swingspan, concrete girder, etc.)",
"type": "string"
},
"Builder": {
"label": "Builder",
"description": "Name of the builder that constructed the bridge.",
"type": "string"
},
"Length": {
"label": "Length",
"description": "Length of the bridge in feet./",
"type": "number"
},
"Height": {
"label": "Height",
"description": "Height of the bridge in feet.",
"type": "number"
},
"Built": {
"label": "Year",
"description": "Year the bridge was built.",
"type": "number"
},
"FDOT": {
"label": "FDOT Number",
"description": "The Water Body's Florida Department of Transportation designation",
"type": "string"
},
},
"Coordinates": {
"Coordinates": {
"label": "Coordinates",
"label": "Coordinates",
"description": "Enter the GIS Coordinates for the waterbody location.",
"description": "Enter the water body's GIS coordinates.",
"type": "string"
"type": "string"
},
},
"Description": {
"Description": {
"label": "Description",
"label": "Description",
"description": "A brief one or two paragraph description of the bridge.",
"description": "A brief one or two paragraph description of the water body.",
"type": "content",
"type": "content",
"required": true
"required": true
},
"Article": {
"label": "Related Article",
"description": "A related article title from this site.",
"type": "wiki-page-name"
},
},
"Image": {
"Image": {
Line 83: Line 42:
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true
"suggested": true
},
"Article": {
"label": "Related Article",
"description": "A related article title from this site.",
"type": "wiki-page-name"
},
},
"Link1": {
"Link1": {
Line 113: Line 77:
"paramOrder": [
"paramOrder": [
"Name",
"Name",
"Road",
"Type",
"Water",
"Water",
"City",
"County",
"County",
"Type",
"Builder",
"Length",
"Height",
"Built",
"FDOT",
"Coordinates",
"Coordinates",
"Description",
"Description",
"Image",
"Article",
"Article",
"Image",
"Link1",
"Link1",
"Link2",
"Link2",

Revision as of 10:31, April 21, 2021

Waterbody Info Box Template

Waterbody Template uses the Waterbody Form to collect info needed for a Waterbody Info Box. The data is stored in Cargo Table: Waterbody.

Template parameters

ParameterDescriptionTypeStatus
Water Body NameName

Official Name of the Water Body

Stringrequired
Water Body TypeType

The water body type (ie: lagoon, river, creek, etc.)

Stringoptional
BasinWater

Name of the main basin this water body connects to.

Stringrequired
CountyCounty

What county is it in?

Stringrequired
CoordinatesCoordinates

Enter the water body's GIS coordinates.

Stringoptional
DescriptionDescription

A brief one or two paragraph description of the water body.

Contentrequired
ImageImage

Enter a .jpg image filename or upload an image.

Filesuggested
Related ArticleArticle

A related article title from this site.

Page nameoptional
Web Link 1Link1

Full URL pointing to a related web site.

URLoptional
Web Link 2Link2

Full URL pointing to a related web site.

Unknownoptional
Web Link 3Link3

Full URL pointing to a related web site.

URLoptional
PosterPoster

Poster's username. Auto-filled

Auto value
current_user
Useroptional
Post DatePosted

Date the entry was created. Auto-filled

Auto value
{{LOCALTIMESTAMP}}
Stringoptional