Template:Amity Crew Figures: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 113: | Line 113: | ||
}} | }} | ||
</pre> | </pre> | ||
Yields... | Yields... | ||
{{ Amity Crew Figures | {{ Amity Crew Figures | ||
| DEPT = FDC | | DEPT = FDC | ||
Line 120: | Line 120: | ||
| CIVILIANS = 100 | | CIVILIANS = 100 | ||
}} | }} | ||
'''Note:''' Switching DEPT to FDC changes "Officers" to "Diplomats", "Enlisted" to "Staff", and "Civilians" to "Others" (since they're all technically civilians). | |||
:'''''Note:''' FDC uniform not yet designed; WIP'' | |||
</noinclude> | </noinclude> |
Revision as of 01:40, 10 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 | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
10
|
20
|
100
|
Note: Switching DEPT to FDC changes "Officers" to "Diplomats", "Enlisted" to "Staff", and "Civilians" to "Others" (since they're all technically civilians).
- Note: FDC uniform not yet designed; WIP