Template:Amity Crew Figures
Usage Notes
Basic Personnel Listing Syntax
{{ Amity Crew Figures | CO = 1 | OFFICERS = 50 | ENLISTED = 300 | CIVILIANS = 1,000 }}
Yields...
1
|
File:C-PIC-OFFICER-B&W.gif.png
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...
File:C-PIC-OFFICER-B&W.gif.png
10
|
20
|
Switching Department
Including a DEPT (Department / Division) tag allows you to identify the department with a colored bar as well as, in the case of the FDC, switch the icons & titles which appear.
Department Colors (for color-matching elsewhere) have been standardized as follows:
- Federation Diplomatic Corps = darkslategrey
- Starfleet Command Division = firebrick
- Starfleet Science Division = steelblue
- Starfleet Operations Division = goldenrod
- Civilians and Guests = dimgrey *note, this is also the default color
{{ Amity Crew Figures | DEPT = Command | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
File:C-PIC-OFFICER-CMD.gif.png
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = Ops | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
File:C-PIC-OFFICER-OPS.gif.png
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = Science | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
File:C-PIC-OFFICER-SCI.gif.png
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = Marine | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
File:C-PIC-OFFICER-MAR.gif.png
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = FDC | CO = 1 | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
1
|
File:C-PIC-OFFICER-FDC.png.png
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
|
File:C-PIC-OFFICER-FDC.png.png
10
|
20
|
100
|