Template:IncidentCargo: Difference between revisions

Schang1146 (talk | contribs)
No edit summary
Schang1146 (talk | contribs)
Make optional fields blank if no value provided
Line 38: Line 38:
<includeonly>
<includeonly>
{{#cargo_store:_table=Incident
{{#cargo_store:_table=Incident
| Company        = {{{Company}}}
| Company        = {{{Company|}}}
| StartDate      = {{{StartDate}}}
| StartDate      = {{{StartDate|}}}
| EndDate        = {{{EndDate}}}
| EndDate        = {{{EndDate|}}}
| Status        = {{{Status}}}
| Status        = {{{Status|}}}
| ProductLine    = {{{ProductLine}}}
| ProductLine    = {{{ProductLine|}}}
| Product        = {{{Product}}}
| Product        = {{{Product|}}}
| ArticleType    = {{{ArticleType}}}
| ArticleType    = {{{ArticleType|}}}
| Type          = {{{Type}}}
| Type          = {{{Type|}}}
| Description    = {{{Description}}}
| Description    = {{{Description|}}}
}}
}}
</includeonly>
</includeonly>