Template:Business: Difference between revisions
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: | ||
{| class="wikitable" style="float:right; width:300px; font-size:90%;" | |||
|+ '''{{{title1|{{PAGENAME}}}}}''' | |||
|- | |||
| colspan="2" style="text-align:center;" | [[File:{{{image1|}}}|250px]] | |||
|- | |||
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption1|}}} | |||
|- | |||
! Founded | |||
| {{{founded|}}} | |||
|- | |||
! City | |||
| {{{city|}}} | |||
|- | |||
! Industry | |||
| {{{industry|}}} | |||
|- | |||
! colspan="2" style="text-align:center; background:#eee;" | Administration | |||
|- | |||
! Founder | |||
| {{{founder|}}} | |||
|- | |||
! CEO | |||
| {{{ceo|}}} | |||
|- | |||
! Operated by | |||
| {{{operated_by|}}} | |||
|- | |||
! Parent organization | |||
| {{{parent_organization|}}} | |||
|- | |||
! Affiliations | |||
| {{{affiliations|}}} | |||
|- | |||
! colspan="2" style="text-align:center; background:#eee;" | Economy | |||
|- | |||
! Net worth | |||
| {{{net_worth|}}} | |||
|} | |||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage: | ||
<pre> | |||
{{Business | {{Business | ||
|title1=Example | |title1=Example Corp | ||
|image1=Example | |image1=Example.jpg | ||
|caption1= | |caption1=Company HQ | ||
|founded= | |founded=2001 | ||
|city= | |city=New York | ||
|founder= | |industry=Technology | ||
|ceo= | |founder=Jane Doe | ||
|operated_by=Example | |ceo=John Smith | ||
|parent_organization=Example | |operated_by=Example Group | ||
| | |parent_organization=Example Holdings | ||
| | |affiliations=Partner A, Partner B | ||
|net_worth=$10 Billion | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 19:38, 24 May 2025
[[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 }}