Richard Matthews: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
No edit summary
Line 51: Line 51:




<div style="width: 90%; margin: auto; border: 2px solid #000; border-radius: 10px; overflow: hidden; background: #ffffff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);">
    <div style="background-color: #000000; color: #ffffff; text-align: center; padding: 10px; font-size: 1.5rem;">Service History</div>
    <div style="border-top: 1px solid #ccc; background: #f9f9f9;">
        <div style="cursor: pointer; padding: 15px; background: #193c6a; color: #efe576; display: flex; justify-content: space-between; align-items: center; font-size: 1.2rem; transition: background 0.3s;" onclick="toggleDropdown(this)">
            <span>Service Assignments</span>
            <span style="font-size: 1.2rem; transform: rotate(0); transition: transform 0.3s;">▼</span>
        </div>
        <div style="max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;">
           
<thead>
                   
<nowiki></thead></nowiki>
<nowiki><tbody></nowiki>
                   
<nowiki></tbody></nowiki>
            <table style="width: 100%; border-collapse: collapse; text-align: center;"><tr>
                        <th>Insignia</th>
                        <th>Rank</th>
                        <th>Dates</th>
                        <th>Posting</th>
                        <th>Assignment</th>
                    </tr><tr>
                        <td><img src="01-Ensign-Teal.jpg" alt="Ensign" width="50"></td>
                        <td>Ensign</td>
                        <td>238707.12 - 238802.04</td>
                        <td rowspan="2">USS Apollo</td>
                        <td rowspan="2">Acting Chief Science Officer</td>
                    </tr>
                    <tr>
                        <td><img src="02-LieutenantJG-Teal.jpg" alt="Lieutenant j.g." width="50"></td>
                        <td>Lieutenant j.g.</td>
                        <td>238802.04 - 238912.10</td>
                    </tr>
                    <tr>
                        <td><img src="02-LieutenantJG-Teal.jpg" alt="Lieutenant j.g." width="50"></td>
                        <td>Lieutenant j.g.</td>
                        <td>238802.04 - 238912.10</td>
                        <td>USS Vigilant</td>
                        <td> Science Officer</td>
                    </tr>
                    <tr>
                        <td><img src="03-Lieutenant-Teal.jpg" alt="Lieutenant" width="50"></td>
                        <td>Lieutenant</td>
                        <td>238912.10 - 239107.12</td>
                        <td>USS Darwin </td>
                        <td>Chief Science Officer </td>
                    </tr></table>
        </div>
    </div>
    <!-- Add similar structure for Ribbons section -->
</div>
<script>
    function toggleDropdown(header) {
        const content = header.nextElementSibling;
        const icon = header.querySelector('span:last-child');
        if (content.style.maxHeight) {
            content.style.maxHeight = null;
            icon.style.transform = 'rotate(0)';
        } else {
            content.style.maxHeight = '500px';
            icon.style.transform = 'rotate(180deg)';
        }
    }
</script>
<br>


==History and Background==
==History and Background==




{| class="wikitable" style="margin: 1em auto 1em auto;" border='3' cellspacing='0'
{| class="wikitable" style="margin: 1em auto 1em auto;" border="3" cellspacing="0"
|-
|-
! colspan="3" style="background:#000000; width:800px;" |<font color=#ffffff>'''Service History'''</font>
! colspan="3" style="background:#000000; width:800px;" |<font color="#ffffff">'''Service History'''</font>
{| border='1' cellspacing='0'
{| border="1" cellspacing="0"
|-
|-
! style="background:#E6E6E6; width:120px;" |<font color=#000000>'''Insignia'''</font>
! style="background:#E6E6E6; width:120px;" |<font color="#000000">'''Insignia'''</font>
! style="background:#E6E6E6; width:120px;" |<font color=#000000>'''Rank'''</font>
! style="background:#E6E6E6; width:120px;" |<font color="#000000">'''Rank'''</font>
! style="background:#E6E6E6; width:150px;" |<font color=#000000>'''Dates'''</font>
! style="background:#E6E6E6; width:150px;" |<font color="#000000">'''Dates'''</font>
! style="background:#E6E6E6; width:220px;" |<font color=#000000>'''Posting'''</font>
! style="background:#E6E6E6; width:220px;" |<font color="#000000">'''Posting'''</font>
! style="background:#E6E6E6; width:190px;" |<font color=#000000>'''Assignment'''</font>
! style="background:#E6E6E6; width:190px;" |<font color="#000000">'''Assignment'''</font>
|-
|-
! style="background:#E6E6E6;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#E6E6E6;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#E6E6E6;" |Ensign
! style="background:#E6E6E6;" |Ensign
! style="background:#E6E6E6;" |238707.12-238802.04
! style="background:#E6E6E6;" |238707.12-238802.04
! style="background:#E6E6E6;" rowspan="2"|USS Apollo
! rowspan="2" style="background:#E6E6E6;" |USS Apollo
! style="background:#E6E6E6;" rowspan="2"|Acting Chief Science Officer
! rowspan="2" style="background:#E6E6E6;" |Acting Chief Science Officer
|-
|-
! style="background:#E6E6E6;" rowspan="3"|[[Image:02-LieutenantJG-Teal.jpg]]
! rowspan="3" style="background:#E6E6E6;" |[[Image:02-LieutenantJG-Teal.jpg]]
! style="background:#E6E6E6;" rowspan="3"|Lieutenant j.g.
! rowspan="3" style="background:#E6E6E6;" |Lieutenant j.g.
! style="background:#E6E6E6;" |238802.04-238912.10
! style="background:#E6E6E6;" | 238802.04-238912.10
|-
|-
! style="background:#E6E6E6;" |238707.12-238802.04
! style="background:#E6E6E6;" |238707.12-238802.04
! style="background:#E6E6E6;" rowspan="3"|USS Vigilant
! rowspan="3" style="background:#E6E6E6;" |USS Vigilant
! style="background:#E6E6E6;" |Science Officer
! style="background:#E6E6E6;" |Science Officer
|-
|-
Line 83: Line 155:
! style="background:#E6E6E6;" |Acting Chief Science Officer
! style="background:#E6E6E6;" |Acting Chief Science Officer
|-
|-
! style="background:#E6E6E6;" rowspan="2"|[[Image:03-Lieutenant-Teal.jpg]]
! rowspan="2" style="background:#E6E6E6;" |[[Image:03-Lieutenant-Teal.jpg]]
! style="background:#E6E6E6;" rowspan="2"|Lieutenant
! rowspan="2" style="background:#E6E6E6;" |Lieutenant
! style="background:#E6E6E6;" |238802.04-238912.10
! style="background:#E6E6E6;" |238802.04-238912.10
! style="background:#E6E6E6;" rowspan="2"|Chief Science Officer
! rowspan="2" style="background:#E6E6E6;" |Chief Science Officer
|-
|-
! style="background:#E6E6E6;" |238912.10 - 239107.12
! style="background:#E6E6E6;" |238912.10 - 239107.12
Line 94: Line 166:
! style="background:#E6E6E6;" |Lieutenant  
! style="background:#E6E6E6;" |Lieutenant  
! style="background:#E6E6E6;" |239107.12 - 239108.07
! style="background:#E6E6E6;" |239107.12 - 239108.07
! style="background:#E6E6E6;" |[[USS Excalibur-A|<font color=#0000>USS Excalibur-A</font>]]
! style="background:#E6E6E6;" |[[USS Excalibur-A|<font color="#0000">USS Excalibur-A</font>]]
! style="background:#E6E6E6;" |Science Officer
! style="background:#E6E6E6;" | Science Officer
|-
|-
! style="background:#E6E6E6;" |[[Image:03-Lieutenant-Teal.jpg]]
! style="background:#E6E6E6;" |[[Image:03-Lieutenant-Teal.jpg]]
! style="background:#E6E6E6;" |Lieutenant  
! style="background:#E6E6E6;" |Lieutenant
! style="background:#E6E6E6;" |239108.07 - 239209.12
! style="background:#E6E6E6;" |239108.07 - 239209.12
! style="background:#E6E6E6;" |[[USS Gemini|<font color=#0000> USS Gemini</font>]]
! style="background:#E6E6E6;" | [[USS Gemini|<font color="#0000"> USS Gemini</font>]]
! style="background:#E6E6E6;" |Science Officer
! style="background:#E6E6E6;" |Science Officer
|-
|-
! style="background:#E6E6E6;" |[[Image:03-Lieutenant-Teal.jpg]]
! style="background:#E6E6E6;" |[[Image:03-Lieutenant-Teal.jpg]]
! style="background:#E6E6E6;" |Lieutenant  
! style="background:#E6E6E6;" |Lieutenant
! style="background:#E6E6E6;" |239112.28- 239209.12
! style="background:#E6E6E6;" |239112.28- 239209.12
! style="background:#E6E6E6;" |[[Ops|Starbase118 Ops]]
! style="background:#E6E6E6;" |[[Ops|Starbase118 Ops]]
! style="background:#E6E6E6;" |Science Officer
! style="background:#E6E6E6;" |Science Officer  
|-|}
|- |}
|-
|-
! style="background:#E6E6E6;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#E6E6E6;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#E6E6E6;" |Ensign  
! style="background:#E6E6E6;" |Ensign
! style="background:#E6E6E6;" |240107.30 - Present
! style="background:#E6E6E6;" |240107.30 - Present
! style="background:#E6E6E6;" |[[USS Excalibur-A|<font color="#0000"></font>]]<font color="#0000">[[USS Khitomer|USS ''Khitomer'']]</font>
! style="background:#E6E6E6;" |[[USS Excalibur-A|<font color="#0000"></font>]]<font color="#0000">[[USS Khitomer|USS ''Khitomer'']]</font>
Line 125: Line 197:
{| border="1" cellspacing="0"
{| border="1" cellspacing="0"
! style="background:#ffffff; width:120px;" |[[Image:Awards_ServiceRibbons_JointMeritoriousUnit_2011.jpg]]
! style="background:#ffffff; width:120px;" |[[Image:Awards_ServiceRibbons_JointMeritoriousUnit_2011.jpg]]
! style="background:#ffffff; width:500px;" |Joint Meritorious Unit Award
! style="background:#ffffff; width:500px;" | Joint Meritorious Unit Award  
! style="background:#ffffff; width:120px;" |238912.09
! style="background:#ffffff; width:120px;" |238912.09
|-
|-
Line 154: Line 226:
|-
|-
! style="background:#343434; width:120px;" |Insignia
! style="background:#343434; width:120px;" |Insignia
! style="background:#343434; width:160px;" |Rank
! style="background:#343434; width:160px;" | Rank
! style="background:#343434; width:210px;" |Dates
! style="background:#343434; width:210px;" |Dates
! style="background:#343434; width:110px;" |Assignment
! style="background:#343434; width:110px;" |Assignment  
! style="background:#343434; width:140px;" |Duty Post
! style="background:#343434; width:140px;" |Duty Post
|-
|-
Line 163: Line 235:
! style="background:#010707;" |
! style="background:#010707;" |
! style="background:#010707;" padding: 5px 5px;" |[[Image:SFA-Command.png|100px]]<br><sub>
! style="background:#010707;" padding: 5px 5px;" |[[Image:SFA-Command.png|100px]]<br><sub>
! style="background:#010707;" |''Starfleet Academy''<br>
! style="background:#010707;" | ''Starfleet Academy''<br>
|-
|-
! style="background:#010707;" |
! style="background:#010707;" |
Line 181: Line 253:
! style="background:#010707;" |
! style="background:#010707;" |
!
!
! style="background:#010707;" |''Starbase 118''
! style="background:#010707;" | ''Starbase 118''
|-
|-
!
!
Line 187: Line 259:
! style="background:#010707;" |
! style="background:#010707;" |
! style="background:#010707; padding: 5px 5px 5px 5px;" |
! style="background:#010707; padding: 5px 5px 5px 5px;" |
! style="background:#010707;" |''Cadet Cruise''
! style="background:#010707;" | ''Cadet Cruise''
|-
|-
|}
|}
{| class="collapsible collapsed" width="850px"
{| class="collapsible collapsed" width="850px"
|-
|-
! colspan="5" style="background:#800000; height:1px;" |Early Career Assignments
! colspan="5" style="background:#800000; height:1px;" |Early Career Assignments  
|-
|-
| colspan="100%" |
| colspan="100%" |
|-
|-
! style="background:#343434; width:120px;" |Insignia  
! style="background:#343434; width:120px;" |Insignia
! style="background:#343434; width:160px;" |Rank
! style="background:#343434; width:160px;" |Rank
! style="background:#343434; width:210px;" |Dates
! style="background:#343434; width:210px;" |Dates
Line 204: Line 276:
! style="background:#010707;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#010707;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#010707;" |Ensign
! style="background:#010707;" |Ensign
! style="background:#010707;" |238707.12-238802.04
! style="background:#010707;" |238707.12-238802.04  
! rowspan="2" style="background:#010707; padding: 5px 5px 5px 5px;" | ‎USS Apollo
! rowspan="2" style="background:#010707; padding: 5px 5px 5px 5px;" |‎USS Apollo
! rowspan="2" style="background:#010707;" |Acting Chief Science Officer
! rowspan="2" style="background:#010707;" |Acting Chief Science Officer
|-
|-
Line 213: Line 285:
|-
|-
! style="background:#010707;" |238707.12-238802.04
! style="background:#010707;" |238707.12-238802.04
! rowspan="3" style="background:#010707; padding: 5px 5px 5px 5px;" | USS Vigilant  
! rowspan="3" style="background:#010707; padding: 5px 5px 5px 5px;" |USS Vigilant
!Science Officer
!Science Officer
|-
|-
Line 219: Line 291:
!Acting Chief Science Officer
!Acting Chief Science Officer
|-
|-
! rowspan="2" style="background:#010707;" |[[Image:03-Lieutenant-Teal.jpg]]
! rowspan="2" style="background:#010707;" |[[Image:03-Lieutenant-Teal.jpg]]  
! rowspan="2" style="background:#010707;" |Lieutenant
! rowspan="2" style="background:#010707;" |Lieutenant  
! style="background:#010707;" |238802.04-238912.10
! style="background:#010707;" |238802.04-238912.10
! rowspan="2" |Chief Science Officer
! rowspan="2" |Chief Science Officer
|-
|-
! style="background:#010707;" |238912.10 - 239107.12
! style="background:#010707;" |238912.10 - 239107.12
! style="background:#010707; padding: 5px 5px 5px 5px;" | USS Darwin
! style="background:#010707; padding: 5px 5px 5px 5px;" |USS Darwin
|-
|-
! style="background:#010707;" |[[Image:03-Lieutenant-Teal.jpg]]
! style="background:#010707;" |[[Image:03-Lieutenant-Teal.jpg]]
Line 233: Line 305:
!Science Officer
!Science Officer
|-
|-
![[Image:03-Lieutenant-Teal.jpg]]
![[Image:03-Lieutenant-Teal.jpg]]  
!Lieutenant
!Lieutenant
! style="background:#010707;" |239108.07 - 239209.12
! style="background:#010707;" |239108.07 - 239209.12  
![[USS Gemini|<font color="#0000"> USS Gemini</font>]]
![[USS Gemini|<font color="#0000"> USS Gemini</font>]]
! style="background:#010707;" |Science Officer
! style="background:#010707;" |Science Officer
Line 254: Line 326:
! style="background:#343434; width:120px;" |Insignia
! style="background:#343434; width:120px;" |Insignia
! style="background:#343434; width:160px;" |Rank
! style="background:#343434; width:160px;" |Rank
! style="background:#343434; width:210px;" |Dates
! style="background:#343434; width:210px;" | Dates
! style="background:#343434; width:110px;" |Assignment
! style="background:#343434; width:110px;" |Assignment  
! style="background:#343434; width:140px;" |Duty Post
! style="background:#343434; width:140px;" | Duty Post
|-
|-
! style="background:#010707;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#010707;" |[[Image:01-Ensign-Teal.jpg]]
! style="background:#010707;" |Ensign
! style="background:#010707;" |Ensign  
! style="background:#010707;" |240107.30 - Present
! style="background:#010707;" |240107.30 - Present
! style="background:#010707; padding: 5px 5px 5px 5px;" |[[USS Excalibur-A|<font color="#0000"></font>]]<font color="#0000">[[USS Khitomer|USS ''Khitomer'']]</font>
! style="background:#010707; padding: 5px 5px 5px 5px;" |[[USS Excalibur-A|<font color="#0000"></font>]]<font color="#0000">[[USS Khitomer|USS ''Khitomer'']]</font>
Line 317: Line 389:
! style="background:#010707; padding: 5px 5px 0px 5px;" |
! style="background:#010707; padding: 5px 5px 0px 5px;" |
! style="background:#010707;" |First Contact Ribbon
! style="background:#010707;" |First Contact Ribbon
! 239005.26
!239005.26
!USS Vigilant
!USS Vigilant
|-
|-
Line 335: Line 407:
|-
|-
! style="background:#010707; padding: 5px 5px 5px 5px;" |
! style="background:#010707; padding: 5px 5px 5px 5px;" |
! style="background:#010707;" |Excellence in Adaptability Ribbon  
! style="background:#010707;" |Excellence in Adaptability Ribbon
!240111.01
!240111.01
!USS Khitomer
!USS Khitomer
Line 363: Line 435:
|}
|}
|}
|}


[[Category:Characters]]
[[Category:Characters]]

Revision as of 13:27, 28 January 2025

USS Khitomer
Richard Matthews Ensign 01.png
Richard Matthews

PICstyle-ens blue.png


  • DoB: 235410.04
  • Height 6'2"
  • Weight 180 lbs
  • Eye color: Brown
  • Hair Color: Brunette
  • Birthplace: Scarborough
  • Telepathic/Empathic Abilities: N/A
  • Writer ID: A238908RM0
Edit this nav

Richard Matthews

Stats


  • Rank: Ensign
  • Ship: USS Khitomer
  • Position: Science Officer
  • Race: Terran
  • Gender: Male
  • Date of Birth (DoB): 235410.04
  • Age: 36 (Years lived) | 46 (Years that have passed since birth)
  • Birthplace: Scarborough
  • Height: 6’2”
  • Weight: 180 lbs
  • Hair Color: Brown
  • Length of Hair: Short
  • Eye Color: Brown
  • Skin Tone: Caucasian
  • Telepathic Status: None


Appearance


  • Birthmarks: None
  • Scars: Richard always opted to have scars removed, resulting in unmarked skin.
  • Tattoos: A wimp when it comes to pain, he doesn't have any tattoos.
  • Build: Despite his rather lazy attitude, Richard maintains a slim yet strong build, as he is a very active person.
  • Taste in Clothing (when off duty): Casual. Richard can usually be seen wearing the gray, non-uniform variant of the current Starfleet designs when off duty. However, if he's heading to the holodeck, who knows what time period piece he'll be sporting for the day. (Once, Richard spent the whole day in a suit of armor due to an emergency red alert that occurred on a day off meant for playing a King Arthur holo-novel).
  • Voice: He doesn't have an accent — it's everyone else who has one, darn it! Richard adopted an out port dialect after years of vacationing in the Maritimes.
  • Handedness: Richard is right-handed.


Family & Friends

Parents

  • Father: Jackson Matthews (Deceased)
  • Mother: Paige Matthews (Deceased)
  • Foster Father: William Heart
  • Foster Mother: Lucy Heart
  • Ex-Father-in-law: Dawson Miller
  • Ex-Mother-in-law: Regina Miller

Siblings

  • Brother: James Matthews (Deceased)

Marital Status: Divorced

  • Spouse: Morgan Miller (formerly Morgan Matthews)
  • Children: None


Service History
           Service Assignments
           

<thead>

</thead> <tbody>

</tbody>

Insignia Rank Dates Posting Assignment
<img src="01-Ensign-Teal.jpg" alt="Ensign" width="50"> Ensign 238707.12 - 238802.04 USS Apollo Acting Chief Science Officer
<img src="02-LieutenantJG-Teal.jpg" alt="Lieutenant j.g." width="50"> Lieutenant j.g. 238802.04 - 238912.10
<img src="02-LieutenantJG-Teal.jpg" alt="Lieutenant j.g." width="50"> Lieutenant j.g. 238802.04 - 238912.10 USS Vigilant Science Officer
<img src="03-Lieutenant-Teal.jpg" alt="Lieutenant" width="50"> Lieutenant 238912.10 - 239107.12 USS Darwin Chief Science Officer


<script>

   function toggleDropdown(header) {
       const content = header.nextElementSibling;
       const icon = header.querySelector('span:last-child');
       if (content.style.maxHeight) {
           content.style.maxHeight = null;
           icon.style.transform = 'rotate(0)';
       } else {
           content.style.maxHeight = '500px';
           icon.style.transform = 'rotate(180deg)';
       }
   }

</script>


History and Background

Service History
Insignia Rank Dates Posting Assignment
01-Ensign-Teal.jpg Ensign 238707.12-238802.04 USS Apollo Acting Chief Science Officer
02-LieutenantJG-Teal.jpg Lieutenant j.g. 238802.04-238912.10
238707.12-238802.04 USS Vigilant Science Officer
238802.04-238912.10 Acting Chief Science Officer
03-Lieutenant-Teal.jpg Lieutenant 238802.04-238912.10 Chief Science Officer
238912.10 - 239107.12 USS Darwin
03-Lieutenant-Teal.jpg Lieutenant 239107.12 - 239108.07 USS Excalibur-A Science Officer
03-Lieutenant-Teal.jpg Lieutenant 239108.07 - 239209.12 USS Gemini Science Officer
03-Lieutenant-Teal.jpg Lieutenant 239112.28- 239209.12 Starbase118 Ops Science Officer
01-Ensign-Teal.jpg Ensign 240107.30 - Present USS Khitomer Science Officer


Ribbons
Awards ServiceRibbons JointMeritoriousUnit 2011.jpg Joint Meritorious Unit Award 238912.09
KlingonInvasion.jpg Klingon Invasion Ribbon 238912.09
STARFLEET SERVICE RECORD
Starfleet Academy Command XXXXX — XXXXXX
Starfleet Academy Cadet
Major:Minor:
Academy Transcript
UFP.png


NPC Listing   ·   USS Khitomer Crew Manifest   ·   Crew History
Shayne, Randal.png
Commanding Ofc.
R. Shayne
Nolen Hobart Arrow.png
Executive Ofc.
N. Hobart
Ens Connor Dewitt.png
Chief Eng. Ofc.
C. Dewitt
Lera Michaels.png
Engineering Ofc.
L. Michaels
Ezra Zerva Portrait.jpg
Security Ofc.
E. Zerva
Marcus Forza Ensign.png
Tactical Ofc.
M. Forza
Talia Ohnari LT.png
Chief Medical Ofc.
T. Ohnari
Ras El'Heem Ensign.png
Medical Ofc.
R. El'Heem
Ayemet-Ensign.png
Counselor
Jacin A.
Richard Matthews Ensign 01.png
Science Ofc.
R. Matthews
Amelia Semara Ensign.png
Science Ofc.
A. Semara
USS Khitomer-logo.png
Edit This Nav