Vorlage:Projekteigenschaften: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox for companies displaying various attributes.", | |||
"params": { | |||
"company_name": { | |||
"label": "Company Name", | |||
"type": "string", | |||
"required": true, | |||
"description": "The name of the company." | |||
}, | |||
"logo": { | |||
"label": "Logo", | |||
"type": "string", | |||
"required": false, | |||
"description": "The filename of the company's logo." | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"type": "number", | |||
"required": false, | |||
"description": "The year the company was founded." | |||
}, | |||
"headquarters": { | |||
"label": "Headquarters", | |||
"type": "string", | |||
"required": false, | |||
"description": "The location of the company's headquarters." | |||
}, | |||
"industry": { | |||
"label": "Industry", | |||
"type": "string", | |||
"required": false, | |||
"description": "The industry in which the company operates." | |||
}, | |||
"key_people": { | |||
"label": "Key People", | |||
"type": "string", | |||
"required": false, | |||
"description": "Notable individuals associated with the company." | |||
}, | |||
"employees": { | |||
"label": "Employees", | |||
"type": "number", | |||
"required": false, | |||
"description": "Number of employees." | |||
}, | |||
"revenue": { | |||
"label": "Revenue", | |||
"type": "string", | |||
"required": false, | |||
"description": "The company's revenue." | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"type": "url", | |||
"required": false, | |||
"description": "The company's website URL." | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
{| class="infobox" style="float:right; width:22em; font-size: 90%; text-align:left; border: 1px solid #aaa; padding: 5px; background-color:#f9f9f9;" | {| class="infobox" style="float:right; width:22em; font-size: 90%; text-align:left; border: 1px solid #aaa; padding: 5px; background-color:#f9f9f9;" | ||
|- | |- | ||
| Zeile 4: | Zeile 68: | ||
|- | |- | ||
{{#if: {{{logo|}}} | | {{#if: {{{logo|}}} | | ||
| | | [[File:{{{logo}}}|center|200px]] | ||
|- | |- | ||
}} | }} | ||