Template:Bridge Query: Difference between revisions
From Indian River Lagoon Project
(Created page with "<noinclude> This template is used to display Bridge Queries. </noinclude> <includeonly> <div class="irlcontent"> {| class="wikitable" ! colspan="5" | {{#if:{{{Article|}}}|{...") |
mNo edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>This template is used to query the "Bridge" Cargo Table. | ||
This template is used to | |||
<nowiki>{{Bridge Query|where=name|like=Wabasso Bridge|limit=1}}</nowiki> | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#cargo_query: | |||
tables=bridge | |||
|fields=Name, Road, Water, City, County, Type, Builder, Length, Height, Built, CONCAT(FDOT)=FDOT, Coordinates, Description, Article, Image, Link1, Link2, Link3 | |||
|where={{{where|name}}} LIKE '{{{like|}}}' | |||
| | |order by=Name ASC | ||
|limit={{{limit|1}}} | |||
|format=template | |||
|named args=yes | |||
|template=Bridge Box | |||
|more results text= | |||
}} | |||
| | |||
| | |||
| | |||
| | |||
</includeonly> | </includeonly> |
Latest revision as of 22:36, October 25, 2020
This template is used to query the "Bridge" Cargo Table.
{{Bridge Query|where=name|like=Wabasso Bridge|limit=1}}