Template:Business: Difference between revisions

From EarthPol
Jump to navigation Jump to search
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="founded"> <label>Founded</label> </data> <data source="city"> <label>City</label> </data> <data source="industry"> <label>Industry</label> </data> <group> <header>Administration</header> <data source="founder"> <label>Founder</label> </data> <data source="ceo"..."
 
No edit summary
 
Line 1: Line 1:
<infobox>
{| class="wikitable" style="float:right; width:300px; font-size:90%;"
  <title source="title1">
|+ '''{{{title1|{{PAGENAME}}}}}'''
    <default>{{PAGENAME}}</default>
|-
  </title>
| colspan="2" style="text-align:center;" | [[File:{{{image1|}}}|250px]]
  <image source="image1">
|-
    <caption source="caption1"/>
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption1|}}}
  </image>
|-
  <data source="founded">
! Founded
    <label>Founded</label>
| {{{founded|}}}
  </data>
|-
  <data source="city">
! City
    <label>City</label>
| {{{city|}}}
  </data>
|-
  <data source="industry">
! Industry
    <label>Industry</label>
| {{{industry|}}}
  </data>
|-
  <group>
! colspan="2" style="text-align:center; background:#eee;" | Administration
    <header>Administration</header>
|-
    <data source="founder">
! Founder
      <label>Founder</label>
| {{{founder|}}}
    </data>
|-
    <data source="ceo">
! CEO
      <label>CEO</label>
| {{{ceo|}}}
    </data>
|-
    <data source="operated_by">
! Operated by
      <label>Operated by</label>
| {{{operated_by|}}}
    </data>
|-
    <data source="parent_organization">
! Parent organization
      <label>Parent organization</label>
| {{{parent_organization|}}}
    </data>
|-
    <data source="affiliations">
! Affiliations
      <label>Affiliations</label>
| {{{affiliations|}}}
    </data>
|-
  </group>
! colspan="2" style="text-align:center; background:#eee;" | Economy
  <group>
|-
    <header>Economy</header>
! Net worth
    <data source="net_worth">
| {{{net_worth|}}}
      <label>Net worth</label>
|}
    </data>
  </group>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:
<pre>
{{Business
{{Business
|title1=Example
|title1=Example Corp
|image1=Example
|image1=Example.jpg
|caption1=Example
|caption1=Company HQ
|founded=Example
|founded=2001
|city=Example
|city=New York
|founder=Example
|industry=Technology
|ceo=Example
|founder=Jane Doe
|operated_by=Example
|ceo=John Smith
|parent_organization=Example
|operated_by=Example Group
|net_worth=Example
|parent_organization=Example Holdings
|affiliations=Example, Example
|affiliations=Partner A, Partner B
|net_worth=$10 Billion
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 19:38, 24 May 2025

Business
[[File:|250px]]
Founded
City
Industry
Administration
Founder
CEO
Operated by
Parent organization
Affiliations
Economy
Net worth

Example usage:

{{Business
|title1=Example Corp
|image1=Example.jpg
|caption1=Company HQ
|founded=2001
|city=New York
|industry=Technology
|founder=Jane Doe
|ceo=John Smith
|operated_by=Example Group
|parent_organization=Example Holdings
|affiliations=Partner A, Partner B
|net_worth=$10 Billion
}}