Template:Infobox Vehicle: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
<noinclude>
| name        = Vehicle page {{{identifier|Unknown}}}
Infobox for ICE List vehicle pages.
| image        = {{{image|}}}


  | header1      = Vehicle Details
Usage:
  | label2       = Identifier
{{Infobox Vehicle
  | data2       = {{{identifier|}}}
  | identifier  = AZ-BCA75X
  | label3      = Type
  | image       = BCA75X.png
  | data3       = {{{type|}}}
  | type       = Ford F-150 (White, 4x4)
  | label4       = License Plate
| plate      = BCA75X (AZ)
  | data4        = {{{plate|}}}
  | agency      = Unknown, presumed [[ICE]] or [[CBP]]
| label5      = Primary State
  | unit       =  
| data5        = {{{state|}}}
  | state       = [[Arizona]]
  | status      = Active
}}
</noinclude><includeonly>
<div class="infobox" style="width:260px; float:right; clear:right; margin:0 0 1em 1em; border:1px solid #ccc; background:#f9f9f9; padding:0.5em;">
 
  <!-- TITLE -->
  <div style="font-size:120%; font-weight:bold; text-align:center; margin-bottom:0.3em;">
  Vehicle {{{identifier|{{PAGENAME}}}}}
  </div>
 
  <!-- IMAGE -->
  <div style="text-align:center; margin-bottom:0.5em;">
  [[File:{{{image|Vehicle-placeholder.jpg}}}|250px|alt=Vehicle {{{identifier|image}}}]]
  </div>


| header6      = Agency Information
  <!-- BASIC INFO TABLE -->
| label7       = Agency
  <table style="width:100%; font-size:95%;">
| data7        = {{{agency|}}}
 
| label8       = Unit / Office
    <tr>
| data8        = {{{unit|}}}
      <th style="text-align:left;">Identifier</th>
}}
      <td>{{{identifier|Unknown}}}</td>
    </tr>
 
    <tr>
      <th style="text-align:left;">Vehicle type</th>
      <td>{{{type|Unknown}}}</td>
    </tr>
 
    <tr>
       <th style="text-align:left;">License plate</th>
      <td>{{{plate|Unknown}}}</td>
    </tr>
 
    <tr>
      <th style="text-align:left;">Agency</th>
      <td>{{{agency|Unknown}}}</td>
    </tr>
 
    <tr>
       <th style="text-align:left;">Unit / Office</th>
      <td>{{{unit|Unknown}}}</td>
    </tr>
 
    <tr>
      <th style="text-align:left;">State</th>
      <td>{{{state|Unknown}}}</td>
    </tr>
 
    <tr>
      <th style="text-align:left;">Status</th>
      <td>{{{status|Unknown}}}</td>
    </tr>
 
  </table>
 
</div>
</includeonly>