176
edits
Line 1: | Line 1: | ||
{ | <div style="float: right"> | ||
| | {| class="infobox" | ||
| | |+ style="background-color: #c1c1c1;" |{{{ConstabName}}} | ||
| | |+ [[File:{{{ConstabLogo}}}|center|top|class=infobox-image|200px]] | ||
| | |- | ||
| | |+ style="background-color: #c1c1c1" "align-items: center"|{{{ConstabName}}} Command | ||
| | |- | ||
| | | Chief Superintendent: | ||
| | |{{#ifexist: User:{{{CSIPageLink}}} | [[User:{{{CSIPageLink}}}|{{{CSI_Name}}}]] | {{{CSI_Name}}}}} | ||
| | |- | ||
| | | Superintendent: | ||
| | |{{#ifexist: User:{{{SIPageLink1}}} | [[User:{{{SIPageLink1}}}|{{{SI_Name_1}}}]] | {{{SI_Name_1}}}}} | ||
| | |- | ||
| | | Superintendent: | ||
| | |{{#ifexist: User:{{{SIPageLink2}}} | [[User:{{{SIPageLink2}}}|{{{SI_Name_2}}}]] | {{{SI_Name_2}}}}} | ||
| | |- | ||
| | | Superintendent: | ||
| | |{{#ifexist: User:{{{SIPageLink3}}} | [[User:{{{SIPageLink3}}}|{{{SI_Name_3}}}]] | {{{SI_Name_3}}}}} | ||
| | |- | ||
| | | Representative: | ||
| | |{{#ifexist: User:{{{RepPageLink}}} | [[User:{{{RepPageLink}}}|{{{RepName}}}]] | {{{RepName}}}}} | ||
| | |- | ||
| | |} | ||
| | </div> | ||
| | <noinclude> | ||
| | <templatedata> | ||
| | { | ||
| | "params": { | ||
| | "ConstabName": { | ||
| | "label": "Constabulary Name", | ||
| | "description": "Name of Constab", | ||
| | "example": "Academy", | ||
| | "type": "string", | ||
| | "required": true | ||
| | }, | ||
"ConstabLogo": { | |||
"label": "Constabulary Logo", | |||
{{ | "description": "File name must be exact - Ensure its uploaded", | ||
"example": "Academy_Logo.jpg", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"CSI_Name": { | |||
"label": "Name of CSI", | |||
"description": "Name of the CSI", | |||
"example": "CSI NotMattch", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"SI_Name_1": { | |||
"label": "Name of SI - Top of List", | |||
"description": "Name of the Top SI in the template", | |||
"example": "SI NotMattch", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"SI_Name_2": { | |||
"label": "Name of SI - Middle of List", | |||
"description": "Name of the Middle SI in the template", | |||
"example": "SI NotMattch", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"SI_Name_3": { | |||
"label": "Name of SI - Bottom of List", | |||
"description": "Name of the Last SI in the template", | |||
"example": "SI NotMattch", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"RepName": { | |||
"label": "Constab Rep Name", | |||
"description": "Name of the Constab Rep", | |||
"example": "SGT NotMattch", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"CSIPageLink": { | |||
"type": "wiki-user-name" | |||
}, | |||
"SIPageLink1": { | |||
"type": "wiki-user-name" | |||
}, | |||
"SIPageLink2": { | |||
"type": "wiki-user-name" | |||
}, | |||
"SIPageLink3": { | |||
"type": "wiki-user-name" | |||
}, | |||
"RepPageLink": { | |||
"type": "wiki-user-name" | |||
} | |||
}, | |||
"description": "Template for use on Police Constab pages" | |||
} | |||
</templatedata> | |||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Police Templates]] | [[Category:Police Templates]] | ||
</noinclude> | </noinclude> |
edits