Template:Agent page: Difference between revisions

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly>
Standard layout for a single agent (ICE, CBP, HSI, etc.).
{{Infobox Agent
 
  | name        = {{{name|{{PAGENAME}}}}}
Usage at the top of an agent page:
  | agency      = {{{agency|Unknown}}}
 
  | role        = {{{role|Unknown}}}
{{Agent page
  | field_office = {{{field_office|Unknown}}}
  | name        = Agent Name
  | state        = {{{state|}}}
  | agency      = ICE ERO
  | status      = {{{status|Unknown}}}
  | role        = Deportation Officer
  | image        = {{{image|Agent-placeholder.jpg}}}
  | field_office = Chicago Field Office
  | verification = {{{verification|Unverified}}}
  | state        = Illinois
  | status      = Active
  | image        = File.jpg
  | verification = Verified
}}
}}


Then write the rest of the page (overview, incidents, evidence, notes) as normal wikitext.
<div class="ic-agent-addinfo">
</noinclude>
[[ICE_List:Add_information_or_media_to_an_agent_or_incident|Add information or media to this agent]]
 
<includeonly>
<div style="float:right; clear:right; width:320px; margin:0 0 1em 1em;">
  <div>
    {{Infobox Agent
    | name        = {{{name|{{PAGENAME}}}}}
    | agency      = {{{agency|Unknown}}}
    | role        = {{{role|}}}
    | field_office = {{{field_office|}}}
    | state        = {{{state|}}}
    | status      = {{{status|Active}}}
    | image        = {{{image|}}}
    }}
  </div>
 
  <div style="margin-top:6px;">
    {{Verification|status={{{verification|Unverified}}}}}
  </div>
</div>
</div>
</includeonly>
</includeonly>
<noinclude>
[[Category:Agents]]
</noinclude>