Template:CompanyCargo: Difference between revisions
Schang1146 (talk | contribs) Undo revision 16151 by Schang1146 (talk) Tag: Undo |
Schang1146 (talk | contribs) Make all fields optional |
||
Line 4: | Line 4: | ||
; Fields available: | ; Fields available: | ||
: '''Description:''' ( | : '''Description:''' (Optional) Description of a company in 150 characters or less | ||
: '''Founded:''' ( | : '''Founded:''' (Optional) Date when the company was founded | ||
: '''Industry:''' ( | : '''Industry:''' (Optional) Industries that this company is part of | ||
: '''Logo:''' (Optional) Image file of the company's logo | : '''Logo:''' (Optional) Image file of the company's logo | ||
: '''ParentCompany:''' (Optional) Parent company to the company | : '''ParentCompany:''' (Optional) Parent company to the company | ||
: '''Type:''' ( | : '''Type:''' (Optional) Refers to if a company is public, private, non-profit, part of the government, or other | ||
: '''Website:''' (Optional) Links to a company website - only include a website if it represents a separate top level domain (TLD) or regional variation | : '''Website:''' (Optional) Links to a company website - only include a website if it represents a separate top level domain (TLD) or regional variation | ||
Line 21: | Line 21: | ||
}} | }} | ||
{{#cargo_declare:_table=Company | {{#cargo_declare:_table=Company | ||
| Description = String | | Description = String | ||
| Founded = Date | | Founded = Date | ||
| Industry = List (,) of String | | Industry = List (,) of String | ||
| Logo = File | | Logo = File | ||
| ParentCompany = Page | | ParentCompany = Page | ||
| Type = List (,) of String (allowed values=Public,Private,Government,Non-Profit,Other | | Type = List (,) of String (allowed values=Public,Private,Government,Non-Profit,Other) | ||
| Website = List (,) of URL | | Website = List (,) of URL | ||
}} | }} |