Template:Bridge/doc: Difference between revisions

From Indian River Lagoon Project
(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.

Template parameters

ParameterDescriptionTypeStatus
Bridge NameName

Official Name of the Bridge

Stringrequired
Road NumberRoad

The official roadway designation (SR528).

Stringrequired
WaterwayWater

The name of the waterway the bridge spans.

Stringrequired
CityCity

The city or locale the bridge is in.

Unknownrequired
CountyCounty

The name of the county the bridge is in.

Stringrequired
Bridge TypeType

The bridge type (ie: drawbridge, swingspan, concrete girder, etc.)

Stringoptional
BuilderBuilder

Name of the builder that constructed the bridge.

Stringoptional
LengthLength

Length of the bridge in feet./

Numberoptional
HeightHeight

Height of the bridge in feet.

Numberoptional
YearBuilt

Year the bridge was built.

Numberoptional
FDOT NumberFDOT

The Bridge's Florida Department of Transportation designation

Stringoptional
CoordinatesCoordinates

Enter the GIS Coordinates for the bridge location.

Stringoptional
DescriptionDescription

A brief one or two paragraph description of the bridge.

Contentrequired
Related ArticleArticle

A related article title from this site.

Page nameoptional
ImageImage

Enter a .jpg image filename or upload an image.

Filesuggested
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 DatePostdate

Date the entry was created. Auto-filled

Auto value
{{LOCALTIMESTAMP}}
Dateoptional