Template:ProductLineCargo: Difference between revisions

Add template parameters
Make all fields optional
 
Line 4: Line 4:


; Fields available:
; Fields available:
: '''Company:''' (Mandatory) Related company pages
: '''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''' (Mandatory) Indicates whether or not the incident is related to a "Product" or "Service"
: '''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:''' (Mandatory) Description of the incident in 150 characters or less
: '''Description:''' (Optional) Description of the incident in 150 characters or less


{{#cargo_declare:_table=ProductLine
{{#cargo_declare:_table=ProductLine
| Company        = List (,) of Page (mandatory)
| Company        = List (,) of Page
| Category      = List (,) of String
| Category      = List (,) of String
| ArticleType    = String (allowed values=Product,Service; mandatory)
| ArticleType    = String (allowed values=Product,Service)
| Website        = List (,) of URL
| Website        = List (,) of URL
| Logo          = File
| Logo          = File
| Description    = String (mandatory)
| Description    = String
}}
}}
</noinclude>
</noinclude>