Template:Businesses: Difference between revisions
Jump to navigation
Jump to search
imported>HyperDuckSquared No edit summary |
imported>HyperDuckSquared No edit summary |
||
| Line 1: | Line 1: | ||
<infobox theme="togsmp"> | <infobox theme="togsmp"> | ||
<title source=" | <title source="business_name"/> | ||
<data source="image" class="center"> | <data source="image" class="center"> | ||
<format><div style="text-align:center;">[[Image:{{{image}}}|{{{image_width|250}}}px]]<br/>''{{{image_caption| }}}''</div></format> | <format><div style="text-align:center;">[[Image:{{{image}}}|{{{image_width|250}}}px]]<br/>''{{{image_caption| }}}''</div></format> | ||
Revision as of 16:04, 24 April 2018
<infobox theme="togsmp">
<title source="business_name"/>
<format>
[[Image:{{{image}}}|250px]]
</format>
<label>Trading Name</label>
<label>Type</label>
<label>Established</label>
<label>Industry</label>
<label>Headquarters</label>
<label>Products</label>
<group collapse="open">
<header>Assets</header>
<label>Buildings</label>
<label>Subsidiaries</label>
<label>Divisions</label>
</group>
<group collapse="open">
<header>Employees</header>
<label>{{{chairperson_title}}}</label>
<label>Key people</label>
<label>Number of employees</label>
</group>
<group collapse="open">
<header>Income</header>
<label>Asset Value</label>
<label>Revenue</label>
<label>Net Income</label>
</group>
</infobox>
Example usage:
{{Businesses
|business_name=Example
|image=Example
|image_caption=Example
|image_width=250
|trading_name=Example
|type=Example
|established=Example
|industry=Example
|headquarters=Example
|products=Example
|buildings=Example
|subsidiaries=Example
|divisions=Example
|chairperson_title=Chairman
|chairperson=Example
|key_people=Example
|number_of_employees=Example
|asset_value=K Example
|revenue=K Example
|net_income=K Example
}}