Template:Buildings: Difference between revisions

From TogSMP Wiki
Jump to navigation Jump to search
imported>HyperDuckSquared
No edit summary
imported>HyperDuckSquared
No edit summary
Line 26: Line 26:
     <data source="contractor">
     <data source="contractor">
       <label>Contractor</label>
       <label>Contractor</label>
    </data>
    <data source="cost">
      <label>Cost</label>
     </data>
     </data>
     <data source="height_architectural">
     <data source="height_architectural">
Line 52: Line 55:
|owner=Example
|owner=Example
|contractor=Example
|contractor=Example
|cost=Example
|height_architectural=Example
|height_architectural=Example
|height_tip=Example
|height_tip=Example

Revision as of 13:55, 26 April 2018

<infobox theme="togsmp">

 <title source="building_name"/>
 

<format>

[[Image:{{{image}}}|250px]]

</format>

 
 
   <label>Status</label>
 
 
   <label>Type</label>
 
 
   <label>Location</label>
 
 
   <label>Construction Started</label>
 
 
   <label>Completion</label>
 
 
   <label>Owner</label>
 
 <group collapse="open">
   <header>Technical details</header>
   
     <label>Contractor</label>
   
   
     <label>Cost</label>
   
   
     <label>Height (architectural)</label>
   
   
     <label>Height (tip)</label>
   
   
     <label>Floor Count</label>
   
 </group>

</infobox>

Example usage:

{{Buildings
|building_name=Example
|image=Example
|image_caption=Example
|image_width=250
|status=Example
|type=Example
|location=Example
|construction_started=Example
|completion=Example
|owner=Example
|contractor=Example
|cost=Example
|height_architectural=Example
|height_tip=Example
|floor_count=Example
}}