24,089
edits
No edit summary |
(→Initial Setup: added PRONOUNS field) |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Character ID subpages''' can now be used by '''[[Template:Roster]] | '''Character ID subpages''' can now be used by '''[[Template:Roster]], [[Template:Crew]], and [[Template:CrewHistory]]'''. Instead of having to specify the image information and extra options such as AVATAR, SPECIES, SEX, etc. each time on a ship's roster, you can place all this information on an ID subpage of that character. | ||
[[Template:Roster]] will then take the information from that subpage to display the character on the ship's roster. | [[Template:Roster]] will then take the information from that subpage to display the character on the ship's roster. | ||
Line 5: | Line 5: | ||
This allows the ship roster page code to be relatively clean and makes it easy when transferring characters between ships. | This allows the ship roster page code to be relatively clean and makes it easy when transferring characters between ships. | ||
Likewise, [[Template:Crew]] will use the image information from the subpage. | Likewise, [[Template:Crew]] and [[Template:CrewHistory]] will use the image information from the subpage. | ||
<big>'''Examples:'''</big> | |||
*[[Invicta Master Crew List]] | *[[Invicta Master Crew List]] | ||
*[[Template:InvictaCrew]] | *[[Template:InvictaCrew]] | ||
*[[Invicta Crew History]] | |||
__TOC__ | |||
==How to Use== | ==How to Use== | ||
===1. Create a subpage to your character's page called ID. | ===Initial Setup=== | ||
<big>'''1. Create a subpage to your character's page called ID.'''</big> | |||
<big>Example:</big> | |||
*[[Bakari | *[[Msafiri Bakari/ID]] | ||
*[[Saveron/ID]] | |||
<big>'''2. Then put the following code in the subpage, replacing Bakari's information with your character's information:'''</big> | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
<noinclude>{{ID | <noinclude>{{ID|{{Member</noinclude> | ||
<includeonly>{{{{{TEMPLATE|}}} | <includeonly>{{{{{TEMPLATE|}}}</includeonly> | ||
|NAME=Msafiri | |NAME=Msafiri Bakari | ||
|IMAGE=Bakari.jpg | |IMAGE=Bakari.jpg | ||
|MOVE UP= | |MOVE UP= | ||
|MOVE LEFT= | |MOVE LEFT= | ||
|ZOOM= | |ZOOM= | ||
Line 29: | Line 36: | ||
|AVATAR=Boris Kodjoe | |AVATAR=Boris Kodjoe | ||
|SPECIES=Human | |SPECIES=Human | ||
| | |GENDER=male | ||
|PRONOUNS=he/him | |||
|AUTHOR=I238705TZ0 | |AUTHOR=I238705TZ0 | ||
|COLOR={{{1| | |COLOR={{{1|}}} | ||
|POST={{{2| | |POST={{{2|}}} | ||
|LOA={{{3|}}}}}</ | |LOA={{{3|}}}}} | ||
<noinclude>}}</noinclude> | |||
</pre> | </pre> | ||
<font color=red>'''You must leave the numbers 1, 2, and 3 in the last three variables COLOR, POST, and LOA for [[Template:Roster]] to be able to use your subpage properly.'''</font> | <font color=red>'''You must leave the numbers 1, 2, and 3 in the last three variables COLOR, POST, and LOA for [[Template:Roster]] to be able to use your subpage properly.'''</font> | ||
=== | Leave IMAGE= blank to return a blank roster portrait for you. | ||
==Using ID subpages on [[Template:Roster]]== | |||
<big>'''On your ship's roster page itself, use the following code to display your character:'''</big> | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Officer|Rank|Character | {{Officer|Rank|Character Name|Color|Duty Post}} | ||
</pre> | </pre> | ||
===Example=== | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Officer|Lt. Commander|Bakari | {{Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct}} | ||
</pre> | </pre> | ||
{{Roster-singlerowexample|{{Officer|Lt. Commander|Bakari | {{Roster-singlerowexample|{{Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct}}}} | ||
===Change pip style=== | |||
You can change the pip style by adding STYLE= and specifying the alternative [[Template:Pips|pipstyle]] you want. | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Officer|Lt. Commander|Bakari | {{Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct|STYLE=DS9}} | ||
</pre> | </pre> | ||
{{Roster-singlerowexample|{{Officer|Lt. Commander|Bakari | {{Roster-singlerowexample|{{Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct|STYLE=DS9}}}} | ||
===Face List=== | |||
This is how Bakari's entry appears on the [[Face List]], revealing the extra information from his ID page: | This is how Bakari's entry appears on the [[Face List]], revealing the extra information from his ID page: | ||
{{Face List-singlerowexample|{{Officer|Lt. Commander|Bakari | {{Face List-singlerowexample|{{Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct}}}} | ||
===Officers on LOA=== | |||
If you want to put a character on LOA, just change "Officer" to "LOA Officer" like so: | If you want to put a character on LOA, just change "Officer" to "LOA Officer" like so: | ||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{LOA Officer|Lt. Commander|Bakari | {{LOA Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct}} | ||
</pre> | </pre> | ||
And it will be displayed | And it will be displayed in the LOA style: | ||
{{Roster-singlerowexample|{{LOA Officer|Lt. Commander|Bakari | {{Roster-singlerowexample|{{LOA Officer|Lt. Commander|Msafiri Bakari|Red|Adjunct}}}} | ||
== | ==Using ID subpages on [[Template:Crew]]== | ||
You can also use the information from the ID subpages in [[Template:Crew]] | You can also use the information from the ID subpages in [[Template:Crew]]. | ||
Use "Tile Officer" in the following format: | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Tile| | {{Tile Officer|Character Name|Color|Duty Post}} | ||
</pre> | </pre> | ||
===Example=== | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Tile Officer| | {{Tile Officer|Tristam Core|Gold|Chief Engineer}} | ||
</pre> | </pre> | ||
{{Tile Officer|Tristam Core|Gold|Chief Engineer}} | |||
===Nicknames=== | |||
You can also specify a nickname for characters with long names. | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Tile Officer| | {{Tile Officer|Cassandra Egan Manno|Red|Mission Cmdr.|NICKNAME=C. Egan Manno}} | ||
</pre> | </pre> | ||
{{Tile Officer| | {{Tile Officer|Cassandra Egan Manno|Red|Mission Cmdr.|NICKNAME=C. Egan Manno}} | ||
===Full example=== | |||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;"> | ||
{{Crew | {{Crew | ||
Line 108: | Line 119: | ||
|NPC PAGE = Invicta NPCs | |NPC PAGE = Invicta NPCs | ||
|HISTORY PAGE = Invicta Crew History}} | |HISTORY PAGE = Invicta Crew History}} | ||
|{{Tile Officer|Kells | |{{Tile Officer|Aron Kells|Red|Commanding Ofc.}} | ||
|{{Tile Officer|Saveron|Teal|Second Officer}} | |{{Tile Officer|Saveron|Teal|Second Officer}} | ||
|{{Tile Officer|DeVeau | |{{Tile Officer|Alora DeVeau|Teal|Chief Sci. Ofc.}} | ||
|{{Tile Officer|Sienelis | |{{Tile Officer|Valesha Sienelis|Teal|Science Officer}} | ||
|{{Tile Officer|Dunross | |{{Tile Officer|Ian Dunross|Teal|Archaeologist}} | ||
|{{Tile Officer|Moonsong | |{{Tile Officer|Raissa Moonsong|Teal|Chief of Counseling}} | ||
|{{Logotile|USS Invicta}} | |{{Logotile|USS Invicta}} | ||
|- | |- | ||
|{{Tile Officer|Rahman | |{{Tile Officer|Roshanara Rahman|Gold|First Officer}} | ||
|{{Tile Officer|Mei'konda|Gold|Chief of Operations}} | |{{Tile Officer|Mei'konda|Gold|Chief of Operations}} | ||
|{{Tile Officer|Fenelli | |{{Tile Officer|Mary Fenelli|Gold|Helm/Com/Ops}} | ||
|{{Tile Officer|Core | |{{Tile Officer|Tristam Core|Gold|Chief Engineer}} | ||
|{{Tile Officer|Dara | |{{Tile Officer|Solok Dara|Gold|Engineering Ofc.}} | ||
|{{Tile Officer|Delano | |{{Tile Officer|Evan Delano|Gold|Chief of Security}} | ||
|{{Tile Officer|Tuk | |{{Tile Officer|Hanar Tuk|Gold|Security Ofc.}} | ||
{{Crewfooter|CREWNAV=InvictaCrew}} | {{Crewfooter|CREWNAV=InvictaCrew}} | ||
</pre> | </pre> | ||
Line 131: | Line 142: | ||
|NPC PAGE = Invicta NPCs | |NPC PAGE = Invicta NPCs | ||
|HISTORY PAGE = Invicta Crew History}} | |HISTORY PAGE = Invicta Crew History}} | ||
|{{Tile Officer|Kells | |{{Tile Officer|Aron Kells|Red|Commanding Ofc.}} | ||
|{{Tile Officer|Saveron|Teal|Second Officer}} | |{{Tile Officer|Saveron|Teal|Second Officer}} | ||
|{{Tile Officer|DeVeau | |{{Tile Officer|Alora DeVeau|Teal|Chief Sci. Ofc.}} | ||
|{{Tile Officer|Sienelis | |{{Tile Officer|Valesha Sienelis|Teal|Science Officer}} | ||
|{{Tile Officer|Dunross | |{{Tile Officer|Ian Dunross|Teal|Archaeologist}} | ||
|{{Tile Officer|Moonsong | |{{Tile Officer|Raissa Moonsong|Teal|Chief of Counseling}} | ||
|{{Logotile|USS Invicta}} | |{{Logotile|USS Invicta}} | ||
|- | |- | ||
|{{Tile Officer|Rahman | |{{Tile Officer|Roshanara Rahman|Gold|First Officer}} | ||
|{{Tile Officer|Mei'konda|Gold|Chief of Operations}} | |{{Tile Officer|Mei'konda|Gold|Chief of Operations}} | ||
|{{Tile Officer|Fenelli | |{{Tile Officer|Mary Fenelli|Gold|Helm/Com/Ops}} | ||
|{{Tile Officer|Core | |{{Tile Officer|Tristam Core|Gold|Chief Engineer}} | ||
|{{Tile Officer|Dara | |{{Tile Officer|Solok Dara|Gold|Engineering Ofc.}} | ||
|{{Tile Officer|Delano | |{{Tile Officer|Evan Delano|Gold|Chief of Security}} | ||
|{{Tile Officer|Tuk | |{{Tile Officer|Hanar Tuk|Gold|Security Ofc.}} | ||
{{Crewfooter|CREWNAV=InvictaCrew}} | {{Crewfooter|CREWNAV=InvictaCrew}} | ||
===Questions/Comments? | ==Using ID subpages on [[Template:CrewHistory]]== | ||
You can also use the information from the ID subpages in [[Template:CrewHistory]]. | |||
Use "New Officer" and "Old Officer" to make entries on the crew history page in the following format: | |||
<pre> | |||
{{New Officer|Rank|Character Name|Color|Dates}} | |||
{{Old Officer|Rank|Character Name|Color|Dates}} | |||
</pre> | |||
===Notes and Pip Style=== | |||
You can add notes to a character by including NOTES= in your entry and change pip style with STYLE=. | |||
<pre style="white-space:pre-wrap;"> | |||
{{New Officer|Lt. Commander|Tristam Core|Gold|239109.24 - Present}} | |||
{{Old Officer|Lt. Commander|Roshanara Rahman|Gold|239012.25 - 239107.23|NOTES=Relieved of duty pending investigation.}} | |||
</pre> | |||
{{CrewHistory-singlerowexample}} | |||
{{Post|Gold|Chief Engineer}} | |||
{{New Officer|Lt. Commander|Tristam Core|Gold|239109.24 - Present}} | |||
{{Old Officer|Lt. Commander|Roshanara Rahman|Gold|239012.25 - 239107.23|NOTES=Relieved of duty pending investigation.}} | |||
{{CrewHistory End}} | |||
=Questions/Comments?= | |||
Just let me know. [[User:Rich|'''♫ Rich''']] ▪ [[118Wiki:Administrators|<small>118Wiki Administrator</small>]] ▪ [[User talk:Rich|<small>Send Message</small>]] | Just let me know. [[User:Rich|'''♫ Rich''']] ▪ [[118Wiki:Administrators|<small>118Wiki Administrator</small>]] ▪ [[User talk:Rich|<small>Send Message</small>]] | ||
[[Category:Templates]] |