Difference between revisions of "Template:Buildings"

From DAS Wiki
 
(17 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|image=
 
|image=
 
|address=
 
|address=
 +
|city=
 +
|state=
 
|Geo=
 
|Geo=
 
|altitude=
 
|altitude=
Line 59: Line 61:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
{{#cargo_declare:_table=buildings
+
{{#cargo_declare:_table=Buildings
 
|image=File
 
|image=File
 
|address=String
 
|address=String
 +
|city=String
 +
|state=String
 
|Geo=Coordinates
 
|Geo=Coordinates
 
|altitude=string
 
|altitude=string
Line 114: Line 118:
 
|national_register_url=url
 
|national_register_url=url
 
}}
 
}}
</noinclude><includeonly>__NOCACHE__{{#default_form:New Building}}{{#cargo_store:_table=buildings
+
</noinclude><includeonly>__NOCACHE__{{#default_form:New Building}}{{#cargo_store:_table=Buildings
 
|image={{{image|}}}
 
|image={{{image|}}}
 
|address={{{address|}}}
 
|address={{{address|}}}
 +
|city={{{city|}}}
 +
|state={{{state|}}}
 
|Geo={{{Geo|}}}
 
|Geo={{{Geo|}}}
 
|altitude={{{altitude|}}}
 
|altitude={{{altitude|}}}
Line 169: Line 175:
 
|national_register_url={{{national_register_url|}}}
 
|national_register_url={{{national_register_url|}}}
 
  }}
 
  }}
{| style="width: 24em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
+
{| class="infobox"
 
!style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
!style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
|-
 
|-
Line 177: Line 183:
 
-->{{#if:{{{address|}}}{{{Geo|}}}{{{altitude|}}}{{{owner|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Site Information</th></tr>}}<!--
 
-->{{#if:{{{address|}}}{{{Geo|}}}{{{altitude|}}}{{{owner|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Site Information</th></tr>}}<!--
 
-->{{#if:{{{address|}}}|<tr><th>Address</th><td>{{{address|}}}</td></tr>}}<!--
 
-->{{#if:{{{address|}}}|<tr><th>Address</th><td>{{{address|}}}</td></tr>}}<!--
 +
-->{{#if:{{{city|}}}|<tr><th></th><td>{{{city|}}}, {{#if:{{{state|}}}|{{{state|}}}|Maryland}}</td></tr>}}<!--
 
-->{{#if:{{{Geo|}}}|<tr><th>Geo-reference</th><td>{{coord|{{#explode:{{{Geo|}}}|,|0}}|{{#explode:{{{Geo|}}}|,|1}}|format=dms}}</td></tr>}}<!--Apparently the Cargo record fetch doesn't retrieve the individual latitude and longitude values, but fetches a string containing both. So I had to explode that value (Geo) into the two components, and feed each one of them to the coord routine. See documentation on explode and coord.<!--
 
-->{{#if:{{{Geo|}}}|<tr><th>Geo-reference</th><td>{{coord|{{#explode:{{{Geo|}}}|,|0}}|{{#explode:{{{Geo|}}}|,|1}}|format=dms}}</td></tr>}}<!--Apparently the Cargo record fetch doesn't retrieve the individual latitude and longitude values, but fetches a string containing both. So I had to explode that value (Geo) into the two components, and feed each one of them to the coord routine. See documentation on explode and coord.<!--
-->{{#if:{{{Geo|}}}|<tr><th style="text-align: center;margin-left: 0.5em;padding:3px;", colspan="2">{{#cargo_display_map:point={{{Geo|}}}|service=leaflet|width=320|height=250 }}</th></tr>}}<!--
+
-->{{#if:{{{Geo|}}}|<tr><th style="text-align: center;padding:3px;", colspan="2"><span id="infoboxMap">{{#cargo_display_map:point={{{Geo|}}}|service=leaflet|width=100%|height=250 }}</span></th></tr>}}<!--
 
-->{{#if:{{{altitude|}}}|<tr><th>Above Sea-level (ft)</th><td>{{{altitude|}}}</td></tr>}}<!--
 
-->{{#if:{{{altitude|}}}|<tr><th>Above Sea-level (ft)</th><td>{{{altitude|}}}</td></tr>}}<!--
 
-->{{#if:{{{owner|}}}|<tr><th>Owner</th><td>{{{owner|}}}</td></tr>}}<!--
 
-->{{#if:{{{owner|}}}|<tr><th>Owner</th><td>{{{owner|}}}</td></tr>}}<!--
Line 193: Line 200:
 
Design
 
Design
 
-->{{#if:{{{architect|}}}{{{architecture_firm|}}}{{{structural_engineer|}}}{{{civil_engineer|}}}{{{m_e_engineer|}}}{{{other_designers|}}}{{{surveyor|}}}{{{landscape_architect|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Design</th></tr>}}<!--
 
-->{{#if:{{{architect|}}}{{{architecture_firm|}}}{{{structural_engineer|}}}{{{civil_engineer|}}}{{{m_e_engineer|}}}{{{other_designers|}}}{{{surveyor|}}}{{{landscape_architect|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Design</th></tr>}}<!--
-->{{#if:{{{architect|}}}|<tr><th>Architect</th><td>[[{{{architect|}}}]]</td></tr>}}<!--
+
-->{{#if:{{{architect|}}}|<tr><th>Architect</th><td>{{#formredlink:target={{{architect|}}}|form=New Architect}}</td></tr>}}<!--
-->{{#if:{{{architecture_firm|}}}|<tr><th>Architecture Firm</th><td>[[{{{architecture_firm|}}}]]</td></tr>}}<!--
+
-->{{#if:{{{architecture_firm|}}}|<tr><th>Architecture Firm</th><td>{{#formredlink:target={{{architecture_firm|}}}|form=Firm}}</td></tr>}}<!--
 
-->{{#if:{{{structural_engineer|}}}|<tr><th>Structural Engineer</th><td>[[{{{structural_engineer|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{structural_engineer|}}}|<tr><th>Structural Engineer</th><td>[[{{{structural_engineer|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{civil_engineer|}}}|<tr><th>Civil Engineer</th><td>[[{{{civil_engineer|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{civil_engineer|}}}|<tr><th>Civil Engineer</th><td>[[{{{civil_engineer|}}}]]</td></tr>}}<!--
Line 210: Line 217:
 
-->{{#if:{{{completion_date|}}}|<tr><th>Completed</th><td>{{yesno|{{{completion_date_approx|}}}|yes=Abt:&nbsp;}}{{{completion_date}}}</td></tr>}}<!--
 
-->{{#if:{{{completion_date|}}}|<tr><th>Completed</th><td>{{yesno|{{{completion_date_approx|}}}|yes=Abt:&nbsp;}}{{{completion_date}}}</td></tr>}}<!--
 
-->{{#if:{{{opened_date|}}}|<tr><th>Opened</th><td>{{yesno|{{{opened_date_approx|}}}|yes=Abt:&nbsp;}}{{{opened_date}}}</td></tr>}}<!--
 
-->{{#if:{{{opened_date|}}}|<tr><th>Opened</th><td>{{yesno|{{{opened_date_approx|}}}|yes=Abt:&nbsp;}}{{{opened_date}}}</td></tr>}}<!--
-->{{#if:{{{cost|}}}|<tr><th>Cost</th><td>{{yesno|{{{cost_approx|}}}|yes=Abt:&nbsp;}}${{{cost}}}</td></tr>}}<!--
+
-->{{#if:{{{cost|}}}|<tr><th>Cost</th><td>{{yesno|{{{cost_approx|}}}|yes=Abt:&nbsp;}}${{formatnum:{{{cost}}} }}</td></tr>}}<!--
 
-->{{#if:{{{demolished|}}}|<tr><th>Razed</th><td>{{yesno|{{{demolished_approx|}}}|yes=Abt:&nbsp;}}{{{demolished}}}</td></tr>}}<!--
 
-->{{#if:{{{demolished|}}}|<tr><th>Razed</th><td>{{yesno|{{{demolished_approx|}}}|yes=Abt:&nbsp;}}{{{demolished}}}</td></tr>}}<!--
 
Renovation
 
Renovation
 
-->{{#if:{{{renovation_date|}}}{{{ren_architect|}}}{{{ren_firm|}}}{{{ren_engineer|}}}{{{ren_str_engineer|}}}{{{ren_civ_engineer|}}}{{{ren_oth_designers|}}}{{{ren_m_e_engineer|}}}{{{ren_contractors|}}}{{{ren_cost|}}}{{{ren_awards|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Renovation</th></tr>}}<!--
 
-->{{#if:{{{renovation_date|}}}{{{ren_architect|}}}{{{ren_firm|}}}{{{ren_engineer|}}}{{{ren_str_engineer|}}}{{{ren_civ_engineer|}}}{{{ren_oth_designers|}}}{{{ren_m_e_engineer|}}}{{{ren_contractors|}}}{{{ren_cost|}}}{{{ren_awards|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Renovation</th></tr>}}<!--
 
-->{{#if:{{{renovation_date|}}}|<tr><th>Date</th><td>{{yesno|{{{renovation_date_approx|}}}|yes=Abt:&nbsp;}}{{{renovation_date}}}</td></tr>}}<!--
 
-->{{#if:{{{renovation_date|}}}|<tr><th>Date</th><td>{{yesno|{{{renovation_date_approx|}}}|yes=Abt:&nbsp;}}{{{renovation_date}}}</td></tr>}}<!--
-->{{#if:{{{ren_architect|}}}|<tr><th>Architect</th><td>[[{{{ren_architect|}}}]]</td></tr>}}<!--
+
-->{{#if:{{{ren_architect|}}}|<tr><th>Architect</th><td>{{#formredlink:target={{{ren_architect|}}}|form=New Architect}}</td></tr>}}<!--
-->{{#if:{{{ren_firm|}}}|<tr><th>Firm</th><td>[[{{{ren_firm|}}}]]</td></tr>}}<!--
+
-->{{#if:{{{ren_firm|}}}|<tr><th>Firm</th><td>{{#formredlink:target={{{ren_firm|}}}|form=Firm}}</td></tr>}}<!--
 
-->{{#if:{{{ren_l_a|}}}|<tr><th>Landscape Architect</th><td>[[{{{ren_l_a|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{ren_l_a|}}}|<tr><th>Landscape Architect</th><td>[[{{{ren_l_a|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{ren_str_engineer|}}}|<tr><th>Structural Engineer</th><td>[[{{{ren_str_engineer|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{ren_str_engineer|}}}|<tr><th>Structural Engineer</th><td>[[{{{ren_str_engineer|}}}]]</td></tr>}}<!--
Line 223: Line 230:
 
-->{{#if:{{{ren_m_e_engineer|}}}|<tr><th>M/E Engineer</th><td>[[{{{ren_m_e_engineer|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{ren_m_e_engineer|}}}|<tr><th>M/E Engineer</th><td>[[{{{ren_m_e_engineer|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{ren_contractors|}}}|<tr><th>Contractors</th><td><div style="line-height:1.2em;";>{{#arraymap:{{{ren_contractors|}}}|;|x|[[x]]}}</div></td></tr>}}<!--
 
-->{{#if:{{{ren_contractors|}}}|<tr><th>Contractors</th><td><div style="line-height:1.2em;";>{{#arraymap:{{{ren_contractors|}}}|;|x|[[x]]}}</div></td></tr>}}<!--
-->{{#if:{{{ren_cost|}}}|<tr><th>Cost</th><td>{{yesno|{{{ren_cost_approx|}}}|yes=Abt:&nbsp;}}{{{ren_cost|}}}</td></tr>}}<!--
+
-->{{#if:{{{ren_cost|}}}|<tr><th>Cost</th><td>{{yesno|{{{ren_cost_approx|}}}|yes=Abt:&nbsp;}}${{formatnum:{{{ren_cost|}}} }}</td></tr>}}<!--
 
-->{{#if:{{{ren_awards|}}}|<tr><th>Awards</th><td>{{{ren_awards|}}}</td></tr>}}<!--
 
-->{{#if:{{{ren_awards|}}}|<tr><th>Awards</th><td>{{{ren_awards|}}}</td></tr>}}<!--
 
National Register
 
National Register

Latest revision as of 08:32, July 18, 2021

This is the "Buildings" template. It should be called in the following format:

{{Buildings
|image=
|address=
|city=
|state=
|Geo=
|altitude=
|owner 
|building_type= 
|architectural_style= 
|height= 
|material= 
|floor_count= 
|floor_area= 
|elevator_count= 
|structural_system= 
|cost=
|cost_approx=
|architect=
|architecture_firm= 
|structural_engineer= 
|civil_engineer=
|m_e_engineer= 
|other_designers= 
|surveyor=
|landscape_architect=
|design_awards= 
|contractors= 
|start_date=
|start_date_approx=
|groundbreaking_date=
|groundbreaking_date_approx=
|topped_out_date=
|topped_out_date_approx=
|completion_date=
|completion_date_approx=
|opened_date=
|opened_date_approx=
|renovation_date=
|renovation_date_approx=
|ren_architect= 
|ren_firm= 
|ren_l_a= 
|ren_str_engineer= 
|ren_civ_engineer= 
|ren_oth_designers= 
|ren_m_e_engineer= 
|ren_contractors=
|ren_cost=
|ren_cost_approx=
|ren_awards=
|demolished=
|demolished_approx=
|national_register_id= 
|national_register_url= 
}}

Edit the page to see the template text. This template defines the table "Buildings". View table.