Template:IncidentCargo: Difference between revisions
Appearance
Schang1146 (talk | contribs) Edit StartDate and EndDate types |
Schang1146 (talk | contribs) Set fields to optional; Allows more entry level users to create Incidents |
||
Line 7: | Line 7: | ||
: '''StartDate:''' (Optional) Start date of incident | : '''StartDate:''' (Optional) Start date of incident | ||
: '''EndDate:''' (Optional) End date of incident | : '''EndDate:''' (Optional) End date of incident | ||
: '''Status:''' ( | : '''Status:''' (Optional) Status of the incident (Active, Pending Resolution, Resolved) | ||
: '''ProductLine:''' (Optional) Related product line pages | : '''ProductLine:''' (Optional) Related product line pages | ||
: '''Product:''' (Optional) Related product pages | : '''Product:''' (Optional) Related product pages | ||
: '''ArticleType''' ( | : '''ArticleType''' (Optional) Indicates whether or not the incident is related to a "Product" or "Service" | ||
: '''Type:''' ( | : '''Type:''' (Optional) Type of incident (e.g. Repairability, Privacy, etc.) | ||
: '''Description:''' ( | : '''Description:''' (Optional) Description of the incident in 150 characters or less | ||
{{#cargo_declare:_table=Incident | {{#cargo_declare:_table=Incident | ||
Line 18: | Line 18: | ||
| StartDate = Start date | | StartDate = Start date | ||
| EndDate = End date | | EndDate = End date | ||
| Status = String (allowed values=Active,Pending Resolution,Resolved | | Status = String (allowed values=Active,Pending Resolution,Resolved) | ||
| ProductLine = List (,) of Page | | ProductLine = List (,) of Page | ||
| Product = List (,) of Page | | Product = List (,) of Page | ||
| ArticleType = String (allowed values=Product,Service | | ArticleType = String (allowed values=Product,Service) | ||
| Type = List (,) of String | | Type = List (,) of String | ||
| Description = String | | Description = String | ||
}} | }} | ||
</noinclude> | </noinclude> |
Revision as of 18:28, 29 June 2025
Important: This is a work in progress
This is the "Incident" template used with Cargo and the Wiki extension.
- Fields available
- Company: (Mandatory) Related company pages
- StartDate: (Optional) Start date of incident
- EndDate: (Optional) End date of incident
- Status: (Optional) Status of the incident (Active, Pending Resolution, Resolved)
- ProductLine: (Optional) Related product line pages
- Product: (Optional) Related product pages
- ArticleType (Optional) Indicates whether or not the incident is related to a "Product" or "Service"
- Type: (Optional) Type of incident (e.g. Repairability, Privacy, etc.)
- Description: (Optional) Description of the incident in 150 characters or less
This template defines the table "Incident". View table.