|
|
| (105 intermediate revisions not shown) |
| Line 1: |
Line 1: |
| - | <noinclude>{{documentation}}[[Category:Character Templates|{{PAGENAME}}]]</noinclude><includeonly>
| + | #REDIRECT [[Template:Char]] |
| - | {{#set:forumid={{{forumid|}}}|Player=User:{{{Player Name|}}} }}{{#if: {{{Avatar|}}}|{{#set:Avatar={{{Avatar|}}}}}|{{#set:Avatar=Unknown}}}}{{#if: {{{Retired Avatar|}}}|{{#set:Retired Avatar={{{Avatar|}}}}}|}}{{#switch:{{{Player Name|}}}
| + | |
| - | |NPC=
| + | |
| - | |{{#ask: [[User:{{{Player Name|}}}]] |?forumid= |?forumname= |format=template |template=PlayerAvatar }}
| + | |
| - | }}<!-- DB FROM USER FOR USER INFO -->{{#get_db_data:db=nwod
| + | |
| - | |from=user
| + | |
| - | |where=userid='{{{forumid|}}}'
| + | |
| - | |data={{{forumid|}}}forumid=userid,{{{forumid|}}}posts=posts,{{{forumid|}}}lastpost=from_unixtime(lastpost, '%M %D %Y'),{{{forumid|}}}lastvisit=from_unixtime(lastactivity, '%M %D %Y'),{{{forumid|}}}lastpostid=lastpostid
| + | |
| - | }}<!-- DB FROM MINISHEET NUMBER TO GET VENUE INFO -->{{#switch: {{{minisheet|}}}
| + | |
| - | |1={{#set:Minisheet{{{minisheet|}}}={{PAGENAME}}}}{{#get_db_data:db=nwod
| + | |
| - | |from=userfield
| + | |
| - | |where=userid='{{{forumid|}}}' |data={{{forumid|}}}venue=field101,{{{forumid|}}}family=field211,{{{forumid|}}}organization=field212,{{{forumid|}}}statusvenue=field165,{{{forumid|}}}statusorganization=field166,{{{forumid|}}}statusfamily=field167,{{{forumid|}}}presence=field132,{{{forumid|}}}adv=field159,{{{forumid|}}}mask=field173
| + | |
| - | }}
| + | |
| - | |2={{#set:Minisheet{{{minisheet|}}}={{PAGENAME}}}}{{#get_db_data:db=nwod
| + | |
| - | |from=userfield
| + | |
| - | |where=userid='{{{forumid|}}}' |data={{{forumid|}}}venue=field102,{{{forumid|}}}family=field238,{{{forumid|}}}organization=field241,{{{forumid|}}}statusvenue=field244,{{{forumid|}}}statusorganization=field251,{{{forumid|}}}statusfamily=field248,{{{forumid|}}}presence=field181,{{{forumid|}}}adv=field161,{{{forumid|}}}mask=field257
| + | |
| - | }}
| + | |
| - | |3={{#set:Minisheet{{{minisheet|}}}={{PAGENAME}}}}{{#get_db_data:db=nwod
| + | |
| - | |from=userfield
| + | |
| - | |where=userid='{{{forumid|}}}' |data={{{forumid|}}}venue=field103,{{{forumid|}}}family=field239,{{{forumid|}}}organization=field242,{{{forumid|}}}statusvenue=field245,{{{forumid|}}}statusorganization=field252,{{{forumid|}}}statusfamily=field249,{{{forumid|}}}presence=field236,{{{forumid|}}}adv=field255,{{{forumid|}}}mask=field258
| + | |
| - | }}
| + | |
| - | |4={{#set:Minisheet{{{minisheet|}}}={{PAGENAME}}}}{{#get_db_data:db=nwod
| + | |
| - | |from=userfield
| + | |
| - | |where=userid='{{{forumid|}}}' |data={{{forumid|}}}venue=field104,{{{forumid|}}}family=field240,{{{forumid|}}}organization=field243,{{{forumid|}}}statusvenue=field247,{{{forumid|}}}statusorganization=field253,{{{forumid|}}}statusfamily=field250,{{{forumid|}}}presence=field237,{{{forumid|}}}adv=field256,{{{forumid|}}}mask=field259
| + | |
| - | }}
| + | |
| - | }}<!-- SET VENUE FROM MINISHEET OR TEMPLATE DECLARATION -->{{#if:{{#external_value:{{{forumid|}}}venue}}
| + | |
| - | |{{#set:Page has default form=Edit {{#external_value:{{{forumid|}}}venue}} Character|Venue={{#external_value:{{{forumid|}}}venue}}|Character Type={{#external_value:{{{forumid|}}}venue}} }}
| + | |
| - | }}<!-- DB FROM VENUE FOR QUOTES PAGE -->{{#switch: {{#show: {{PAGENAME}} |?Venue# }}
| + | |
| - | |Changeling = {{#get_db_data:db=nwod
| + | |
| - | |from=post JOIN thread ON (thread.threadid = post.threadid)
| + | |
| - | |where=thread.forumid IN (98) AND post.iconid IN (50,51,52,53,54) AND post.userid = '{{{forumid|}}}' AND thread.prefixid IN ('freehold_status') AND thread.lastpost >= UNIX_TIMESTAMP()-10000000
| + | |
| - | |data={{{forumid|}}}statusfor=thread.title,{{{forumid|}}}statusgiven=(case when post.iconid = 50 then 'Acknowledges' when post.iconid = 51 then 'Recognizes' when post.iconid = 52 then 'Values' when post.iconid = 53 then 'Respects' when post.iconid = 54 then 'Admires' end)
| + | |
| - | }}
| + | |
| - | |Mage = {{#get_db_data:db=nwod
| + | |
| - | |from=post JOIN thread ON (thread.threadid = post.threadid)
| + | |
| - | |where=thread.forumid IN (258) AND post.iconid IN (50,51,52,53,54) AND post.userid = '{{{forumid|}}}' AND thread.prefixid IN ('consilium') AND thread.lastpost >= UNIX_TIMESTAMP()-10000000
| + | |
| - | |data={{{forumid|}}}statusfor=thread.title,{{{forumid|}}}statusgiven=(case when post.iconid = 50 then 'Acknowledges' when post.iconid = 51 then 'Recognizes' when post.iconid = 52 then 'Values' when post.iconid = 53 then 'Respects' when post.iconid = 54 then 'Admires' end)
| + | |
| - | }}
| + | |
| - | |Vampire = {{#get_db_data:db=nwod
| + | |
| - | |from=post JOIN thread ON (thread.threadid = post.threadid)
| + | |
| - | |where=thread.forumid IN (61) AND post.iconid IN (50,51,52,53,54) AND post.userid = '{{{forumid|}}}' AND thread.prefixid IN ('City') AND thread.lastpost >= UNIX_TIMESTAMP()-10000000
| + | |
| - | |data={{{forumid|}}}statusfor=thread.title,{{{forumid|}}}statusgiven=(case when post.iconid = 50 then 'Acknowledges' when post.iconid = 51 then 'Recognizes' when post.iconid = 52 then 'Values' when post.iconid = 53 then 'Respects' when post.iconid = 54 then 'Admires' end)
| + | |
| - | }}
| + | |
| - | }}<!---- END DB GET ---->{{#set:
| + | |
| - | Posted={{#external_value: {{{forumid|}}}lastpost }}
| + | |
| - | |Online={{#external_value: {{{forumid|}}}lastvisit }}
| + | |
| - | |Last Post=[http://nwod.org/forum/showpost.php?p={{#external_value:{{{forumid|}}}lastpostid}} Last Post]
| + | |
| - | |Presence={{#external_value:{{{forumid|}}}presence}}
| + | |
| - | |Character Name={{PAGENAME}}
| + | |
| - | |Character Status={{{Status|}}}
| + | |
| - | |Lived In=Sacramento
| + | |
| - | |Sacramento Start={{{Inception|}}}
| + | |
| - | |Tenure={{#expr:
| + | |
| - | {{#expr: {{#time: xNU|{{#show: {{PAGENAME}} |?Sacramento End }}|}} - {{#time: xNU|{{#show: {{PAGENAME}} |?Sacramento Start }}|}} }} / 31536000 round 1
| + | |
| - | }}
| + | |
| - | }}{{#if: {{{Departed|}}}|{{#set:Sacramento End={{{Departed|}}}}}|}}{{#if: {{{Venue|}}}|{{#set:Character Type={{{Venue|}}}}}|}}<!-- BEGIN VENUES --><div style="border-radius: 5px; width: 99%; position: absolute; top: 3px; text-align: center;" ><span style="margin-right: 210px; padding: 5px 20px; border-radius: 20px;" class="{{#show: {{PAGENAME}} |?Venue# }}back" >[[{{PAGENAME}}/Quotes|{{#ifexist: {{PAGENAME}}/Quotes|View Quotes & Extra Info|Create Quotes & Extra Info Page}}]]</span></div><div class="{{#show: {{PAGENAME}} |?Venue# }}page chartempwrapper {{#show: {{PAGENAME}} |?Venue# }}back">
| + | |
| - | <div class="grade05 chartempheader" >
| + | |
| - | {{#switch: {{#show: {{PAGENAME}} |?Venue# }}
| + | |
| - | |Changeling={{#switch: {{{Status|}}}
| + | |
| - | |Active = {{#if:{{{Freehold Titles|}}}
| + | |
| - | |{{#set:Freehold Titles={{{Freehold Titles|}}}|}}
| + | |
| - | }}
| + | |
| - | {{#if:{{{Court Title|}}}
| + | |
| - | |{{#set:Court Title={{{Court Title|}}} }}
| + | |
| - | }}
| + | |
| - | | {{#if:{{{Freehold Titles|}}}
| + | |
| - | |{{#set:Former Position={{{Freehold Titles|}}} }}
| + | |
| - | }}
| + | |
| - | {{#if:{{{Court Title|}}}
| + | |
| - | |{{#set:Former Position={{{Court Title|}}}|}}
| + | |
| - | }}
| + | |
| - | }}
| + | |
| - | <table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <th class="" colspan="7"><span class="center Changelingfont Changelingcolor font200">{{{Character Name|}}}</span>{{#if:{{{Quote|}}}|<br /><span class="center Changelingfont Changelingcolor font150 italic">{{{Quote|}}}</span>|}} <br /><span class="center Changelingfont font150">{{#if: {{{Court Title|}}}
| + | |
| - | |{{{Court Title|}}} of [[{{#external_value:{{{forumid|}}}organization}}]]
| + | |
| - | |}} </span></th>
| + | |
| - | <!-- Portrait -->
| + | |
| - | <th width="210px;" rowspan="3"><div style="float: right;">{{#ifexist:File:{{PAGENAME}}.jpg
| + | |
| - | |[[Image:{{PAGENAME}}.jpg|200px|{{{Character Name|}}}, represented by {{#if:{{{Avatar|}}}|{{{Avatar|}}}|Unknown}}]]
| + | |
| - | |<br /><br />[[Image:{{PAGENAME}}.jpg|200px|Click here to upload portrait.]]|}}</div>
| + | |
| - | </th>
| + | |
| - | </tr>
| + | |
| - | <!-- Stats -->
| + | |
| - | <tr>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="50" valign="top">{{#set:Freehold Status={{#external_value:{{{forumid|}}}statusvenue}}}}{{#switch: {{#external_value:{{{forumid|}}}statusvenue}}|0 = None |{{dot{{#external_value:{{{forumid|}}}statusvenue}}}}}}<br />{{#if:{{#external_value:{{{forumid|}}}statusorganization}}|{{#set:Mantle={{#external_value:{{{forumid|}}}statusorganization}}}}{{#switch: {{#external_value:{{{forumid|}}}statusorganization}}|0 = |{{dot{{#external_value:{{{forumid|}}}statusorganization}}}}}}|}}<br />{{dot{{#external_value:{{{forumid|}}}presence}}}}
| + | |
| - | </td>
| + | |
| - | <td valign="top">{{nowrap|[[Freehold]]{{#if: {{{Freehold Titles|}}}
| + | |
| - | | ({{{Freehold Titles|}}})
| + | |
| - | |
| + | |
| - | }}}}<br />{{nowrap|[[Court::{{#external_value:{{{forumid|}}}organization}}]]{{#switch: {{#external_value:{{{forumid|}}}organization}}
| + | |
| - | |Courtless=
| + | |
| - | |{{#if:{{{Court Title|}}}
| + | |
| - | | ({{{Court Title|}}})
| + | |
| - | | ([[Court Title::Courtier]])
| + | |
| - | }}
| + | |
| - | }}}}<br />[[Presence]] {{#if:{{{Presence Description|}}}| ({{{Presence Description|}}})|}}
| + | |
| - | </td>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="75" valign="top">[[Seeming::{{#external_value:{{{forumid|}}}family}}]]:<br />[[Entitlements|Entitlement]]:<br />Appearance:</td>
| + | |
| - | <td valign="top"><div style="max-height: 100px; overflow: hidden;">{{nowrap|{{#if: {{{Kith|}}}|{{#switch:{{{Kith|}}}|None = None|{{{Kith|}}} = [[Kith::{{{Kith|}}}]]{{#set:Kith Primary={{{Kith|}}}}} {{#if: {{{DualKith|}}}|and [[Dual Kith::{{{DualKith|}}}]]{{#set:Has Merit=Dual Kith|Kith={{{DualKith|}}}}}| }}|Unknown }} }} }}<br />{{nowrap|{{#if:{{{Entitlement|}}} |[[Entitlement::{{{Entitlement|}}}]] |}}}}<br />{{{Appearance|}}}</div>
| + | |
| - | </td>
| + | |
| - | <td width="50"></td>
| + | |
| - | </tr>
| + | |
| - | </table>
| + | |
| - | |Mage={{#switch: {{{Status|}}}
| + | |
| - | |Active = {{#if:{{{Consilium Position|}}} |{{#set:Consilium Position={{{Consilium Position|}}} }} |}}
| + | |
| - | {{#if:{{{Order Title|}}} |{{#set:Order Title={{{Order Title|}}} }} |}}
| + | |
| - | {{#if:{{{Path Position|}}} |{{#set:Path Position={{{Path Position|}}} }} |}}
| + | |
| - | {{#if:{{{Cabal|}}} |{{#set:Cabal={{{Cabal|}}} }} |}}
| + | |
| - | {{#if:{{{Cabal Titles|}}}|{{#set:Cabal Titles={{{Cabal Titles|}}} }} |{{#set:Cabal Titles=Member }} }}
| + | |
| - | |{{#if:{{{Consilium Position|}}} |{{#set:Former Position={{{Consilium Position|}}} }} |}}
| + | |
| - | {{#if:{{{Order Title|}}} |{{#set:Former Position={{{Order Title|}}} }} |}}
| + | |
| - | {{#if:{{{Path Position|}}} |{{#set:Former Position={{{Path Position|}}} }} |}}
| + | |
| - | {{#if:{{{Cabal|}}} |{{#set:Former Member={{{Cabal|}}} }} |}}
| + | |
| - | }}
| + | |
| - | <table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <th class="" colspan="8"><span class="center Magefont Magecolor font200">{{{Character Name|}}}</span>{{#if:{{{Quote|}}}|<br /><span class="center Magefont Magecolor font150 italic">{{{Quote|}}}</span>|}} <br /><span class="center Magefont font150">{{#if:{{{Titles|}}}|{{{Titles|}}}| }} </span></th>
| + | |
| - | <!-- Portrait -->
| + | |
| - | <th width="210px;" rowspan="3"><div style="float: right;">{{#ifexist:File:{{PAGENAME}}.jpg
| + | |
| - | |[[Image:{{PAGENAME}}.jpg|200px|{{{Character Name|}}}, represented by {{#if:{{{Avatar|}}}|{{{Avatar|}}}|Unknown}}]]
| + | |
| - | |<br /><br />[[Image:{{PAGENAME}}.jpg|200px|Click here to upload portrait.]]|}}</div>
| + | |
| - | </th>
| + | |
| - | </tr>
| + | |
| - | <!-- Stats -->
| + | |
| - | <tr>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="50" valign="top">{{#set:Consilium Status={{#external_value:{{{forumid|}}}statusvenue}}}}{{#switch: {{#external_value:{{{forumid|}}}statusvenue}}|0 = |[[Who%27s_Who:_Mage#Consilium_Status|{{dot{{#external_value:{{{forumid|}}}statusvenue}}}}]]}}<br /> {{#if:{{#external_value:{{{forumid|}}}statusorganization}}|{{#set:Order Status={{#external_value:{{{forumid|}}}statusorganization}}}}{{#switch: {{#external_value:{{{forumid|}}}statusorganization}}|0 = |[[Who%27s_Who:_Mage#The_Orders|{{dot{{#external_value:{{{forumid|}}}statusorganization}}}}]]}}|}}<br />{{#if:{{#external_value:{{{forumid|}}}statusfamily}}|{{#set:Path Status={{#external_value:{{{forumid|}}}statusfamily}}}}{{#switch: {{#external_value:{{{forumid|}}}statusfamily}}|0 = |[[Who%27s_Who:_Mage#The_Paths|{{dot{{#external_value:{{{forumid|}}}statusfamily}}}}]]}}|}}<br />{{dot{{#external_value:{{{forumid|}}}presence}}}}
| + | |
| - | </td>
| + | |
| - | <td valign="top">{{nowrap|[[Consilium]]{{#if:{{{Consilium Position|}}}| ({{{Consilium Position|}}})|}}<br />[[Order::{{#external_value:{{{forumid|}}}organization}}]] {{#if:{{{Order Title|}}}|({{{Order Title|}}})|}}<br />[[Path::{{#external_value:{{{forumid|}}}family}}]] {{#switch:{{{Path Position|}}}|Councilor= (Councilor)|Provost= (Provost)|}}{{#if: {{{Legacy|}}}|{{#switch:{{{Legacy|}}}|None = | ([[Legacy::{{{Legacy|}}}]])}}| }}<br />[[Presence]] {{#if:{{{Presence Description|}}}| ({{{Presence Description|}}})|}} }}
| + | |
| - | </td>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="50" valign="top">[[Cabal]]:<br />Appearance:</td>
| + | |
| - | <td valign="top"><div style="max-height: 100px; overflow: hidden;">{{nowrap|[[Parent::{{{Cabal|}}}]] {{#switch: {{{Cabal|}}}|None= |{{#if:{{{Cabal Titles|}}}|({{{Cabal Titles|}}})|(Member)}}}}| }}<br />{{{Appearance|}}}</div>
| + | |
| - | </td>
| + | |
| - | <td width="50"></td>
| + | |
| - | </tr>
| + | |
| - | </table>
| + | |
| - | |Vampire={{#switch: {{{Status|}}}
| + | |
| - | |Active = {{#if:{{{Domain Title|}}} |{{#set:Domain Title={{{Domain Title|}}} }} |}}
| + | |
| - | {{#if:{{{Clan Title|}}} |{{#set:Clan Title={{{Clan Title|}}} }} |}}
| + | |
| - | {{#if:{{{Covenant Title|}}} |{{#set:Covenant Title={{{Covenant Title|}}} }} |}}
| + | |
| - | {{#if:{{{Coterie|}}} |{{#set:Coterie={{{Coterie|}}} }} |}}
| + | |
| - | |{{#if:{{{Domain Title|}}} |{{#set:Former Position={{{Domain Title|}}} }} |}}
| + | |
| - | {{#if:{{{Clan Title|}}} |{{#set:Former Position={{{Clan Title|}}} }} |}}
| + | |
| - | {{#if:{{{Covenant Title|}}} |{{#set:Former Position={{{Covenant Title|}}} }} |}}
| + | |
| - | {{#if:{{{Coterie|}}} |{{#set:Former Member={{{Coterie|}}} }} |}}
| + | |
| - | }}
| + | |
| - | <table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <th class="" colspan="7"><span class="center Vampirefont Vampirecolor font200">{{{Character Name|}}}</span>{{#if:{{{Quote|}}}|<div class="center Vampirefont Vampirecolor font150 italic" style="max-height: 42px; overflow: hidden;">{{{Quote|}}}</div>|<br />}} <span class="center Vampirefont font150">{{#if:{{{Titles|}}}|{{{Titles|}}}| }} </span></th>
| + | |
| - | <!-- Portrait -->
| + | |
| - | <th width="210px;" rowspan="3"><div style="float: right;">{{#ifexist:File:{{PAGENAME}}.jpg
| + | |
| - | |[[Image:{{PAGENAME}}.jpg|200px|{{{Character Name|}}}, represented by {{#if:{{{Avatar|}}}|{{{Avatar|}}}|Unknown}}]]
| + | |
| - | |<br /><br />[[Image:{{PAGENAME}}.jpg|200px|Click here to upload portrait.]]|}}</div>
| + | |
| - | </th>
| + | |
| - | </tr>
| + | |
| - | <!-- Stats -->
| + | |
| - | <tr>
| + | |
| - | <td width="30"></td>
| + | |
| - | <td width="50" valign="top">{{#if:{{#external_value:{{{forumid|}}}statusfamily}}|{{#switch: {{#external_value:{{{forumid|}}}statusfamily}}|0 = |[[Who%27s_Who:_Vampire#The_Clans|{{dot{{#external_value:{{{forumid|}}}statusfamily}}}}]]}}{{#set:Clan Status={{#external_value:{{{forumid|}}}statusfamily}}}}|}}<br />{{#if:{{#external_value:{{{forumid|}}}statusorganization}}|{{#switch: {{#external_value:{{{forumid|}}}statusorganization}}|0 = |[[Who%27s_Who:_Vampire#The_Covenants|{{dot{{#external_value:{{{forumid|}}}statusorganization}}}}]]}}{{#set:Covenant Status={{#external_value:{{{forumid|}}}statusorganization}}}}|}}<br />{{#switch: {{#external_value:{{{forumid|}}}statusvenue}}|0 = |[[Who%27s_Who:_Vampire#Domain_Status|{{dot{{#external_value:{{{forumid|}}}statusvenue}}}}]]}}{{#set:Domain Status={{#external_value:{{{forumid|}}}statusvenue}}}}<br />{{#switch:{{#external_value:{{{forumid|}}}mask}}
| + | |
| - | |No={{dot{{#external_value:{{{forumid|}}}adv}}}}{{#set:Blood Potency={{#external_value:{{{forumid|}}}adv}}}}
| + | |
| - | |Yes={{#set:Blood Potency=Obfuscated}}[[Obfuscate#Mask_of_Tranquility|Masked]]
| + | |
| - | }}<br />{{dot{{#external_value:{{{forumid|}}}presence}}}}</td>
| + | |
| - | <td valign="top">{{nowrap|{{#if:{{{Bloodline|}}}|[[Bloodline::{{{Bloodline|}}}]] | }}[[Clan::{{#external_value:{{{forumid|}}}family}}]]{{#if:{{{Clan Title|}}}| ({{{Clan Title|}}})|}}}}<br />{{nowrap|[[Covenant::{{#external_value:{{{forumid|}}}organization}}]] {{#if:{{{Covenant Title|}}}| ({{{Covenant Title|}}})|}} }}<br />{{nowrap|[[Domain]] {{#if:{{{Domain Title|}}}| ({{{Domain Title|}}})|}} }}<br />{{nowrap|[[Blood Potency]]}}<br />[[Presence]]{{#if:{{{Presence Description|}}}| ({{{Presence Description|}}})|}}</td>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="100" valign="top">[[Coterie]]:<br />Appearance:</td>
| + | |
| - | <td valign="top"><div style="max-height: 105px; overflow: hidden;">{{#if:{{{Coterie|}}} |[[{{{Coterie|}}}]] |}}<br />{{{Appearance|}}}</div></td>
| + | |
| - | <td width="30"></td>
| + | |
| - | </tr>
| + | |
| - | </table>
| + | |
| - | |Werewolf={{#if: {{{Position1|}}}|{{#set:Werewolf Position={{{Position1|}}}}}}}
| + | |
| - | {{#if: {{{Position2|}}}|{{#set:Werewolf Position={{{Position2|}}}}}|}}
| + | |
| - | <table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <th class="" colspan="7"><span class="center Werewolffont Werewolfcolor font200">{{{Character Name|}}}{{#if:{{{Deed Name|}}}|, "{{{Deed Name|}}}" }}</span>{{#if:{{{Quote|}}}|<br /><span class="center Werewolffont Werewolfcolor font150 italic">{{{Quote|}}}</span>|}}<br /><span class="center Werewolffont font150">{{#if:{{{Pack|}}}|{{#switch: {{{Pack|}}}|Packless = [[Pack::Packless]]|[[Member role::{{{Position1|}}}]] {{#if:{{{Position2|}}}|and [[Member role::{{{Position2}}}]]}} of the [[Pack::{{{Pack|}}}]] }}|[[Pack::Packless]] }}</span></th>
| + | |
| - | <!-- Portrait -->
| + | |
| - | <th width="210px;" rowspan="3"><div style="float: right;">{{#ifexist:File:{{PAGENAME}}.jpg
| + | |
| - | |[[Image:{{PAGENAME}}.jpg|200px|{{{Character Name|}}}, represented by {{#if:{{{Avatar|}}}|{{{Avatar|}}}|Unknown}}]]
| + | |
| - | |<br /><br />[[Image:{{PAGENAME}}.jpg|200px|Click here to upload portrait.]]|}}</div>
| + | |
| - | </th>
| + | |
| - | </tr>
| + | |
| - | <!-- Stats -->
| + | |
| - | <tr>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="100" valign="top">[[Auspice]]:<br />[[Tribe]]:<br />[[Lodge]]:<br />[[Presence]]:<br />Appearance:</td>
| + | |
| - | <td valign="top">[[Auspice::{{#external_value:{{{forumid|}}}family}}]]<br />{{nowrap|[[Tribe::{{#external_value:{{{forumid|}}}organization}}]]}}<br />{{#if: {{{Lodge|}}}|[[Lodge::{{{Lodge|}}}]]|None }}<br />{{#if:{{#external_value:{{{forumid|}}}family}}|{{dot{{#external_value:{{{forumid|}}}family}}}} {{#if:{{{Presence Description|}}}|({{{Presence Description|}}})|}}|}}<br />{{#if:{{{Appearance|}}}|{{{Appearance|}}}|See Below}}</td>
| + | |
| - | <td width="50">{{#set:Cunning={{{Cunning|}}}|Glory={{{Glory|}}}|Honor={{{Honor|}}}|Purity={{{Purity|}}}|Wisdom={{{Wisdom|}}}|Parent={{{Pack|}}}|Werewolf date={{{Inception|}}}}}</td>
| + | |
| - | <td width="100" valign="top">[[Cunning]]:<br />[[Glory]]:<br />[[Honor]]:<br />[[Purity]]:<br />[[Wisdom Renown|Wisdom]]:</td>
| + | |
| - | <td valign="top">{{nowrap| {{#switch: {{{Cunning|}}}|0 = |{{dot{{{Cunning|}}}}}}}}}<br />{{nowrap| {{#switch: {{{Glory|}}}|0 = |{{dot{{{Glory|}}}}}}}}}<br />{{nowrap| {{#switch: {{{Honor|}}}|0 = |{{dot{{{Honor|}}}}}}}}}<br />{{nowrap| {{#switch: {{{Purity|}}}|0 = |{{dot{{{Purity|}}}}}}}}}<br />{{nowrap| {{#switch: {{{Wisdom|}}}|0 = |{{dot{{{Wisdom|}}}}}}}}}</td>
| + | |
| - | <td width="50"></td>
| + | |
| - | </tr>
| + | |
| - | </table>
| + | |
| - | |Ghoul={{#set:Clan={{#ask: [[{{{Retainer Of|}}}]] |?Clan#= }}}}
| + | |
| - | <table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <th class="" colspan="7"><span class="center Vampirefont font200">{{{Character Name|}}}</span>{{#if:{{{Quote|}}}|<div class="center Vampirefont font150 italic" style="max-height: 42px; overflow: hidden;">{{{Quote|}}}</div>|<br />}} <span class="center Vampirefont font150">{{#if:{{{Titles|}}}|{{{Titles|}}}| }} </span></th>
| + | |
| - | <!-- Portrait -->
| + | |
| - | <th width="210px;" rowspan="3"><div style="float: right;">{{#ifexist:File:{{PAGENAME}}.jpg
| + | |
| - | |[[Image:{{PAGENAME}}.jpg|200px|{{{Character Name|}}}, represented by {{#if:{{{Avatar|}}}|{{{Avatar|}}}|Unknown}}]]
| + | |
| - | |<br /><br />[[Image:{{PAGENAME}}.jpg|200px|Click here to upload portrait.]]|}}</div>
| + | |
| - | </th>
| + | |
| - | </tr>
| + | |
| - | <!-- Stats -->
| + | |
| - | <tr>
| + | |
| - | <td width="30"></td>
| + | |
| - | <td width="100" valign="top">Type<br />Attached to</td>
| + | |
| - | <td valign="top" style="white-space: nowrap;" >[[Retainer Type::{{{Retainer Type|}}}]]<br />[[Retainer Of::{{{Retainer Of|}}}]]</td>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="100" valign="top">[[Presence]]<br />Appearance:</td>
| + | |
| - | <td valign="top"><div style="max-height: 105px; overflow: hidden;">{{dot{{#external_value:{{{forumid|}}}presence}}}}{{#if:{{{Presence Description|}}}| ({{{Presence Description|}}})|}}<br />{{{Appearance|}}}</div></td>
| + | |
| - | <td width="30"></td>
| + | |
| - | </tr>
| + | |
| - | </table>
| + | |
| - | |Hunter=<table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <th class="" colspan="7"><span class="center Hunterfont font200">{{{Character Name|}}}</span>{{#if:{{{Quote|}}}|<div class="center Hunterfont font150 italic" style="max-height: 42px; overflow: hidden;">{{{Quote|}}}</div>|<br />}} <span class="center Vampirefont font150">{{#if:{{{Titles|}}}|{{{Titles|}}}| }} </span></th>
| + | |
| - | <!-- Portrait -->
| + | |
| - | <th width="210px;" rowspan="3"><div style="float: right;">[[Image:{{PAGENAME}}.jpg|200px|{{{Character Name|}}}, represented by {{#if:{{{Avatar|}}}|{{{Avatar|}}}|Unknown}}]]</div>
| + | |
| - | </th>
| + | |
| - | </tr>
| + | |
| - | <!-- Stats -->
| + | |
| - | <tr>
| + | |
| - | <td width="30"></td>
| + | |
| - | <td width="100" valign="top">[[Compact]]</td>
| + | |
| - | <td valign="top">[[Compact::{{{Compact|}}}]]</td>
| + | |
| - | <td width="50"></td>
| + | |
| - | <td width="100" valign="top">[[Presence]]<br />Appearance:</td>
| + | |
| - | <td valign="top"><div style="max-height: 105px; overflow: hidden;">{{dot{{#external_value:{{{forumid|}}}presence}}}}{{#if:{{{Presence Description|}}}| ({{{Presence Description|}}})|}}<br />{{{Appearance|}}}</div></td>
| + | |
| - | <td width="30"></td>
| + | |
| - | </tr>
| + | |
| - | </table>
| + | |
| - | |Something's wrong.
| + | |
| - | }}
| + | |
| - | <!-- END VENUES -->
| + | |
| - | <!-- View/Discuss/Edit Line -->
| + | |
| - | <div class="chartempvte">[[Template:Character|<span title="View this template">v</span>]] · [[Template_talk:Character|<span title="Talk page">t</span>]] · [{{fullurl:{{transclude|Template:Character}}|action=edit}} <span style="text-decoration: none" title="Edit this template">e</span>]</div>
| + | |
| - | <!-- Quote & Status Line -->
| + | |
| - | <div class="chartempquotestatus"><span class="chartempstatus{{{Status|}}}">[[Template:Character|<span title="View this template">v</span>]] · [[Template_talk:Character|<span title="Talk page">t</span>]] · [{{fullurl:{{transclude|Template:Character}}|action=edit}} <span style="text-decoration: none" title="Edit this template">e</span>]</span>{{#switch:{{{Player Name|}}}
| + | |
| - | |NPC= ● [[Player::User:NPC|NPC]]{{#set:PC or NPC=NPC}} {{#if:{{{Created By|}}}| ([[Created By::User:{{{Created By|}}}|{{{Created By|}}}]])|}} |{{#set:Player=User:{{{Player Name|}}}}}{{#set:PC or NPC=PC}} }}</div>
| + | |
| - | </div>
| + | |
| - | <div class="pad5" ><table class="" width="100%" valign="top" cellpadding="3" cellspacing="3">
| + | |
| - | <tr>
| + | |
| - | <td width="">{{#if:{{#external_value: {{{forumid|}}}lastpost }}|
| + | |
| - | Online {{#external_value: {{{forumid|}}}lastpost }} |}}</td>
| + | |
| - | <td width="">[[Post Count::{{#external_value: {{{forumid|}}}posts }}]] Posts</td>
| + | |
| - | <td width="" style="grade05" >{{nowrap|( {{#if:{{{Inception|}}}|{{{Inception|}}} - |}}{{#if:{{{Departed|}}}|{{{Departed|}}}| <span class="chartempstatusActive">Active</span>}} ) }}</td>
| + | |
| - | <td width=""></td>
| + | |
| - | <td width=""></td>
| + | |
| - | </tr>
| + | |
| - | </table></div>
| + | |
| - | <div class="grade05 pad10" >{{#switch:{{{pic2|}}}
| + | |
| - | |Yes = <div class="{{#show: {{PAGENAME}} |?Venue# }}bordercolor" style="float: right; margin-left: 10px;">[[Image:{{{Character Name|}}} 2.jpg|195px]]</div>
| + | |
| - | |}}{{#switch:{{{Retainer Type|}}}
| + | |
| - | |Ghoul = <div class="Ghoulbordercolor" style="float: right; margin-left: 10px; text-align: center;">[[Image:{{{Retainer Of|}}}.jpg|100px|alt={{{Retainer Of|}}}|link={{{Retainer Of|}}}]]</div>
| + | |
| - | |}}{{dontshow|{{#for_external_table: [[{{{{{{forumid|}}}statusgiven}}}::{{{{{{forumid|}}}statusfor}}}]] }}}}</includeonly>
| + | |