More actions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly> | ||
< | <div class="bob"> | ||
<div class="bob-header"> | |||
{{PAGENAME}} | {{PAGENAME}} | ||
{{ #if: {{{logo|}}} | [[File:{{{logo|}}}|300px|{{PAGENAME}}'s logo]] | }} | |||
</div> | |||
{{ #if: {{{founded|}}} | | |||
<div class="bob-info"> | |||
{{ #if: {{{logo|}}} | [[{{{logo|}}}|300px|{{PAGENAME}}'s logo]] | }} | <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|}}} | | |||
<div class="bob-info"> | |||
<div class="bob-info-header"> | |||
Leaders | |||
</div> | |||
<div class="bob-info-footer"> | |||
{{{leaders}}} | |||
</div> | |||
</div> | |||
}} | |||
{{ #if: {{{sector|}}} | | |||
<div class="bob-info"> | |||
<div class="bob-info-header"> | |||
Industry | |||
</div> | |||
<div class="bob-info-footer"> | |||
[[:Category:{{{sector}}} Companies|{{{sector}}}]] | |||
</div> | |||
</div> | |||
}} | |||
{{ #if: {{{hq|}}} | | |||
<div class="bob-info"> | |||
<div class="bob-info-header"> | |||
Headquarters | |||
</div> | |||
<div class="bob-info-footer"> | |||
{{{hq}}} | |||
</div> | |||
</div> | |||
}} | |||
</div> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<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> | </noinclude> |
Latest revision as of 10:43, 25 August 2024
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 |