Template:Agent page: Difference between revisions

From ICE List Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude> Standard layout for a single agent (ICE, CBP, HSI, etc.). Usage at the top of an agent page: {{Agent page | name = Agent Name | agency = ICE ERO | role = Deportation Officer | field_office = Chicago Field Office | state = Illinois | status = Active | image = File.jpg | verification = Verified }} Then write the rest of the page (overview, incidents, evidence, notes) as normal wikitext. </noinclude> <includeonly> {{Infobox Agent | name = {{{name|{{PAGENAME}}}}} | agency = {{{agency|Unknown}}} | role = {{{role|Unknown}}} | field_office = {{{field_office|Unknown}}} | state = [[Category:{{{state|}}}]] | status = {{{status|Unknown}}} | image = {{{image|Agent-placeholder.jpg}}} | verification = {{{verification|Unverified}}} }} <div class="ic-agent-addinfo"> [[ICE_List:Add_information_or_media_to_an_agent_or_incident|Add information or media to this agent]] </div> </includeonly> <noinclude> [[Category:Agents]] </noinclude>
Standard layout for a single agent (ICE, CBP, HSI, etc.).
 
Usage at the top of an agent page:
 
<pre>
{{Agent page
| name         = Agent Name
| agency       = ICE ERO
| role         = Deportation Officer
| field_office = Chicago Field Office
| state       = Illinois
| status       = Active
| image       = File.jpg
| verification = Verified
}}
</pre>
 
Then write the rest of the page (overview, incidents, evidence, notes) as normal wikitext.
</noinclude>
 
<includeonly>
{{#vardefine:state_clean|
  {{#replace:
    {{#replace:
      {{#replace:
        {{#replace:{{{state|}}}|[[|}}
      |]]|}}
    |Category:|}}
  |category:|}}
}}
 
{{Infobox Agent
| name         = {{{name|{{PAGENAME}}}}}
| agency       = {{{agency|Unknown}}}
| role         = {{{role|Unknown}}}
| field_office = {{{field_office|Unknown}}}
| state       = [[{{#var:state_clean}}]]
| status       = {{{status|Unknown}}}
| image       = {{{image|Agent-placeholder.jpg}}}
| verification = {{{verification|Unverified}}}
}}
 
{{#if:{{#var:state_clean}}|[[Category:{{#var:state_clean}}]]}}
 
<div class="ic-agent-addinfo">
[[ICE_List:Add_information_or_media_to_an_agent_or_incident|Add information or media to this agent]]
</div>
</includeonly>
 
<noinclude>
[[Category:Agents]]
</noinclude>

Revision as of 20:12, 17 December 2025

Standard layout for a single agent (ICE, CBP, HSI, etc.). Usage at the top of an agent page:   


Agent Name

Agent Name

Agency ICE ERO
Role Deportation Officer
Field Office Chicago Field Office
State
Status Active
Verification

Verified

Verification status: Verified

Then write the rest of the page (overview, incidents, evidence, notes) as normal wikitext.