Difference between revisions of "Template:Task Force"

Template page
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div class="infobox">
{| class="ibtable" align="right" cellpadding="3" cellspacing="0"
{{#if: {{{seal|}}}|
    {{!}} class="ibimage" colspan="2" style="border-top-right-radius: 13px; border-top-left-radius: 13px;" width="315px" {{!}} {{{seal}}}
    {{!}}-
    {{!}} class="ibname" colspan="2" {{!}} '''{{{name}}}'''|
        {{!}} class="ibname" colspan="2" style="border-top-right-radius: 13px; border-top-left-radius: 13px;" width="315px" {{!}} '''{{{name}}}'''
}}
|-
{{#if:{{{mandate|}}}|
{{!}} class="ibleft" {{!}} Mandate
{{!}} class="ibright" {{!}}
{{{mandate}}} }}
|-
{{#if:{{{headquarters|}}}|
{{!}} class="ibleft" {{!}} Headquarters
{{!}} class="ibright" {{!}}
{{{headquarters}}} }}
|-
| class="ibheader" colspan="2" | '''Key Personnel'''
|-
{{#if:{{{co|}}}|
{{!}} class="ibleft" {{!}} Commander
{{!}} class="ibright" {{!}}
{{{co}}} }}
|-
{{#if:{{{xo|}}}|
{{!}} class="ibleft" {{!}} Deputy Commander
{{!}} class="ibright" {{!}}
{{{xo}}} }}
|-
| class="ibheader" colspan="2" | '''Links'''
|-
{{#if:{{{url|}}}|
{{!}} class="ibleft" {{!}} BFMS
{{!}} class="ibright" {{!}}
{{{url}}} }}
|-
{{#if: {{{logo|}}}|
{{!}} class="ibheader" colspan="2" {{!}} {{{logo}}}
}}
|-
| class="ibheader" colspan="2" style="border-bottom-right-radius: 13px; border-bottom-left-radius: 13px;" | [[Template:Task Force]]
|}</div>
<includeonly>
<includeonly>
<infobox theme="bravopadded">
<image source="seal"/>
<title source="name">
<default>{{PAGENAME}}</default><format>'''{{{name|}}}'''</format>
</title>
<data source="mandate"><label>Mandate</label></data>
<data source="headquarters"><label>Headquarters</label></data>
<header>Leadership</header>
<data source="co"><label>Commander</label></data>
<data source="xo"><label>Deputy Commander</label></data>
<header>Links</header>
<data source="url"><label>BFMS</label></data>
<image source="logo"/>
<header name="footer">[[Template:Task Force]]</header>
</infobox>
{{#if: {{{templatemode|}}}|<!-- do nothing -->|<!--else-->[[Category:Task Force]]{{DEFAULTSORT:{{{name}}}}}
{{#if: {{{templatemode|}}}|<!-- do nothing -->|<!--else-->[[Category:Task Force]]{{DEFAULTSORT:{{{name}}}}}
}}
}}
</includeonly><noinclude>
</includeonly>
<noinclude>
==Task Force==
==Task Force==
Infobox to be used for Task Forces.
==Code==
<pre>
<pre>
{{Task Force
{{Task Force
Line 54: Line 29:
| mandate =  
| mandate =  
| headquarters =  
| headquarters =  
| canon =
| url =
| co =
| co =
| xo =
| xo =
| url =
| logo =
| logo =
}}</pre>
}}</pre>
{{clear}}
{{clear}}
[[Category:Infobox Templates]]
[[Category:Infobox Templates]]
</noinclude>
</noinclude>

Latest revision as of 10:15, 27 May 2024


Task Force

Infobox to be used for Task Forces.

Code

{{Task Force
| name = 
| seal = 
| mandate = 
| headquarters = 
| co =
| xo =
| url =
| logo =
}}