Template:ProductLineCargo: Difference between revisions
Schang1146 (talk | contribs) Add template parameters |
Schang1146 (talk | contribs) Make all fields optional |
||
Line 4: | Line 4: | ||
; Fields available: | ; Fields available: | ||
: '''Company:''' ( | : '''Company:''' (Optional) Related company pages | ||
: '''Category:''' (Optional) Categories that the product could fall under (e.g. Laptop, Desktop, Server, etc.) | : '''Category:''' (Optional) Categories that the product could fall under (e.g. Laptop, Desktop, Server, etc.) | ||
: '''ArticleType''' ( | : '''ArticleType''' (Optional) Indicates whether or not the incident is related to a "Product" or "Service" | ||
: '''Website:''' (Optional) Links to a product's website - only include a website if it represents a separate top level domain (TLD) or regional variation | : '''Website:''' (Optional) Links to a product's website - only include a website if it represents a separate top level domain (TLD) or regional variation | ||
: '''Logo:''' (Optional) Image file of the product's logo | : '''Logo:''' (Optional) Image file of the product's logo | ||
: '''Description:''' ( | : '''Description:''' (Optional) Description of the incident in 150 characters or less | ||
{{#cargo_declare:_table=ProductLine | {{#cargo_declare:_table=ProductLine | ||
| Company = List (,) of Page | | Company = List (,) of Page | ||
| Category = List (,) of String | | Category = List (,) of String | ||
| ArticleType = String (allowed values=Product,Service | | ArticleType = String (allowed values=Product,Service) | ||
| Website = List (,) of URL | | Website = List (,) of URL | ||
| Logo = File | | Logo = File | ||
| Description = String | | Description = String | ||
}} | }} | ||
</noinclude> | </noinclude> |