Template:Bridge/doc: Difference between revisions
(Created page with "==Bridge Info Box Template==") |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Bridge Info Box Template== | ==Bridge Info Box Template== | ||
<templatedata> | |||
{ | |||
"params": { | |||
"Name": { | |||
"label": "Bridge Name", | |||
"description": "Official Name of the Bridge", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Road": { | |||
"label": "Road Number", | |||
"description": "The official roadway designation (SR528).", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Water": { | |||
"label": "Waterway", | |||
"description": "The name of the waterway the bridge spans.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"City": { | |||
"label": "City", | |||
"description": "The city or locale the bridge is in.", | |||
"required": true | |||
}, | |||
"County": { | |||
"label": "County", | |||
"description": "The name of the county the bridge is in.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Type": { | |||
"label": "Bridge Type", | |||
"description": "The bridge 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 Bridge's Florida Department of Transportation designation", | |||
"type": "string" | |||
}, | |||
"Coordinates": { | |||
"label": "Coordinates", | |||
"description": "Enter the GIS Coordinates for the bridge location.", | |||
"type": "string" | |||
}, | |||
"Description": { | |||
"label": "Description", | |||
"description": "A brief one or two paragraph description of the bridge.", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"Article": { | |||
"label": "Related Article", | |||
"description": "A related article title from this site.", | |||
"type": "wiki-page-name" | |||
}, | |||
"Image": { | |||
"label": "Image", | |||
"description": "Enter a .jpg image filename or upload an image.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Link1": { | |||
"label": "Web Link 1", | |||
"description": "Full URL pointing to a related web site.", | |||
"type": "url" | |||
}, | |||
"Link2": { | |||
"label": "Web Link 2", | |||
"description": "Full URL pointing to a related web site." | |||
}, | |||
"Link3": { | |||
"label": "Web Link 3", | |||
"description": "Full URL pointing to a related web site.", | |||
"type": "url" | |||
}, | |||
"Poster": { | |||
"description": "Poster's username. Auto-filled", | |||
"type": "wiki-user-name", | |||
"autovalue": "current_user" | |||
}, | |||
"Postdate": { | |||
"label": "Post Date", | |||
"description": "Date the entry was created. Auto-filled", | |||
"type": "date", | |||
"autovalue": "{{LOCALTIMESTAMP}}" | |||
} | |||
}, | |||
"description": "Bridge Template uses Bridge Form to collect info needed for a Bridge Info Box. The data is stored in Cargo Table: Bridge." | |||
} | |||
</templatedata> |
Revision as of 12:07, October 23, 2020
Bridge Info Box Template
Bridge Template uses Bridge Form to collect info needed for a Bridge Info Box. The data is stored in Cargo Table: Bridge.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Bridge Name | Name | Official Name of the Bridge | String | required |
Road Number | Road | The official roadway designation (SR528). | String | required |
Waterway | Water | The name of the waterway the bridge spans. | String | required |
City | City | The city or locale the bridge is in. | Unknown | required |
County | County | The name of the county the bridge is in. | String | required |
Bridge Type | Type | The bridge type (ie: drawbridge, swingspan, concrete girder, etc.) | String | optional |
Builder | Builder | Name of the builder that constructed the bridge. | String | optional |
Length | Length | Length of the bridge in feet./ | Number | optional |
Height | Height | Height of the bridge in feet. | Number | optional |
Year | Built | Year the bridge was built. | Number | optional |
FDOT Number | FDOT | The Bridge's Florida Department of Transportation designation | String | optional |
Coordinates | Coordinates | Enter the GIS Coordinates for the bridge location. | String | optional |
Description | Description | A brief one or two paragraph description of the bridge. | Content | required |
Related Article | Article | A related article title from this site. | Page name | optional |
Image | Image | Enter a .jpg image filename or upload an image. | File | suggested |
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 | Postdate | Date the entry was created. Auto-filled
| Date | optional |