Template:Infobox Agent: Difference between revisions

Created page with "<noinclude> Infobox for ICE List agent pages. Usage: {{Infobox Agent | name = | image = Example.jpg | agency = | role = | field_office = | state = | status = }} </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;"> <!-- NAME --> <div style="font-size:120%; font-weight:bold; text-align:center; marg..."
 
No edit summary
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Infobox for ICE List agent pages.
Infobox for ICE List agent pages.
Usage:
Usage:
{{Infobox Agent
{{Infobox Agent
| name        =  
| name        = Agent Name
| image        = Example.jpg
| image        = File.jpg
| agency      =  
| agency      = ICE ERO
| role        =  
| role        = [[Deportation Officer]]
| field_office =  
| field_office = [[Chicago Field Office]]
| state        =  
| state        = [[Illinois]]
| status      =  
| status      = Active
}}
| verification = Verified
</noinclude>
}} </noinclude>


<includeonly>
<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;">
<table class="infobox ic-infobox" style="width:260px; float:right; clear:right; margin:0 0 1em 1em;">


<!-- NAME -->
<tr>
<div style="font-size:120%; font-weight:bold; text-align:center; margin-bottom:0.3em;">
<th colspan="2" style="text-align:center; font-size:120%; font-weight:bold;">
{{{name|{{PAGENAME}}}}}
{{{name|{{PAGENAME}}}}}
</div>
</th>
</tr>


<!-- IMAGE -->
<tr>
<div style="text-align:center; margin-bottom:0.5em;">
<td colspan="2" style="text-align:center;">
{{#if:{{{image|}}}
[[File:{{{image|Agent-placeholder.jpg}}}|250px|alt={{{name|Agent image}}}]]
| [[File:{{{image}}}|250px|alt={{{name|Agent image}}}]]
</td>
| [[File:Agent-placeholder.jpg|250px|alt=Placeholder agent image]]
</tr>
}}
</div>
 
<!-- BASIC INFO TABLE -->
<table style="width:100%; font-size:95%;">


<tr>
<tr>
Line 55: Line 52:
<th style="text-align:left;">Status</th>
<th style="text-align:left;">Status</th>
<td>{{{status|Unknown}}}</td>
<td>{{{status|Unknown}}}</td>
</tr>
<tr>
<th style="text-align:left;">Verification</th>
<td>{{Verification|status={{{verification|Unverified}}}}}</td>
</tr>
</tr>


</table>
</table>
</div>
</includeonly>
</includeonly>