Template:Infobox department: Difference between revisions
Jump to navigation
Jump to search
Vermeulen.A (talk | contribs) No edit summary |
Updated template parameter settings |
||
| (70 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Unit | <includeonly>[[Category:Unit Organization]][[Category:Staff Departments]]</includeonly> | ||
<noinclude>[[Category:Templates]]</noinclude> | |||
{| cellpadding="4" width="17%" style="float:right; 1em auto 1em auto; border: 1px solid #aaaaaa; background:#f9f9f9; font-size:85%;" | {| cellpadding="4" width="17%" style="float:right; 1em auto 1em auto; border: 1px solid #aaaaaa; background:#f9f9f9; font-size:85%;" | ||
|- | |- | ||
| colspan="2" style="background:# | | colspan="2" style="background:#ffcc00; text-align:center" | '''{{{DepName | DEMO DEPARTMENT}}}''' | ||
|- | |- | ||
| colspan="2" style="border-bottom:1px solid #aaaaaa; text-align:center" | [[File:{{{DepImg | S1.png}}}|100px]] | | colspan="2" style="border-bottom:1px solid #aaaaaa; text-align:center" | [[File:{{{DepImg | S1.png}}}|100px]] | ||
|- | |- | ||
|''' | |- {{#if: {{{SupDept|}}} | | style="display: none;" }} | ||
! Regimental Oversight | |||
|''{{{SupDept|}}}'' | |||
|- {{#if: {{{DepMotto|}}} | | style="display: none;" }} | |||
! Motto | |||
|''{{{DepMotto|}}}'' | |||
|- | |- | ||
|''' | | colspan="2" style="background:#ffcc00; text-align:center" | '''HQ Staff''' | ||
| | |- {{#if: {{{DepOIC|}}} | | style="display: none;" }} | ||
! 1IC | |||
| {{{DepOIC}}} | |||
|- {{#if: {{{DepXO|}}} | | style="display: none;" }} | |||
! 2IC | |||
| {{{DepXO}}} | |||
|- {{#if: {{{DepNCOIC|}}} | | style="display: none;" }} | |||
! 3IC | |||
| {{{DepNCOIC}}} | |||
|- {{#if: {{{DepAide|}}} | | style="display: none;" }} | |||
! Aide to {{{DepName}}} | |||
| {{{DepAide}}} | |||
|- {{#if: {{{Aide|}}} | | style="display: none;" }} | |||
! Aide to SecOps | |||
| {{{Aide}}} | |||
|- {{#if: {{{DepLead|}}} | | style="display: none;" }} | |||
! Lead | |||
| {{{DepLead}}} | |||
|- {{#if: {{{DepSr|}}} | | style="display: none;" }} | |||
! Senior | |||
| {{{DepSr}}} | |||
|- | |- | ||
| | |- {{#if: {{{RepUnit|}}} | | style="display: none;" }} | ||
!Reporting Units | |||
| {{{RepUnit|}}} | |||
|} | |||
<!-- TODO: Add reporting Units (If-statements) --> | |||
<!-- TODO: Add Documentation --> | |||
<noinclude> | |||
<!-- Template Documentation --> | |||
{| id="mp-left" style="width:50%; vertical-align:top; background:#f5fffa;" | |||
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#cef2e0; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;">Template Documentation</h2> | |||
|- | |||
| style="color:#000; padding: 2px 5px" | | |||
===Usage=== | |||
The Infobox Department is used to standardise any and all Department related Unit Information Fields. It has been modified by Brady.M and any questions can be sent to the WAG HQ. | |||
===TemplateData=== | |||
{| class="wikitable" | |||
|- | |||
! scope="col"| ParameterName | |||
! scope="col"| Default Value | |||
! scope="col"| Visible? | |||
|- | |||
|DepName || Department Name is put here | |||
|Always | |||
|- | |||
|DepIMG || Image for the Department. Default is set to S1.png | |||
|Always | |||
|- | |||
|SupDept || Superior Department | |||
|Only if set | |||
|- | |||
|DepMotto || Department Motto | |||
|Only if set | |||
|- | |||
|DepOIC || OIC for the department (if exists) | |||
|Only if set | |||
|- | |||
|XO || XO for the department (if exists) | |||
|Only if set | |||
|- | |||
|NCOIC || NCOIC for the department (if exists) | |||
|Only if set | |||
|- | |||
|Aide to {Department}|| Aide to the department (if exists) | |||
|Only if set | |||
|- | |||
|Aide to CoS|| Aide to the CoS (if exists) | |||
|Only if set | |||
|- | |||
|Aide to SecOps|| Aide to the SecOps (if exists) | |||
|Only if set | |||
|- | |||
|DepLead || (Sub)Department Lead (sub-departments) | |||
|Only if set | |||
|- | |||
|DepSr || (sub)Department Senior (sub-departments) | |||
|Only if set | |||
|- | |- | ||
| | |RepUnit || Subdepartments (if exists) | ||
| | |Only if set | ||
| | |||
|} | |} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"DepName": { | |||
"description": "Department Name", | |||
"type": "string" | |||
}, | |||
"DepImg": { | |||
"description": "Department Image", | |||
"type": "wiki-file-name" | |||
}, | |||
"SupDept": { | |||
"description": "Superior Department", | |||
"type": "string" | |||
}, | |||
"DepMotto": { | |||
"description": "Department Motto", | |||
"type": "string" | |||
}, | |||
"DepOIC": { | |||
"description": "Department Officer In Charge", | |||
"type": "string" | |||
}, | |||
"DepXO": { | |||
"description": "Department Executive Officer", | |||
"type": "string" | |||
}, | |||
"DepNCOIC": { | |||
"description": "Department NCO In Charge", | |||
"type": "string" | |||
}, | |||
"DepAide": { | |||
"description": "Department Aide", | |||
"type": "string" | |||
}, | |||
"Aide": {}, | |||
"DepLead": { | |||
"description": "Department Lead", | |||
"type": "string" | |||
}, | |||
"DepSr": { | |||
"description": "Department Senior", | |||
"type": "string" | |||
}, | |||
"RepUnit": { | |||
"description": "Reporting Unit(s)", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> | |||
Latest revision as of 02:44, 14 April 2026
| DEMO DEPARTMENT | |
| File:S1.png | |
| HQ Staff |
Template Documentation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UsageThe Infobox Department is used to standardise any and all Department related Unit Information Fields. It has been modified by Brady.M and any questions can be sent to the WAG HQ. TemplateData
No description.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||