Template:IncidentCargo: Difference between revisions
Schang1146 (talk | contribs) No edit summary |
Schang1146 (talk | contribs) Actually fix spacing/whitespace... I love MediaWiki |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
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 36: | 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> |