Template:Amity Crew Figures: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
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;" {{!}} [[File:C-PIC-OFFICER-B&W.png|x110px|link=]]
| {{!}}  style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;" {{!}} [[File:C-PIC-OFFICER-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]]
'''{{{OFFICERS}}}'''
'''{{{OFFICERS}}}'''
<br/> Officers
<br/> Officers
|}}
|}}
{{ #if: {{{ENLISTED|}}}
{{ #if: {{{ENLISTED|}}}
| {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;" {{!}} [[File:C-PIC-ENLISTED-B&W.png|x110px|link=]]
| {{!}} style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;" {{!}} [[File:C-PIC-ENLISTED-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]]
'''{{{ENLISTED}}}'''
'''{{{ENLISTED}}}'''
<br/> Enlisted
<br/> Enlisted
|}}
|}}
{{ #if: {{{CIVILIANS|}}}
{{ #if: {{{CIVILIANS|}}}
| {{!}}  style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;" {{!}} [[File:C-PIC-CIV-NTRL.png|x110px|link=]]
| {{!}}  style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;" {{!}} [[File:C-PIC-CIV-{{ #switch: {{{DEPT}}} | Command = RED | Ops = YEL | Science = BLU | FDC = FDC | #default = NTRL }}.png|x110px|link=]]
'''{{{CIVILIANS}}}'''
'''{{{CIVILIANS}}}'''
<br/> Civilians
<br/> Civilians
|}}
|}}
|}
|}
{{ #switch: {{{DEPT}}}
| Command = CMD
| Ops = OPS
| Science = SCI
| FDC = FDC
| #default = B&W
}}
</includeonly>
</includeonly>



Revision as of 00:37, 10 June 2022


Test Zone

Including the CO

{{ Amity Crew Figures
| CO = 1
| OFFICERS = 10
| ENLISTED = 30
| CIVILIANS = 100
}}

Yields...

C-PIC-CAPTAIN.png

1
CO

C-PIC-OFFICER-B&W.png

10
Officers

C-PIC-ENLISTED-B&W.png

30
Enlisted

C-PIC-CIV-NTRL.png

100
Civilians


Excluding the CO

{{ Amity Crew Figures
| OFFICERS = 5
| ENLISTED = 200
| CIVILIANS = 10
}}

Yields...

C-PIC-OFFICER-B&W.png

5
Officers

C-PIC-ENLISTED-B&W.png

200
Enlisted

C-PIC-CIV-NTRL.png

10
Civilians


Excluding Any Duty Post

{{ Amity Crew Figures
| OFFICERS = 10
| ENLISTED = 20
}}

Yields...

C-PIC-OFFICER-B&W.png

10
Officers

C-PIC-ENLISTED-B&W.png

20
Enlisted


Switching Department

{{ Amity Crew Figures
| DEPT = Command
| OFFICERS = 10
| ENLISTED = 20
}}

Yields...

C-PIC-OFFICER-CMD.png

10
Officers

C-PIC-ENLISTED-CMD.png

20
Enlisted


{{ Amity Crew Figures
| DEPT = Ops
| OFFICERS = 10
| ENLISTED = 20
}}

Yields...

C-PIC-OFFICER-OPS.png

10
Officers

C-PIC-ENLISTED-OPS.png

20
Enlisted


{{ Amity Crew Figures
| DEPT = Sciece
| OFFICERS = 10
| ENLISTED = 20
}}

Yields...

C-PIC-OFFICER-SCI.png

10
Officers

C-PIC-ENLISTED-SCI.png

20
Enlisted


{{ Amity Crew Figures
| DEPT = FDC
| OFFICERS = 10
| ENLISTED = 20
}}

Yields...

C-PIC-OFFICER-FDC.png

10
Officers

C-PIC-ENLISTED-FDC.png

20
Enlisted