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 |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<div class="bob-header"> | <div class="bob-header"> | ||
{{PAGENAME}} | {{PAGENAME}} | ||
{{ #if: {{{logo|}}} | [[{{{logo|}}}|300px|{{PAGENAME}}'s logo]] | }} | {{ #if: {{{logo|}}} | [[File:{{{logo|}}}|300px|{{PAGENAME}}'s logo]] | }} | ||
</div> | </div> | ||
{{ #if: {{{founded|}}} | | {{ #if: {{{founded|}}} | | ||
Line 41: | Line 41: | ||
</div> | </div> | ||
<div class="bob-info-footer"> | <div class="bob-info-footer"> | ||
[[:Category:{{{sector}}} Companies|{{{sector}}} | [[:Category:{{{sector}}} Companies|{{{sector}}}]] | ||
</div> | </div> | ||
</div> | </div> | ||
Line 57: | Line 57: | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
<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> |
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 |