Template:Crew: Difference between revisions

Jump to navigation Jump to search
m
(→‎How to Use: filenames changed to encourage consistency example)
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><br clear=all>
<includeonly><br style="clear:both;" />
{| style="background:#343434; font-size:x-small; color: white; border-width: 2px; border-style: solid;" align=center
{| style="background:#343434; font-size:x-small; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: white; border-width: 2px; border-style: solid;" align=center
| style="background:#343434" align="center"|[[{{{NPC PAGE}}}|<font color=#ffffff>NPC Listing</font>]]&nbsp;&nbsp;&nbsp;'''·'''&nbsp;&nbsp;&nbsp;'''[[{{{ROSTER PAGE}}}|<font size=2 color=#ffffff>{{{SHIP}}} Senior Staff</font>]]'''&nbsp;&nbsp;&nbsp;'''·'''&nbsp;&nbsp;&nbsp;[[{{{HISTORY PAGE}}}|<font color=#ffffff>Crew History</font>]]
| style="background:#343434" align="center"|{{#if:{{{NPC PAGE|}}}|[[{{{NPC PAGE}}}|<font color=#ffffff>NPC Listing</font>]]&nbsp;&nbsp;&nbsp;'''·'''&nbsp;&nbsp;&nbsp;|}}'''[[{{{ROSTER PAGE}}}|<font size=2 color=#ffffff>{{{SHIP}}} Crew Manifest</font>]]'''{{#if:{{{HISTORY PAGE|}}}|&nbsp;&nbsp;&nbsp;'''·'''&nbsp;&nbsp;&nbsp;[[{{{HISTORY PAGE}}}|<font color=#ffffff>Crew History</font>]]|}}
{|
{|
{|cellspacing="0"</includeonly><noinclude>:'''''Check out [[Template:Roster]] to make your own easy roster with images to go with your new crew nav!'''''
{|cellspacing="0"</includeonly><noinclude>:'''''Check out [[Template:Roster]] to make your own easy roster with images to go with your new crew nav!'''''
===Easy Crew Nav===
 
{{Crew
====Examples Using This Template====
|SHIP = USS Fantasy
|ROSTER PAGE = Garuda Master Crew List
|NPC PAGE = Garuda NPCs
|HISTORY PAGE = Garuda Crew History}}
|{{Tile|Dre'lith|Chaun|Red|Commanding Officer|Roster-chaun.jpg}}
|{{Tile|Zhou Tai-Sheng||Gold|Chief of Security}}
|{{Tile|Danielle|Vistain|Gold|Chief Engineer|Roster-vistain.jpg}}
|{{Tile|Renia|Lenai|Blue|Science Officer|Roster-lenai.jpg}}
|-
|{{Tile|Maravosh||Red|First Officer}}
|{{Tile|Lidia|Ivanova|Gold|Security Officer|Roster-ivanova.jpg}}
|{{Tile|Charles|Sampi|Teal|Medical Officer}}
|{{Shiptile|USS Mercury|Roster-oracle.jpg}}
{{Crewfooter|CREWNAV=Crew}}
====Ships Using This Template====
Click on the individual ship crew nav to edit:
Click on the individual ship crew nav to edit:
*'''[[Template:GarudaCrew]]'''
*'''[[Template:InvictaCrew]]'''
*'''[[Template:Sb118crew]]'''
*'''[[Template:Sb118crew]]'''
*'''[[Template:Apollo-crew]]'''


==How to Use==
==How to Use==
Line 42: Line 26:
</pre>
</pre>


===New Features:===
==Full Example==
===Simplified format to add officers===
<pre>
No more messy code! Makes it easier to edit position names and preview them to see if they fit correctly!
{{Crew
<pre>{{Tile|FIRST NAME|Last Name|UNIFORM COLOR|CURRENT POST|Roster Image}}</pre>
|SHIP = USS Syracuse
For example, just add:
|ROSTER PAGE = Syracuse Master Crew List
<pre>{{Tile|Andrus|Jaxx|Red|Commanding Officer|Roster-jaxx.jpg}}</pre>
|NPC PAGE = Syracuse NPCs
to get the next officer's tile added to the nav.
|HISTORY PAGE = Syracuse Crew History}}
{{Tile|Andrus|Jaxx|Red|Commanding Officer|Roster-jaxx.jpg}}
|{{Tile Officer|Roshanara Rahman|Red|Commanding Ofc.}}
|{{Tile Officer|Pandora|Gold|Operations Ofc.}}
|{{Tile Officer|Nikki Ryan|Gold|Chief Engineer}}
|{{Tile Officer|Raj Blueheart|Teal|Chief Medical Ofc.}}
|{{Logotile|USS Syracuse}}
|-
|{{Tile Officer|Niccolò del Vedova|Red|First Officer}}
|{{Tile Officer|Hanar Tuk|Gold|Chief of Security}}
|{{Tile Officer|Raissa Moonsong|Teal|Counselor}}
|{{Tile Officer|Alora DeVeau|Teal|Chief of Science}}
|{{Tile Officer|T'Lea|Teal|H&A Specialist}}
{{Crewfooter|CREWNAV=SyracuseCrew}}
</pre>
 
{{Crew
|SHIP = USS Syracuse
|ROSTER PAGE = Syracuse Master Crew List
|NPC PAGE = Syracuse NPCs
|HISTORY PAGE = Invicta Crew History}}
|{{Tile Officer|Roshanara Rahman|Red|Commanding Ofc.}}
|{{Tile Officer|Pandora|Gold|Operations Ofc.}}
|{{Tile Officer|Nikki Ryan|Gold|Chief Engineer}}
|{{Tile Officer|Raj Blueheart|Teal|Chief Medical Ofc.}}
|{{Logotile|USS Syracuse}}
|-
|{{Tile Officer|Niccolò del Vedova|Red|First Officer}}
|{{Tile Officer|Hanar Tuk|Gold|Chief of Security}}
|{{Tile Officer|Raissa Moonsong|Teal|Counselor}}
|{{Tile Officer|Alora DeVeau|Teal|Chief of Science}}
|{{Tile Officer|T'Lea|Teal|H&A Specialist}}
{{Crewfooter|CREWNAV=SyracuseCrew}}
 
==Detailed Instructions==
===Adding Officers===
* OFFICER NAMES are written in the following format:
<pre>{{Tile Officer|CHARACTER NAME|UNIFORM COLOR|CURRENT POST}}</pre>
 
<font size=4 color=red>'''Important:''' Make sure the officer you are listing has a [[:Category:ID subpages|character ID subpage]] set up for them such as [[Msafiri Bakari/ID]].</font>
 
Example:
 
<pre>{{Tile Officer|Msafiri Bakari|Red|First Officer}}</pre>


{{Tile Officer|Msafiri Bakari|Red|First Officer}}


====<font color=red>IMPORTANT NOTE:</font> Officers with Single Names====
If an officer only has a single name, be sure to still put an extra "pipe" character '''|''' after their name.
<pre>{{Tile|T'Mar||Gold|Chief of Security|Roster-tmar.jpg}}</pre>
{{Tile|T'Mar||Gold|Chief of Security|Roster-tmar.jpg}}


===Automatic placement of blank portrait===
{{bluebox|
Places the [[:File:Roster-blank.jpg|blank portrait roster image]] if no roster image specified. Example:
===Adding a character who doesn't have an ID subpage===
<pre>{{Tile|Tenzin|Zhou|Teal|Medical Officer}}</pre>
If you're building a crew nav template for an NPC ship and you wish to add NPC characters that do NOT have ID subpages, [[Template:Crew/No ID subpage|click for instructions]].
{{Tile|Tenzin|Zhou|Teal|Medical Officer}}
}}


===Automatic resize of roster image===
If an officer's roster image is too large for the nav, it will automatically resize it to fit. Note that while this is a handy feature, it may not produce as nice an image as a properly prepared roster image.
{{Tile|Andrus|Jaxx|Red|Commanding Officer|Jaxxdark.jpg}}


===Support for Nicknames/Abbreviations===
===Support for Nicknames/Abbreviations===
If an officer's name is too long for the nav. Example:
If an officer's name is too long for the tile, add NICKNAME=
<pre>{{Tile|Cassandra|Egan Manno|NICKNAME=C. Egan Manno|Red|Commanding Officer|Roster-eganmanno.jpg}}</pre>
 
{{Tile|Cassandra|Egan Manno|NICKNAME=C. Egan Manno|Red|Commanding Officer|Roster-eganmanno.jpg}}
<pre>{{Tile Officer|Cassandra Egan Manno|Red|Mission Cmdr.|NICKNAME=C. Egan Manno}}</pre>


===Simplified color names===
{{Tile Officer|Cassandra Egan Manno|Red|Mission Cmdr.|NICKNAME=C. Egan Manno}}
 
===Color Names===
Use these names when specifying UNIFORM COLOR:
Use these names when specifying UNIFORM COLOR:
'''<font color=maroon>Red</font>, <font color=darkgoldenrod>Gold</font>, <font color=steelblue>Blue</font>, <font color=teal>Teal</font>, <font color=purple>Violet</font>, <font color=black>Black</font>, <font color=dimgray>Silver</font>, <font color=darkgreen>Green</font>'''
'''<font color=maroon>Red</font>, <font color=darkgoldenrod>Gold</font>, <font color=steelblue>Blue</font>, <font color=teal>Teal</font>, <font color=purple>Violet</font>, <font color=black>Black</font>, <font color=dimgray>Silver</font>, <font color=darkgreen>Green</font>'''
===No need to change colspan===
Table automatically keeps header and footer centered.


===Ship placeholder image===
===Ship placeholder image===
Line 84: Line 102:
<pre>{{Shiptile|USS Mercury|Roster-oracle.jpg}}</pre>
<pre>{{Shiptile|USS Mercury|Roster-oracle.jpg}}</pre>
{{Shiptile|USS Mercury|Roster-oracle.jpg}}
{{Shiptile|USS Mercury|Roster-oracle.jpg}}
===Logo placeholder image===
You can also choose instead to put your ship's logo.
<pre>{{Logotile|SHIPNAME}}</pre>
Example:
<pre>{{Logotile|USS Mercury}}</pre>
{{Logotile|USS Mercury}}
If your ship does not have a logo, a generic UFOP symbol will be displayed.
{{Logotile|USS Independence}}


===<font color=red>Abbreviations May Be Necessary</font>===
===<font color=red>Abbreviations May Be Necessary</font>===
Line 92: Line 120:
*Director = Dir.
*Director = Dir.


 
==Complete Example==
===Example===
<pre>
<pre>
{{Crew
{{Crew
|SHIP = USS Oracle
|SHIP = USS Invicta
|ROSTER PAGE = Oracle Master Crew List
|ROSTER PAGE = Invicta Master Crew List
|NPC PAGE = Oracle NPCs
|NPC PAGE = Invicta NPCs
|HISTORY PAGE = Oracle Crew History}}
|HISTORY PAGE = Invicta Crew History}}
|{{Tile|Dre'lith|Chaun|Red|Commanding Officer|Roster-chaun.jpg}}
|{{Tile Officer|Joseph Washington|Red|Commanding Ofc.}}
|{{Tile|Danielle|Vistain|Gold|Chief Engineer|Roster-vistain.jpg}}
|{{Tile Officer|Rune Jolara|Red|Intelligence Ofc.}}
|{{Tile|Mei'konda||Gold|Chief of Operations|Roster-meikonda.jpg}}
|{{Tile Officer|Ryan King|Red|Helmsman}}
|{{Tile|Lidia|Ivanova|Gold|Chief of Sec/Tac|Roster-ivanova.jpg}}
|{{Tile Officer|Pandora|Gold|Operations Ofc.}}
|{{Tile|Alora|DeVeau|Blue|Science Officer|Roster-deveau.jpg}}
|{{Tile Officer|Luna Walker|Gold|Chief Engineer}}
|{{Tile|Tenzin|Zhou|Teal|Chief Medical Officer}}
|{{Tile Officer|Raj Blueheart|Teal|Chief Medical Ofc.}}
|{{Tile|Rune|Jolara|Teal|Head Counselor|Roster-jolara.jpg}}
|{{Tile Officer|Rosalee|Teal|Medical Officer}}
|{{Tile|Quinn|Reynolds|Black|Dir. of Intelligence|Roster-reynolds.jpg}}
|{{Tile Officer|Umi Kaj|Teal|Medical Officer}}
|{{Logotile|USS Invicta}}
|-
|-
|{{Tile|Maravosh||Red|Executive Officer}}
|{{Tile Officer|Tristam Core|Red|First Officer}}
|{{Tile|Kyle|Dracht|Gold|Engineering Officer|Roster-dracht.jpg}}
|{{Tile Officer|Ceilidh Riverview|Red|Diplomatic Ofc.}}
|{{Tile|Evan|Delano|Gold|Helm/Com/Ops Ofc.|Roster-delano.jpg}}
|{{Tile Officer|Hanar Tuk|Gold|Chief of Security}}
|{{Tile|Jade|Shryker|Gold|Asst. Sec/Tac Chief|Roster-jadematthews.jpg}}
|{{Tile Officer|Kelrod|Gold|SAR Team Leader}}
|{{Tile|Trel'lis||Gold|Sec-Tac Liaison|Roster-trellis.jpg}}
|{{Tile Officer|Iris Macoy|Gold|Engineer}}
|{{Tile|Kotir Arith||Teal|Asst. CMO|Roster-kotir.jpg}}
|{{Tile Officer|Raissa Moonsong|Teal|Counselor}}
|{{Tile|Manuel|Calavera|Teal|Counselor|Roster-calavera.jpg}}
|{{Tile Officer|Alora DeVeau|Teal|Chief of Science}}
|{{Shiptile|USS Oracle|Roster-oracle.jpg}}
|{{Tile Officer|T'Lea|Teal|H&A Specialist}}
{{Crewfooter|CREWNAV=OracleCrew}}
|{{Tile Officer|Stiftany Harik|Teal|Science Officer}}
{{Crewfooter|CREWNAV=InvictaCrew}}
</pre>
</pre>


{{Crew
{{Crew
|SHIP = USS Oracle
|SHIP = USS Invicta
|ROSTER PAGE = Oracle Master Crew List
|ROSTER PAGE = Invicta Master Crew List
|NPC PAGE = Oracle NPCs
|NPC PAGE = Invicta NPCs
|HISTORY PAGE = Oracle Crew History}}
|HISTORY PAGE = Invicta Crew History}}
|{{Tile|Dre'lith|Chaun|Red|Commanding Officer|Roster-chaun.jpg}}
|{{Tile Officer|Joseph Washington|Red|Commanding Ofc.}}
|{{Tile|Danielle|Vistain|Gold|Chief Engineer|Roster-vistain.jpg}}
|{{Tile Officer|Rune Jolara|Red|Intelligence Ofc.}}
|{{Tile|Mei'konda||Gold|Chief of Operations|Roster-meikonda.jpg}}
|{{Tile Officer|Ryan King|Red|Helmsman}}
|{{Tile|Lidia|Ivanova|Gold|Chief of Sec/Tac|Roster-ivanova.jpg}}
|{{Tile Officer|Pandora|Gold|Operations Ofc.}}
|{{Tile|Alora|DeVeau|Blue|Science Officer|Roster-deveau.jpg}}
|{{Tile Officer|Luna Walker|Gold|Chief Engineer}}
|{{Tile|Tenzin|Zhou|Teal|Chief Medical Officer}}
|{{Tile Officer|Raj Blueheart|Teal|Chief Medical Ofc.}}
|{{Tile|Rune|Jolara|Teal|Head Counselor|Roster-jolara.jpg}}
|{{Tile Officer|Rosalee|Teal|Medical Officer}}
|{{Tile|Quinn|Reynolds|Black|Dir. of Intelligence|Roster-reynolds.jpg}}
|{{Tile Officer|Umi Kaj|Teal|Medical Officer}}
|{{Logotile|USS Invicta}}
|-
|-
|{{Tile|Maravosh||Red|Executive Officer}}
|{{Tile Officer|Tristam Core|Red|First Officer}}
|{{Tile|Kyle|Dracht|Gold|Engineering Officer|Roster-dracht.jpg}}
|{{Tile Officer|Ceilidh Riverview|Red|Diplomatic Ofc.}}
|{{Tile|Evan|Delano|Gold|Helm/Com/Ops Ofc.|Roster-delano.jpg}}
|{{Tile Officer|Hanar Tuk|Gold|Chief of Security}}
|{{Tile|Jade|Shryker|Gold|Asst. Sec/Tac Chief|Roster-jadematthews.jpg}}
|{{Tile Officer|Kelrod|Gold|SAR Team Leader}}
|{{Tile|Trel'lis||Gold|Sec-Tac Liaison|Roster-trellis.jpg}}
|{{Tile Officer|Iris Macoy|Gold|Engineer}}
|{{Tile|Kotir Arith||Teal|Asst. CMO|Roster-kotir.jpg}}
|{{Tile Officer|Raissa Moonsong|Teal|Counselor}}
|{{Tile|Manuel|Calavera|Teal|Counselor|Roster-calavera.jpg}}
|{{Tile Officer|Alora DeVeau|Teal|Chief of Science}}
|{{Shiptile|USS Oracle|Roster-oracle.jpg}}
|{{Tile Officer|T'Lea|Teal|H&A Specialist}}
{{Crewfooter|CREWNAV=OracleCrew}}
|{{Tile Officer|Stiftany Harik|Teal|Science Officer}}
__NOTOC__
{{Crewfooter|CREWNAV=InvictaCrew}}
 
==Questions/Comments?==
Send me a message. [[User:Rich|'''♫ Rich''' <small>(Cmdr. Roshanara Rahman)</small>]] • [[User_talk:Rich|<small>'''REPLY'''</small>]] • [[118Wiki:Operations|<small>Wiki Ops Team</small>]] • [[Department of Veterans Affairs|<small>Veterans Affairs</small>]]
 
[[Category:Templates]]
[[Category:Templates]]
[[Category:Navigation templates]]
</noinclude>
</noinclude>

Navigation menu