Template:Amity Crew Figures: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
{{ #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: 10px;" {{!}} [[File:C-PIC-OFFICER-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]]
'''{{{OFFICERS}}}'''
'''{{ #switch: {{{DEPT}}} | FDC = Diplomats | #default ={{{OFFICERS}}}'''
<br/> Officers
<br/> 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: 10px;" {{!}} [[File:C-PIC-ENLISTED-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | FDC = FDC | #default = B&W }}.png|x110px|link=]]
'''{{{ENLISTED}}}'''
'''{{ #switch: {{{DEPT}}} | FDC = Staff | #default ={{{ENLISTED}}}'''
<br/> Enlisted
<br/> 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: 10px;" {{!}} [[File:C-PIC-CIV-{{ #switch: {{{DEPT}}} | Command = RED | Ops = YEL | Science = BLU | FDC = FDC | #default = NTRL }}.png|x110px|link=]]
'''{{{CIVILIANS}}}'''
'''{{ #switch: {{{DEPT}}} | FDC = Others | #default = {{{CIVILIANS}}} }}'''
<br/> Civilians
<br/> Civilians
|}}
|}}

Revision as of 01:37, 10 June 2022

Usage Notes

Basic Department Listing Syntax

{{ Amity Crew Figures
| DEPT = 
| CO = 1
| OFFICERS = 50
| ENLISTED = 300
| CIVILIANS = 1,000
}}

Yields...

C-PIC-CAPTAIN.png

1
CO {{ #if: 50

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-OFFICER-B&W.png

{{ #if: 300

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-ENLISTED-B&W.png

C-PIC-CIV-NTRL.png

1,000
Civilians


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...

{{ #if: 10
style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-OFFICER-B&W.png

{{ #if: 20

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-ENLISTED-B&W.png


Switching Department

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

Yields...

{{ #if: 10
style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-OFFICER-CMD.png

{{ #if: 20

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-ENLISTED-CMD.png

C-PIC-CIV-RED.png

100
Civilians


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

Yields...

{{ #if: 10
style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-OFFICER-OPS.png

{{ #if: 20

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-ENLISTED-OPS.png

C-PIC-CIV-YEL.png

100
Civilians


{{ Amity Crew Figures
| DEPT = Science
| OFFICERS = 10
| ENLISTED = 20
| CIVILIANS = 100
}}

Yields...

{{ #if: 10
style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-OFFICER-SCI.png

{{ #if: 20

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-ENLISTED-SCI.png

C-PIC-CIV-BLU.png

100
Civilians


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

Yields... Note: FDC uniform not yet designed; WIP

{{ #if: 10
style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-OFFICER-FDC.png

Diplomats {{ #if: 20

style="width: 90px; background-color: lightgrey; padding-top: 10px; border-right: 2px solid white;border-radius: 10px;" | C-PIC-ENLISTED-FDC.png

Staff

C-PIC-CIV-FDC.png

Others
Civilians