Vorlage:Projekteigenschaften: Unterschied zwischen den Versionen

Aus Tech-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
<!-- This template is used to create an infobox for companies.  
<noinclude>
It displays the company name, logo, founding date, headquarters,  
<templatedata>
industry, key people, number of employees, revenue, and website.
{
Use the following parameters:
    "description": "Infobox for companies displaying various attributes.",
- company_name: The name of the company
    "params": {
- logo: The filename of the company's logo
        "company_name": {
- founded: The year the company was founded
            "label": "Company Name",
- headquarters: The location of the company's headquarters
            "type": "string",
- industry: The industry in which the company operates
            "required": true,
- key_people: Notable individuals associated with the company
            "description": "The name of the company."
- employees: Number of employees
        },
- revenue: The company's revenue
        "logo": {
- website: The company's website URL
            "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 43: Zeile 92:
| [{{{website|}}} {{{website|}}}]
| [{{{website|}}} {{{website|}}}]
|}
|}
<templatedata>
{
  "name": "Projekteigenschaften",
  "params": {
    "company_name": {
      "label": "Company Name",
      "type": "string",
      "required": true,
      "default": "Company Name"
    },
    "logo": {
      "label": "Logo",
      "type": "string",
      "required": false
    },
    "founded": {
      "label": "Founded",
      "type": "string",
      "required": false
    },
    "headquarters": {
      "label": "Headquarters",
      "type": "string",
      "required": false
    },
    "industry": {
      "label": "Industry",
      "type": "string",
      "required": false
    },
    "key_people": {
      "label": "Key People",
      "type": "string",
      "required": false
    },
    "employees": {
      "label": "Employees",
      "type": "string",
      "required": false
    },
    "revenue": {
      "label": "Revenue",
      "type": "string",
      "required": false
    },
    "website": {
      "label": "Website",
      "type": "string",
      "required": false
    }
  }
}
</templatedata>

Aktuelle Version vom 20. September 2024, 23:18 Uhr

<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>


{{#if: | }}
Company Name
[[File:{{{logo}}}|center|200px]]
Founded
Headquarters
Industry
Key People
Employees
Revenue
Website [ ]