Template:Amity Crew Figures: Difference between revisions
mNo edit summary |
|||
(33 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style=" | <div style="width: 350px; height: 0px; margin-bottom: 0; border-left: 1px solid {{ #switch: {{{DEPT}}} | #default = grey | Command = firebrick | Ops = goldenrod | Science = steelblue | FDC = darkslategrey }}; border-right: 5px solid white; border-top: 5px solid {{ #switch: {{{DEPT}}} | #default = grey | Command = firebrick | Ops = goldenrod | Science = steelblue | FDC = darkslategrey }};"></div> | ||
{| style="text-align:center; margin: | {| style="text-align:center; margin-left: -2px; margin-bottom: 1em;" | ||
{{ #if: {{{CO|}}} | {{ #if: {{{CO|}}} | ||
| {{!}} style="width: | | {{!}} style="width: 75px; background-color: lightgrey; padding-top: 10px; border-radius: 0 0 10px 10px;" {{!}} {{ #switch: {{{DEPT}}} | FDC = [[File:C-PIC-CAPTAIN-FDC{{ #switch: {{{CO}}} | Rivi = -RIVI}}.png|x110px|link=]] | #default= [[File:C-PIC-CAPTAIN{{ #switch: {{{CO}}} | Rivi = -FDC-RIVI}}.png|x110px|link=]] }} | ||
'''{{ #switch: {{{CO}}} | Rivi = 1 | #default = 1}}''' | <font style="font-size: small;">'''{{ #switch: {{{CO}}} | Rivi = 1 | #default = 1}}'''</font> | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Ambassador | #default= CO }} | <br/> <font style="font-size: smaller;">{{ #switch: {{{DEPT}}} | FDC = Ambassador | #default= CO }}</font> | ||
{{!}} | {{!}} | ||
|}} | |}} | ||
{{ #if: {{{OFFICERS|}}} | {{ #if: {{{OFFICERS|}}} | ||
| {{!}} style="width: | | {{!}} style="width: 75px; background-color: lightgrey; padding-top: 10px; border-radius: 0 0 10px 10px;" {{!}} [[File:C-PIC-OFFICER-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | Marine = MARINE | FDC = FDC | #default = B&W }}.png|x110px|link=]] | ||
'''{{{OFFICERS}}}''' | <font style="font-size: small;">'''{{{OFFICERS}}}'''</font> | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Diplomats | #default= Officers }} | <br/> <font style="font-size: smaller;">{{ #switch: {{{DEPT}}} | FDC = Diplomats | #default= Officers }}</font> | ||
{{!}} | {{!}} | ||
|}} | |}} | ||
{{ #if: {{{ENLISTED|}}} | {{ #if: {{{ENLISTED|}}} | ||
| {{!}} style="width: | | {{!}} style="width: 75px; background-color: lightgrey; padding-top: 10px; border-radius: 0 0 10px 10px;" {{!}} [[File:C-PIC-ENLISTED-{{ #switch: {{{DEPT}}} | Command = CMD | Ops = OPS | Science = SCI | Marine = MARINE | FDC = FDC | #default = B&W }}.png|x110px|link=]] | ||
'''{{{ENLISTED}}}''' | <font style="font-size: small;">'''{{{ENLISTED}}}'''</font> | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Staff | #default= Enlisted }} | <br/> <font style="font-size: smaller;">{{ #switch: {{{DEPT}}} | FDC = Staff | #default= Enlisted }}</font> | ||
{{!}} | {{!}} | ||
|}} | |}} | ||
{{ #if: {{{CIVILIANS|}}} | {{ #if: {{{CIVILIANS|}}} | ||
| {{!}} style="width: | | {{!}} style="width: 75px; background-color: lightgrey; padding-top: 10px; border-radius: 0 0 10px 10px;" {{!}} [[File:C-PIC-CIV-{{ #switch: {{{DEPT}}} | Command = RED | Ops = YEL | Science = BLU | Marine = GRN | FDC = FDC | #default = NTRL }}.png|x110px|link=]] | ||
'''{{{CIVILIANS}}}''' | <font style="font-size: small;">'''{{{CIVILIANS}}}'''</font> | ||
<br/> {{ #switch: {{{DEPT}}} | FDC = Others | #default= Civilians }} | <br/> <font style="font-size: smaller;">{{ #switch: {{{DEPT}}} | FDC = Others | #default= Civilians }}</font> | ||
|}} | |}} | ||
|} | |} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
==Usage Notes== | ==Usage Notes== | ||
===Basic | ===Basic Personnel Listing Syntax=== | ||
<pre> | <pre> | ||
{{ Amity Crew Figures | {{ Amity Crew Figures | ||
| CO = 1 | | CO = 1 | ||
| OFFICERS = 50 | | OFFICERS = 50 | ||
Line 113: | Line 112: | ||
{{ Amity Crew Figures | {{ Amity Crew Figures | ||
| DEPT = Science | | DEPT = Science | ||
| OFFICERS = 10 | |||
| ENLISTED = 20 | |||
| CIVILIANS = 100 | |||
}} | |||
<pre> | |||
{{ Amity Crew Figures | |||
| DEPT = Marine | |||
| OFFICERS = 10 | |||
| ENLISTED = 20 | |||
| CIVILIANS = 100 | |||
}} | |||
</pre> | |||
Yields... | |||
{{ Amity Crew Figures | |||
| DEPT = Marine | |||
| OFFICERS = 10 | | OFFICERS = 10 | ||
| ENLISTED = 20 | | ENLISTED = 20 |
Latest revision as of 23:46, 18 October 2022
Usage Notes
Basic Personnel Listing Syntax
{{ Amity Crew Figures | 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
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...
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 = Marine | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
10
|
20
|
100
|
{{ Amity Crew Figures | DEPT = FDC | CO = 1 | OFFICERS = 10 | ENLISTED = 20 | CIVILIANS = 100 }}
Yields...
1
|
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
|
10
|
20
|
100
|