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 | ||
}, | }, | ||
" | "Type": { | ||
"label": " | "label": "Water Body Type", | ||
"description": "The | "description": "The water body type (ie: lagoon, river, creek, etc.)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"Water": { | "Water": { | ||
"label": " | "label": "Basin", | ||
"description": "Name of the | "description": "Name of the main basin this water body connects to.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"County": { | "County": { | ||
"label": "County", | "label": "County", | ||
"description": " | "description": "What county is it in?", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"Coordinates": { | "Coordinates": { | ||
"label": "Coordinates", | "label": "Coordinates", | ||
"description": "Enter the GIS | "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 | "description": "A brief one or two paragraph description of the water body.", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
"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", | ||
" | "Type", | ||
"Water", | "Water", | ||
"County", | "County", | ||
"Coordinates", | "Coordinates", | ||
"Description", | "Description", | ||
"Image", | |||
"Article", | "Article", | ||
"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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Water Body Name | Name | Official Name of the Water Body | String | required |
Water Body Type | Type | The water body type (ie: lagoon, river, creek, etc.) | String | optional |
Basin | Water | Name of the main basin this water body connects to. | String | required |
County | County | What county is it in? | String | required |
Coordinates | Coordinates | Enter the water body's GIS coordinates. | String | optional |
Description | Description | A brief one or two paragraph description of the water body. | Content | required |
Image | Image | Enter a .jpg image filename or upload an image. | File | suggested |
Related Article | Article | A related article title from this site. | Page name | optional |
Web Link 1 | Link1 | Full URL pointing to a related web site. | URL | optional |
Web Link 2 | Link2 | Full URL pointing to a related web site. | Unknown | optional |
Web Link 3 | Link3 | Full URL pointing to a related web site. | URL | optional |
Poster | Poster | Poster's username. Auto-filled
| User | optional |
Post Date | Posted | Date the entry was created. Auto-filled
| String | optional |