Template:Amity Crew Figures: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
|}} | |}} | ||
{{ #if: {{{OFFICERS|}}} | {{ #if: {{{OFFICERS|}}} | ||
| {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" {{!}} [[File:C-PIC-OFFICER-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]] | | {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white; border-radius: 0 0 10px 10px; border-top: 4px solid black;" {{!}} [[File:C-PIC-OFFICER-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]] | ||
'''{{{OFFICERS}}}''' | '''{{{OFFICERS}}}''' | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Diplomats | #default= Officers }} | <br/> {{ #switch: {{{DEPT}}} | FDC = Diplomats | #default= Officers }} | ||
|}} | |}} | ||
{{ #if: {{{ENLISTED|}}} | {{ #if: {{{ENLISTED|}}} | ||
| {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white ;border-radius: 10px;" {{!}} [[File:C-PIC-ENLISTED-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]] | | {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white; border-radius: 0 0 10px 10px; border-top: 4px solid black;" {{!}} [[File:C-PIC-ENLISTED-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]] | ||
'''{{{ENLISTED}}}''' | '''{{{ENLISTED}}}''' | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Staff | #default= Enlisted }} | <br/> {{ #switch: {{{DEPT}}} | FDC = Staff | #default= Enlisted }} | ||
|}} | |}} | ||
{{ #if: {{{CIVILIANS|}}} | {{ #if: {{{CIVILIANS|}}} | ||
| {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" {{!}} [[File:C-PIC-CIV-{{ #switch: {{{DEPT}}} | Command = RED | Ops = YEL | Science = BLU | FDC = FDC | #default = NTRL }}.png|x110px|link=]] | | {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white; border-radius: 0 0 10px 10px; border-top: 4px solid black;" {{!}} [[File:C-PIC-CIV-{{ #switch: {{{DEPT}}} | Command = RED | Ops = YEL | Science = BLU | FDC = FDC | #default = NTRL }}.png|x110px|link=]] | ||
'''{{{CIVILIANS}}}''' | '''{{{CIVILIANS}}}''' | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Others | #default= Civilians }} | <br/> {{ #switch: {{{DEPT}}} | FDC = Others | #default= Civilians }} |
Revision as of 07:35, 14 June 2022
Usage Notes
Basic Department Listing Syntax
{{ Amity Crew Figures | DEPT = | CO = 1 | OFFICERS = 50 | ENLISTED = 300 | CIVILIANS = 1,000 }}
Yields...
1
|
50
|
300
|
1,000
|
Excluding Any Duty Post
Simply remove any duty post / role (including CO) that you don't want to include. You can also set the # to 0 or leave it blank (your choice).
{{ Amity Crew Figures | OFFICERS = 10 | ENLISTED = 20 }}
Yields...
10
|
20
|
Switching Department
{{ Amity Crew Figures | DEPT = Command | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = Ops | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = Science | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = FDC | CO = 1 | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
1
|
10
|
20
|
100
|
Note: Switching DEPT to FDC changes "CO" to "Ambassador", "Officers" to "Diplomats", "Enlisted" to "Staff", and "Civilians" to "Others" (since they're all technically civilians).
{{ Amity Crew Figures | DEPT = FDC | CO = Rivi | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
1
|
10
|
20
|
100
|