Template:Amity Crew Figures: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 26: | Line 26: | ||
<noinclude> | <noinclude> | ||
==Test Zone== | ==Test Zone== | ||
=== | ===Basic Department Listing Syntax=== | ||
<pre> | <pre> | ||
{{ Amity Crew Figures | {{ Amity Crew Figures | ||
| DEPT = | |||
| CO = 1 | | CO = 1 | ||
| OFFICERS = 10 | | OFFICERS = 10 | ||
Line 42: | Line 43: | ||
| CIVILIANS = 100 | | CIVILIANS = 100 | ||
}} | }} | ||
===Excluding Any Duty Post=== | ===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). | 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). |
Revision as of 00:41, 10 June 2022
Test Zone
Basic Department Listing Syntax
{{ Amity Crew Figures | DEPT = | CO = 1 | OFFICERS = 10 | ENLISTED = 30 | CIVILIANS = 100 }}
Yields...
1
|
10
|
30
|
100
|
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 = Sciece | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = FDC | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields... Note: FDC uniform not yet designed; WIP
10
|
20
|
100
|