Template:CompanyCargo: Difference between revisions
Schang1146 (talk | contribs) m Protected "Template:CompanyCargo" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Added a new entry - CompanyAlias - this will probably remain blank in most cases, but should be used when tehre are companies like X corp which have a common alternate name (e.g. twitter) |
||
| Line 7: | Line 7: | ||
| Logo = File | | Logo = File | ||
| ParentCompany = Page | | ParentCompany = Page | ||
| CompanyAlias = List (,) of String | |||
| Type = String | | Type = String | ||
| Website = List (,) of URL | | Website = List (,) of URL | ||
| Line 60: | Line 61: | ||
"label": "Description", | "label": "Description", | ||
"description": "Description of a company in 150 characters or less", | "description": "Description of a company in 150 characters or less", | ||
"type": "string" | |||
}, | |||
"CompanyAlias": { | |||
"label": "Company Alias", | |||
"description": "Alternative names or abbreviations for the company", | |||
"example": "AAPL,Apple Inc.", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 68: | Line 75: | ||
</noinclude> | </noinclude> | ||
<includeonly><!-- | <includeonly><!-- | ||
-->{{#cargo_store:_table=Company | -->{{#cargo_store:_table=Company | ||
| Founded = {{{Founded|}}} | | Founded = {{{Founded|}}} | ||
| Line 74: | Line 80: | ||
| Logo = {{{Logo|}}} | | Logo = {{{Logo|}}} | ||
| ParentCompany = {{{ParentCompany|}}} | | ParentCompany = {{{ParentCompany|}}} | ||
| CompanyAlias = {{{CompanyAlias|}}} | |||
| Type = {{{Type|}}} | | Type = {{{Type|}}} | ||
| Website = {{{Website|}}} | | Website = {{{Website|}}} | ||
| Description = {{{Description|}}} | | Description = {{{Description|}}} | ||
}}<!-- | }}<!-- | ||
// company infobox element | // company infobox element | ||
--><div class="infobox"> | --><div class="infobox"> | ||
| Line 99: | Line 105: | ||
<th>{{nowrap|Industry}}</th> | <th>{{nowrap|Industry}}</th> | ||
<td>{{{Industry|}}}</td> | <td>{{{Industry|}}}</td> | ||
</tr> | |||
<tr> | |||
<th>{{nowrap|Also known as}}</th> | |||
<td>{{{CompanyAlias|}}}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 107: | Line 117: | ||
</div> | </div> | ||
</div><!-- | </div><!-- | ||
--></includeonly> | --></includeonly> | ||