Template:IncidentCargo: Difference between revisions

Schang1146 (talk | contribs)
Undo revision 16219 by Schang1146 (talk)
Tag: Undo
Schang1146 (talk | contribs)
Actually fix spacing/whitespace... I love MediaWiki
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Important|This is a work in progress}}
This is the "Incident" template used with Cargo and the Wiki extension.
This is the "Incident" template used with Cargo and the Wiki extension.


Line 14: Line 13:
: '''Description:''' (Optional) Description of the incident in 150 characters or less
: '''Description:''' (Optional) Description of the incident in 150 characters or less


{{#template_params:Company (label=Company)
                  |StartDate (label=Start Date)
                  |EndDate (label=End Date)
                  |Status (label=Status)
                  |ProductLine (label=Product Line)
                  |Product (label=Product)
                  |ArticleType (label=Article Type)
                  |Type (label=Type)
                  |Description (Label=Description)
}}
{{#cargo_declare:_table=Incident
{{#cargo_declare:_table=Incident
| Company        = List (,) of Page
| Company        = List (,) of Page
Line 26: Line 35:
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly><!--
{{#cargo_store:_table=Incident
 
| Company        = {{{Company}}}
-->{{#cargo_store:_table=Incident
| StartDate      = {{{StartDate}}}
| Company        = {{{Company|}}}
| EndDate        = {{{EndDate}}}
| StartDate      = {{{StartDate|}}}
| Status        = {{{Status}}}
| EndDate        = {{{EndDate|}}}
| ProductLine    = {{{ProductLine}}}
| Status        = {{{Status|}}}
| Product        = {{{Product}}}
| ProductLine    = {{{ProductLine|}}}
| ArticleType    = {{{ArticleType}}}
| Product        = {{{Product|}}}
| Type          = {{{Type}}}
| ArticleType    = {{{ArticleType|}}}
| Description    = {{{Description}}}
| Type          = {{{Type|}}}
}}
| Description    = {{{Description|}}}
</includeonly>
}}<!--
 
// hacky MediaWiki HTML manipulation to prevent a <br /> tag from showing up
--><div></div></includeonly>