Vorlage:Projekteigenschaften: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(9 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;"
|-
|-
| '''{{{company_name|Company Name}}}'''
| '''{{{company_name|Company Name}}}'''
|-
|-
| {{#if: {{{logo|}}} | <div style="text-align: center; padding: 10px;"><img src="{{{logo}}}" alt="Company logo" style="max-width:200px;"></div> }}
{{#if: {{{logo|}}} |  
| [[File:{{{logo}}}|center|200px]]
|-
|-
}}
! style="background-color: #f2f2f2;" | Founded
! style="background-color: #f2f2f2;" | Founded
| {{{founded|}}}
| {{{founded|}}}