Difference between revisions of "Template:Buildings"

From DAS Wiki
Line 144: Line 144:
  
 
{{#if:{{{address|}}}
 
{{#if:{{{address|}}}
|<tr><th>Address</th><td>{{{address}}}</td></tr>}}
+
|<tr><th>Address</th><td>{{{address|}}}</td></tr>}}
 +
{{#if:{{{Geo|}}}
 +
|<tr><th>Geo-reference</th><td>{{{Geo|}}}</td></tr>}}
 
{{#if:{{{altitude|}}}
 
{{#if:{{{altitude|}}}
|<tr><th>Altitude</th><td>{{{altitude}}}</td></tr>}}
+
|<tr><th>Altitude</th><td>{{{altitude|}}}</td></tr>}}
{{#if:{{{Geo|}}}
+
{{#if:{{{owner|}}}
|<tr><th>Geo</th><td>{{{Geo}}}</td></tr>}}
+
|<tr><th>Owner</th><td>{{{owner|}}}</td></tr>}}
 
 
! {{#if:{{{address|}}}|Address}}
 
| {{#if:{{{address|}}}|{{{address|}}}
 
|-
 
! {{#if:{{{Geo|}}}|Geo-reference }}
 
| {{#if:{{{Geo|}}}|{{{Geo}}} }}
 
|-
 
! {{#if:{{{altitude|}}}|Altitude}}
 
| {{#if:{{{altitude|}}}|{{{altitude|}}} }}
 
|-
 
! {{#if:{{{owner|}}}|Owner}}
 
| {{#if:{{{owner|}}}|{{{owner|}}} }}
 
 
|-
 
|-
 
! style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2"| <span>{{#if:{{{building_type|}}}{{{architectural_style|}}}{{{height|}}}{{{material|}}}{{{floor_count|}}}{{{floor_area|}}}{{{elevator_count|}}}{{{structural_system|}}}{{{height|}}}|Building Data}}</span>
 
! style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2"| <span>{{#if:{{{building_type|}}}{{{architectural_style|}}}{{{height|}}}{{{material|}}}{{{floor_count|}}}{{{floor_area|}}}{{{elevator_count|}}}{{{structural_system|}}}{{{height|}}}|Building Data}}</span>
 
|-
 
|-
! {{#if:{{{building_type|}}}|Building Type }}
+
{{#if:{{{building_type|}}}
| {{#if:{{{building_type|}}}|{{{building_type|}}} }}
+
|<tr><th>Building Type</th><td>{{{building_type|}}}</td></tr>}}
|-
+
{{#if:{{{architectural_style|}}}
! {{#if:{{{architectural_style|}}}|Architectural Style }}
+
|<tr><th>Architectural Style</th><td>[[{{{architectural_style|}}}]]</td></tr>}}
| {{#if:{{{architectural_style|}}}|[[{{{architectural_style|}}}]] }}
+
{{#if:{{{height|}}}
|-
+
|<tr><th>Height</th><td>{{{height|}}}</td></tr>}}
! {{#if:{{{height|}}}|Height }}
+
{{#if:{{{material|}}}
| {{#if:{{{height|}}}|{{{height|}}} }}
+
|<tr><th>Material</th><td>{{{material|}}}</td></tr>}}
|-
+
{{#if:{{{floor_count|}}}
! {{#if:{{{material|}}}|Material }}
+
|<tr><th>Number of Floors</th><td>{{{floor_count|}}}</td></tr>}}
| {{#if:{{{material|}}}|{{{material|}}} }}
+
{{#if:{{{floor_area|}}}
|-
+
|<tr><th>Floor Area</th><td>{{{floor_area|}}}</td></tr>}}
! {{#if:{{{floor_count|}}}|Number of Floors }}
+
{{#if:{{{elevator_count|}}}
| {{#if:{{{floor_count|}}}|{{{floor_count|}}} }}
+
|<tr><th>Number of Elevators</th><td>{{{elevator_count|}}}</td></tr>}}
|-
+
{{#if:{{{structural_system|}}}
! {{#if:{{{floor_area|}}}|Floor Area }}
+
|<tr><th>Structural System</th><td>{{{structural_system|}}}</td></tr>}}
| {{#if:{{{floor_area|}}}|{{{floor_area|}}} }}
+
 
|-
 
! {{#if:{{{elevator_count|}}}|Number of Elevators }}
 
| {{#if:{{{elevator_count|}}}|{{{elevator_count|}}} }}
 
|-
 
! {{#if:{{{structural_system|}}}|Structural System }}
 
| {{#if:{{{structural_system|}}}|{{{structural_system|}}} }}
 
 
|-
 
|-
 
! style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2"| <span>{{#if:{{{architect|}}}{{{architecture_firm|}}}{{{structural_engineer|}}}{{{civil_engineer|}}}{{{m_e_engineer|}}}{{{other_designers|}}}{{{surveyor|}}}{{{landscape_architect|}}}|Design}}</span>
 
! style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2"| <span>{{#if:{{{architect|}}}{{{architecture_firm|}}}{{{structural_engineer|}}}{{{civil_engineer|}}}{{{m_e_engineer|}}}{{{other_designers|}}}{{{surveyor|}}}{{{landscape_architect|}}}|Design}}</span>

Revision as of 21:22, April 21, 2021

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

{{Buildings
|image=
|address=
|Geo=
|altitude=
|owner 
|building_type= 
|architectural_style= 
|height= 
|material= 
|floor_count= 
|floor_area= 
|elevator_count= 
|structural_system= 
|cost= 
|architect=
|architecture_firm= 
|structural_engineer= 
|civil_engineer=
|m_e_engineer= 
|other_designers= 
|surveyor=
|landscape_architect=
|design_awards= 
|main_contractor= 
|start_date= 
|groundbreaking_date= 
|topped_out_date= 
|completion_date=
|opened_date= 
|renovation_date= 
|ren_architect= 
|ren_firm= 
|ren_engineer= 
|ren_str_engineer= 
|ren_civ_engineer= 
|ren_oth_designers= 
|ren_m_e_engineer= 
|ren_contractor=
|ren_cost= 
|ren_awards= 
}}

Edit the page to see the template text. This template defines the table "buildings". This table has not been created yet.