Template:Violation: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user 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 | ||
|ViolationCategory = String | | ViolationCategory = String | ||
|InspectionLevel = String | | InspectionLevel = String | ||
|TypicalAction = String | | TypicalAction = String | ||
|StateNotes = Text | | 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|}}} | ||
|- | |- | ||
| Line 33: | Line 47: | ||
| {{{TypicalAction|}}} | | {{{TypicalAction|}}} | ||
|- | |- | ||
! | ! Notes | ||
| {{{StateNotes|}}} | | {{{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.