Template:Bridge Query: Difference between revisions

From Indian River Lagoon Project
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This template is used to query the Cargo Bridge Table for a single entry.</noinclude>
<noinclude>This template is used to query the "Bridge" Cargo Table.
 
<nowiki>{{Bridge Query|where=name|like=Wabasso Bridge|limit=1}}</nowiki>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_query:
{{#cargo_query:
tables=bridge
tables=bridge
|fields=Name, Road, Water, City, County, Type, Builder, Length, Height, Built, CONCAT(FDOT)=FDOT, Coordinates, Description, Article, Image, Link1, Link2, Link3
|fields=Name, Road, Water, City, County, Type, Builder, Length, Height, Built, CONCAT(FDOT)=FDOT, Coordinates, Description, Article, Image, Link1, Link2, Link3
|where=Name LIKE '{{{1|}}}'
|where={{{where|name}}} LIKE '{{{like|}}}'
|order by=_ID DESC
|order by=Name ASC
|limit=1
|limit={{{limit|1}}}
|format=template
|format=template
|named args=yes
|named args=yes

Latest revision as of 23:36, October 25, 2020

This template is used to query the "Bridge" Cargo Table.

{{Bridge Query|where=name|like=Wabasso Bridge|limit=1}}