Template:CompanyCargo: Difference between revisions
Schang1146 (talk | contribs) No edit summary |
Schang1146 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{Important|This is a work in progress}} | {{Important|This is a work in progress}} | ||
{{#template_params:Description (label=Description) | {{#template_params:Description (label=Description) | ||
| Line 11: | Line 10: | ||
|Website (label=Website) | |Website (label=Website) | ||
}} | }} | ||
{{#cargo_declare:_table=Company | {{#cargo_declare:_table=Company | ||
| Description = String | | Description = String | ||
| Line 20: | Line 20: | ||
| Website = List (,) of URL | | Website = List (,) of URL | ||
}} | }} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "The CompanyCargo template is responsible for creating a structured database for companies and rendering an infobox off the data.", | "description": "The CompanyCargo template is responsible for creating a structured database for companies for the Wiki extension and rendering an infobox off the data.", | ||
"params": { | "params": { | ||
"Founded": { | "Founded": { | ||
| Line 75: | Line 76: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#cargo_store:_table=Company | {{#cargo_store:_table=Company | ||
Revision as of 00:13, 12 July 2025
Important: This is a work in progress
This is the "CompanyCargo" template.
It should be called in the following format:
{{CompanyCargo
|Description=
|Founded=
|Industry=
|Logo=
|ParentCompany=
|Type=
|Website=
}}
Edit the page to see the template text.
This template defines the table "Company". View table.
The CompanyCargo template is responsible for creating a structured database for companies for the Wiki extension and rendering an infobox off the data.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Founded | Founded | Date when the company was founded
| Date | optional |
| Industry | Industry | Industries that this company is part of
| String | optional |
| Logo | Logo | Image file of the company's logo
| File | optional |
| Parent Company | ParentCompany | Parent company to the company
| Page name | optional |
| Legal structure | Type | Refers to if a company is public, private, non-profit, part of the government, or other
| String | optional |
| Official Website | Website | Links to a company website - only include a website if it represents a separate top level domain (TLD) or regional variation
| URL | optional |
| Description | Description | Description of a company in 150 characters or less | String | optional |