Template:Businesses: Difference between revisions

From TogSMP Wiki
Jump to navigation Jump to search
imported>HyperDuckSquared
No edit summary
imported>HyperDuckSquared
No edit summary
Line 1: Line 1:
<infobox>
<infobox layout="stacked">
   <title source="title1"/>
   <title source="business_title"/>
   <image source="image2">
   <image source="image">
     <caption source="caption1"/>
     <caption source="image_caption"/>
   </image>
   </image>
   <data source="trading_name">
   <data source="trading_name">
Line 62: Line 62:
Example usage:<pre>
Example usage:<pre>
{{Businesses
{{Businesses
|title1=Example
|business_name=Example
|image1=Example
|image=Example
|caption1=Example
|image_caption=Example
|trading_name=Example
|trading_name=Example
|type=Example
|type=Example

Revision as of 14:40, 24 April 2018

<infobox layout="stacked">

 <title source="business_title"/>
 <image source="image">

</image> <label>Trading Name</label> <label>Type</label> <label>Established</label> <label>Industry</label> <label>Headquarters</label> <label>Products</label> <group collapse="open"> <header>Operations</header> <label>Buildings</label> <label>Subsidiaries</label> <label>Divisions</label> </group> <group collapse="open"> <header>Employees</header> <label>Chairman</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
|trading_name=Example
|type=Example
|established=Example
|industry=Example
|headquarters=Example
|products=Example
|buildings=Example
|subsidiaries=Example
|divisions=Example
|chairman=Example
|key_people=Example
|number_of_employees=Example
|asset_value=Example
|revenue=Example
|net_income=Example
}}