mNo edit summary
mNo edit summary
 
(52 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
{{#cargo_declare:_table=People|ID=Number|Name=String|Image=File|Rank=String|Homeworld=Page|Division=String|Sex=String|Location=Page}}
</noinclude>
<includeonly>{{#if:{{{ID}}}|{{#get_db_data:
db=helix
|from=wiki_characters
|order by=last_join_time DESC
|data=name=name, faction=faction, rank=rank, last_join=last_join,description=description,steamid=steamid
|limit=1
|where=id={{{ID}}}
}}}}
{{#cargo_store:_table=People
|ID={{{ID|}}}
|Name={{{NAME}}}
|Image={{{IMAGE|}}}
|Rank={{Rank|{{#external_value:rank}}}}
|Homeworld={{{HOMEWORLD}}}
|Sex={{{SEX}}}
|Location={{{LOCATION}}}
}}
<div class="buttonPane" style="float:right; width:50%; background-color:#334; padding:1em; text-align:center;">
<div class="buttonPane" style="float:right; width:50%; background-color:#334; padding:1em; text-align:center;">
<b>Quick Actions</b>
<b>Quick Actions</b>
Line 13: Line 33:
<div style="float:right; width:30%; min-height:25em;">
<div style="float:right; width:30%; min-height:25em;">
<div style="padding:1em; border:1px solid white; margin-bottom:1em;">
<div style="padding:1em; border:1px solid white; margin-bottom:1em;">
[[Image:Models$sstrpnet$mi$male 19.mdl!3.jpg]]
[[Image:{{{IMAGE|Models$sstrpnet$mi$male 19.mdl!3.jpg}}}]]
</div>
</div>


[[Image:Rank_Sgt.png|150px|center]]
[[Image:Rank_{{{RANK|{{#external_value:rank|norank}}}}}.png|150px|center]]
</div>
</div>


Line 30: Line 50:
|-
|-
! colspan="1" |NAME(S)
! colspan="1" |NAME(S)
| colspan="5" |EXAMPLE CHARACTER
| colspan="5" |{{{NAME|{{#external_value:name}}}}} ([http://steamcommunity.com/profiles/{{#external_value:steamid}} Steam Profile])
|-
|-
! GENDER
! SEX
| MALE
| colspan="2" | {{{SEX}}}
! ETHNICITY
| WHITE
! D.O.B.
! D.O.B.
| 22/01/2269
| colspan="2" | {{{DOB}}}
|-
|-
! S/ ORIEN.
| colspan="2" | HETEROSEXUAL
! H/WORLD
! H/WORLD
| colspan="2" | [[Hod]]
| colspan="5" | [[{{{HOMEWORLD}}}]]
|-
|-
| colspan="6" |  
| colspan="6" |  
|-
|-
! BRANCH
! BRANCH
| M.I.
| {{{FACTION|{{#switch:{{#external_value:faction}}
| mi = M. I.
| engineers = M. I.
| mipod = M. I.
| medic = M. I.
| pathfinders = M. I.
| aircorps = M. I.
| fleet = Fleet
| intel = Military Intelligence
| }}
! DIVISON
! DIVISON
| INFANTRY
| {{{DIVISION|{{{FACTION|{{#switch:{{#external_value:faction}}
| mi = Infantry
| engineers = Engineering Corps
| mipod = MIPOD
| medic = Medical Corps
| pathfinders = Pathfinders
| aircorps = Aviation Corps
| }}}}}
! RANK
! RANK
| SERGEANT
| {{Rank|{{#external_value:rank}}}}
|-
|-
! UNIT
! UNIT
| colspan="2" | 76TH HADRIAN'S HIGHLANDERS
| colspan="2" | [[{{{UNIT}}}]]
! LOCATION
! LOCATION
| colspan="2"| [[UCF Hiroo Onada]]
| colspan="2"| [[{{{LOCATION}}}]]
|-
|-
! ENLISTMENT DATE
! ENLISTMENT DATE
| 05/11/2320
| {{{ENLISTMENT_DATE}}}
! LAST ACTIVE
! LAST ACTIVE
| 05/11/2320
| {{Date|{{{LAST_ACTIVE|{{#external_value:last_join}}}}}}}
! STATUS
! STATUS
| ACTIVE
| {{{STATUS}}}
|-
|-
| colspan="6" |  
| colspan="6" |  
Line 69: Line 101:
! colspan="6"|DESCRIPTION
! colspan="6"|DESCRIPTION
|-
|-
| colspan="6"|<div style="min-height:15em;">Six foot two, early fifties Mobile Infantryman who hails from the farmlands of Hod. He speaks with a southern accent in a deep, bellowing tone. He has a receding hairline that is fading to grey, trimmed to a tight, military-style buzz cut. He's well built, with a muscular physique, arms like cannons, and six packs on his six packs. In a sentence: he is a god damn Mobile Infantryman to his very core, and he's clearly damn proud of it.</div>  
| colspan="6"|<div style="min-height:15em;">{{#external_value:description}}</div>  
|-
|-
|}
|}
Line 179: Line 211:
{{Privileged}}
{{Privileged}}


{| style="width:100%;"
|-
! Date
! Event
! Role
! style="width:50%;" | Notes
|-
{{#cargo_query:
{{#cargo_query:
tables=EventAttendees,Events
tables=EventAttendees,Events
|fields=Date,Events._pageName=Event,Role,Notes
|fields=Date,Events._pageName=Event,Role,Notes
|where=Name="{{FULLPAGENAME}}"
|where=Name="{{FULLPAGENAME}}"
|format=table
|format=template
|order by=Date DESC
|order by=Date DESC
|join on=Events._pageName=EventAttendees._pageName
|join on=Events._pageName=EventAttendees._pageName
|template=Person/Event
|named args=yes
}}
}}
|}
</div>
</div>
</div>


{{relationships
 
|entries={{{relationship_entries}}}
=Activity=
<div class="mw-collapsible">
{{OOC}}
 
{{#get_db_data:
db=helix
|from=ix_sessions
|order by=start_time DESC
|data=start_time=FROM_UNIXTIME(start_time), end=FROM_UNIXTIME(end_time), map, messagesSent, messagesReceived, dmgReceived, dmgGiven, ffReceived, ffGiven
|where=character_id={{{ID}}}
}}
}}


{{journal
{| style="width:100%"
|entries={{{journal_entries}}}
|-
! Start Date
! End Date
! Map
! Messages (Recv/Sent)
! Damage (Given/Taken)
! Friendly Fire (Given/Taken)
|-
{{#for_external_table:|
  {{!}} {{{start_time}}}
  {{!}} {{{end|Ongoing}}}
  {{!}} {{{map}}}
  {{!}} {{{messagesReceived|0}}}/{{{messagesSent|0}}}
  {{!}} {{{dmgGiven|0}}}/{{{dmgTaken|0}}}
  {{!}} {{{ffReceived|0}|}}}/{{{ffGiven|0}}}
  {{!}}-
}}
}}
|}
</div>
</div>


[[Category:People]]
[[Category:People]]
{{#ifeq:{{{STATUS}}}|KIA|[[Category:KIA|}}</includeonly>

Latest revision as of 20:29, 20 December 2022

This template defines the table "People". View table.




Categories: