More actions
(Created page with "<includeonly> <div class="bob"> <div class="bob-header"> {{PAGENAME}} {{ #if: {{{logo|}}} | [[{{{logo|}}}|300px|{{PAGENAME}}'s logo]] | }} </div> {{ #if: {{{founded|}}} | <div class="bob-info"> <div class="bob-info-header"> Founded </div> <div class="bob-info-footer"> {{{founded}}} </div> </div> }} {{ #if: {{{founders|}}} | <div class="bob-info"> <div class="bob-info-header"> Founders </div> <div class="bob-info-footer"> {{{founders}}} </div> </div> }} {{ #if: {{{leaders...") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{Bob| | |||
{{Bob/Header}} | |||
{{ | {{#if: {{{logo|}}}|{{Bob/Image|image={{{logo}}}|caption={{PAGENAME}}'s Logo}}|}} | ||
{{ #if: {{{logo|}}} | | {{Bob/Subheader|Information}} | ||
{{#if: {{{leaders|}}}|{{Bob/InfoTextWithTitle|{{{leaders}}}|Leader(s)}}|}} | |||
{{ #if: {{{ | {{#if: {{{industry|}}}|{{Bob/InfoTextWithTitle|{{{industry}}}|Industry}}|}} | ||
{{#if: {{{hq|}}}|{{Bob/InfoTextWithTitle|{{{hq}}}|Headquarters}}|}} | |||
{{Bob/Subheader|Founding}} | |||
{{#if: {{{founded|}}}|{{Bob/InfoTextWithTitle|{{{founded}}}|Founded}}|}} | |||
{{#if: {{{founders|}}}|{{Bob/InfoTextWithTitle|{{{founders}}}|Founder(s)}}|}} | |||
{{{founded}}} | |||
}} | }} | ||
</includeonly> | |||
<noinclude> | |||
{{CompanyBob | |||
</ | |||
< | |||
{{ | |||
}} | }} | ||
{{ | <templatedata> | ||
{ | |||
"params": { | |||
"logo": { | |||
"label": "Logo", | |||
"description": "The Logo for the Company", | |||
"example": "File:Southern_Union_for_Development-logo.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
} | }, | ||
{ | "founded": { | ||
"label": "Founding Date", | |||
"description": "When was the Company Founded?", | |||
"example": "2 March 2021", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"founders": { | |||
"label": "Founders", | |||
} | "description": "Who founded the company?", | ||
"example": "Edgewurth", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"leaders": { | |||
"label": "Leader", | |||
"description": "Who leads the company?", | |||
"example": "Edgewurth", | |||
"type": "wiki-file-name", | |||
"required": true, | |||
</ | "suggested": true | ||
</ | }, | ||
"sector": { | |||
"label": "Industry", | |||
"description": "What sector does the company perform in?", | |||
"example": "Non-Profit", | |||
"type": "line", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"hq": { | |||
"label": "Headquarters", | |||
"description": "Where is the Company's Headquarters based?", | |||
"example": "Montego Bay", | |||
"type": "line", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Break out Box for Company Pages" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 11:33, 1 December 2024
CompanyBob
Information
Founding
Break out Box for Company Pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
Logo | logo | The Logo for the Company
| File | suggested |
Founding Date | founded | When was the Company Founded?
| Date | suggested |
Founders | founders | Who founded the company?
| Line | suggested |
Leader | leaders | Who leads the company?
| File | required |
Industry | sector | What sector does the company perform in?
| Line | required |
Headquarters | hq | Where is the Company's Headquarters based?
| Line | suggested |