Jump to content

Template:Violation: Difference between revisions

From CVEO Wiki
Created page with "<noinclude> {{#cargo_declare: _table = Violations |Section = String |Description = Text |OOS = Boolean |FineAmount = Integer }} </noinclude> <includeonly> {{#cargo_store: _table = Violations }} {| class="wikitable" ! Section | {{{Section|}}} |- ! Description | {{{Description|}}} |- ! Out of Service? | {{{OOS|}}} |- ! IL Fine Amount | ${{{FineAmount|}}} |} </includeonly>"
 
Anthony (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:
{{#cargo_declare:
_table = Violations
| _table = Violations
|Section = String
| Section = String
|Description = Text
| Description = Text
|OOS = Boolean
| OOS = Boolean
|FineAmount = Integer
| ViolationCategory = String
| InspectionLevel = String
| TypicalAction = String
| StateNotes = Text
| TargetPage = String
| ReferenceLinks = Wikitext
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_store: _table = Violations }}
{{#cargo_store:  
| _table = Violations
| Section = {{{Section|}}}
| Description = {{{Description|}}}
| OOS = {{{OOS|}}}
| ViolationCategory = {{{ViolationCategory|}}}
| InspectionLevel = {{{InspectionLevel|}}}
| TypicalAction = {{{TypicalAction|}}}
| StateNotes = {{{StateNotes|}}}
| TargetPage = {{{TargetPage|{{{Section}}}}}}
| ReferenceLinks = {{{ReferenceLinks|}}}
}}
 
{| class="wikitable"
{| class="wikitable"
|-
! Section
! Section
| {{{Section|}}}
| [[{{{TargetPage|{{{Section}}}}}}|{{{Section}}}]]
|-
|-
! Description
! Description
| {{{Description|}}}
| {{{Description|}}}
|-
|-
! Out of Service?
! Out-of-Service?
| {{{OOS|}}}
| {{{OOS|}}}
|-
|-
! IL Fine Amount
! Category
| ${{{FineAmount|}}}
| {{{ViolationCategory|}}}
|-
! Inspection Level
| {{{InspectionLevel|}}}
|-
! Typical Action
| {{{TypicalAction|}}}
|-
! Notes
| {{{StateNotes|}}}
|-
! Reference Links
| {{{ReferenceLinks|}}}
|}
|}
</includeonly>
</includeonly>

Latest revision as of 14:37, 23 May 2026

This template defines the table "Violations". View table. A replacement table has been generated for this table; View replacement table.