Template:Char

From Edge of Darkness Wiki

Char
Jump to: navigation, search
m
 
(225 intermediate revisions not shown)
Line 1: Line 1:
-
<includeonly><!-- DB FOR USER INFO AND CHARACTER VARIABLES -->
+
<includeonly><!-- DB FOR USER INFO AND CHARACTER VARIABLES -->{{#get_db_data:db=nwod
-
{{#get_db_data:db=nwod
+
|from=characters LEFT JOIN user u1 ON u1.userid = characters.char_userid LEFT JOIN user u2 ON u2.userid = characters.userid LEFT JOIN userfield uf1 ON uf1.userid = u1.userid LEFT JOIN userfield uf2 ON uf2.userid = u2.userid LEFT JOIN customavatar ON customavatar.userid = u1.userid LEFT JOIN customprofilepic ON customprofilepic.userid = u1.userid
-
|FROM=characters LEFT JOIN user u1 ON u1.userid = characters.char_userid LEFT JOIN user u2 ON u2.userid = characters.userid LEFT JOIN userfield uf1 ON uf1.userid = u1.userid LEFT JOIN userfield uf2 ON uf2.userid = u2.userid LEFT JOIN customavatar ON customavatar.userid = u1.userid LEFT JOIN customprofilepic ON customprofilepic.userid = u1.userid
+
|where=characters.threadid='{{{threadid|}}}'
-
|WHERE=characters.threadid='36802'
+
|data={{{threadid|}}}troupe=COALESCE(uf1.field263, uf2.field263),
-
|DATA={{{threadid|}}}usertitle=COALESCE(u1.usertitle, u2.usertitle),
+
{{{threadid|}}}threadid=characters.threadid,
-
{{{threadid|}}}mask=COALESCE(uf1.field173, uf2.field173),
+
{{{threadid|}}}usertitle=COALESCE(u1.usertitle, u2.usertitle),  
-
{{{threadid|}}}lastpost=COALESCE(u1.lastpost, u2.lastpost),
+
{{{threadid|}}}orgtitle=COALESCE(uf1.field298, uf2.field298),
-
{{{threadid|}}}lastvisit=COALESCE(u1.lastactivity, u2.lastactivity),
+
{{{threadid|}}}mask=COALESCE(uf1.field173, uf2.field173),
-
{{{threadid|}}}joindate=COALESCE(u1.joindate, created, u2.joindate),
+
{{{threadid|}}}cunning=characters.statusf,  
-
{{{threadid|}}}statusvenue=COALESCE(uf1.field165, uf2.field165),
+
{{{threadid|}}}glory=characters.statuso,  
-
{{{threadid|}}}statusorganization=COALESCE(uf1.field166, uf2.field166),
+
{{{threadid|}}}honor=characters.rhonor,  
-
{{{threadid|}}}statusfamily=COALESCE(uf1.field167, uf2.field167),
+
{{{threadid|}}}purity=characters.rpurity,  
-
{{{threadid|}}}lastpostid=COALESCE(u1.lastpostid, u2.lastpostid),
+
{{{threadid|}}}wisdom=characters.rwisdom,
-
{{{threadid|}}}usergroupid=COALESCE(u1.usergroupid, u2.usergroupid),
+
{{{threadid|}}}statusvenue=characters.statusv,  
-
{{{threadid|}}}oneaccount=CASE WHEN characters.userid = characters.char_userid THEN 'yes' ELSE 'no' END,
+
{{{threadid|}}}statusorganization=characters.statuso,  
-
{{{threadid|}}}posts=COALESCE(u1.posts, u2.posts),
+
{{{threadid|}}}statusfamily=characters.statusf,  
-
{{{threadid|}}}venue=Venue,
+
{{{threadid|}}}lastpostid=COALESCE(u1.lastpostid, u2.lastpostid),  
-
{{{threadid|}}}family=Family,
+
{{{threadid|}}}usergroupid=COALESCE(u1.usergroupid, u2.usergroupid),  
-
{{{threadid|}}}kith=Kith,
+
{{{threadid|}}}posts=COALESCE(u1.posts, u2.posts),
-
{{{threadid|}}}dualkith=DualKith,
+
{{{threadid|}}}venue=Venue,  
-
{{{threadid|}}}organization=Organization,
+
{{{threadid|}}}family=IF(Family IS NULL OR Family = '', 'None', Family),
-
{{{threadid|}}}presence=Presence,
+
{{{threadid|}}}organization=IF(Organization IS NULL OR Organization = '', 'None', Organization),
-
{{{threadid|}}}adv=Power,
+
{{{threadid|}}}dualkith=IF(DualKith IS NULL OR DualKith = '', 'None', DualKith),
-
{{{threadid|}}}username=characters.char_name,
+
{{{threadid|}}}kith=Kith,
-
{{{threadid|}}}mainname=characters.username,
+
{{{threadid|}}}presence=Presence,  
-
{{{threadid|}}}mainid=characters.userid,
+
{{{threadid|}}}adv=Power,  
-
{{{threadid|}}}forumid=char_userid,
+
{{{threadid|}}}faceclaim=faceclaim,
-
{{{threadid|}}}avatar=customavatar.visible,
+
{{{threadid|}}}username=characters.char_name,  
-
{{{threadid|}}}ppic=customprofilepic.visible,
+
{{{threadid|}}}mainname=characters.username,  
-
{{{threadid|}}}refinement=Refinement,
+
{{{threadid|}}}mainid=characters.userid,  
-
{{{threadid|}}}status=CASE Status WHEN 'Active' THEN 'Active' WHEN 'Deceased' THEN 'Deceased' ELSE 'Inactive' END,
+
{{{threadid|}}}forumid=IF(char_userid IS NULL OR char_userid = '', '0', char_userid),
-
{{{threadid|}}}citylabel=CASE Venue WHEN 'Changeling' THEN 'Freehold' WHEN 'Mage' THEN 'Consilium' WHEN 'Vampire' THEN 'Domain'  ELSE 'City' END,
+
{{{threadid|}}}lastpost=COALESCE(u1.lastpost, u2.lastpost),
-
{{{threadid|}}}refinementlabel=CASE Venue WHEN 'Changeling' THEN 'Entitlement' WHEN 'Mage' THEN 'Legacy' WHEN 'Vampire' THEN 'Bloodline' WHEN 'Werewolf' THEN 'Lodge' ELSE 'Refinement' END,
+
{{{threadid|}}}joindate=COALESCE(u1.joindate, u2.joindate),
-
{{{threadid|}}}organizationlabel=CASE Venue WHEN 'Changeling' THEN 'Court' WHEN 'Mage' THEN 'Order' WHEN 'Vampire' THEN 'Covenant' WHEN 'Werewolf' THEN 'Tribe' WHEN 'Hunter' THEN 'Conspiracy' ELSE 'Org.' END,
+
{{{threadid|}}}avatar=customavatar.visible, {{{threadid|}}}ppic=customprofilepic.visible, {{{threadid|}}}refinement=Refinement, {{{threadid|}}}oneaccount=(CASE WHEN characters.userid = characters.char_userid THEN 'Yes' ELSE 'No' END), {{{threadid|}}}status=(CASE Status WHEN 'Active' THEN 'Active' WHEN 'Deceased' THEN 'Deceased' ELSE 'Inactive' END), {{{threadid|}}}troupelabel=(CASE Venue WHEN 'Changeling' THEN 'Motley' WHEN 'Mage' THEN 'Cabal' WHEN 'Vampire' THEN 'Coterie' WHEN 'Werewolf' THEN 'Pack' WHEN 'Hunter' THEN 'Cell' ELSE NULL END), {{{threadid|}}}citylabel=(CASE Venue WHEN 'Changeling' THEN 'Freehold' WHEN 'Mage' THEN 'Consilium' WHEN 'Vampire' THEN 'Domain'  ELSE 'City' END), {{{threadid|}}}refinementlabel=(CASE Venue WHEN 'Changeling' THEN 'Entitlement' WHEN 'Mage' THEN 'Legacy' WHEN 'Vampire' THEN 'Bloodline' WHEN 'Werewolf' THEN 'Lodge' ELSE 'Refinement' END), {{{threadid|}}}organizationlabel=(CASE Venue WHEN 'Changeling' THEN 'Court' WHEN 'Mage' THEN 'Order' WHEN 'Vampire' THEN 'Covenant' WHEN 'Ghoul' THEN 'Covenant' WHEN 'Werewolf' THEN 'Tribe' WHEN 'Hunter' THEN 'Conspiracy' ELSE 'Org.' END), {{{threadid|}}}familylabel=(CASE Venue WHEN 'Changeling' THEN 'Seeming' WHEN 'Mage' THEN 'Path' WHEN 'Vampire' THEN 'Clan' WHEN 'Ghoul' THEN 'Clan' WHEN 'Werewolf' THEN 'Auspice' WHEN 'Hunter' THEN 'Compact' ELSE 'Family' END), {{{threadid|}}}powerlabel=(CASE Venue WHEN 'Changeling' THEN 'Wyrd' WHEN 'Mage' THEN 'Gnosis' WHEN 'Vampire' THEN 'Blood Potency' WHEN 'Werewolf' THEN 'Primal Urge' ELSE NULL END)
-
{{{threadid|}}}familylabel=CASE Venue WHEN 'Changeling' THEN 'Seeming' WHEN 'Mage' THEN 'Path' WHEN 'Vampire' THEN 'Clan' WHEN 'Werewolf' THEN 'Auspice' WHEN 'Hunter' THEN 'Compact' ELSE 'Family' END,
+
}}<!-- DB FOR AWARDS -->{{#get_db_data:db=nwod
-
{{{threadid|}}}powerlabel=CASE Venue WHEN 'Changeling' THEN 'Wyrd' WHEN 'Mage' THEN 'Gnosis' WHEN 'Vampire' THEN 'Blood Potency' WHEN 'Werewolf' THEN 'Primal Urge' ELSE NULL END
+
|from=rank_user JOIN rank ON rank.rank_id = rank_user.rank_id
-
}}
+
|where=rank_user.userid='{{#external_value: {{{threadid|}}}forumid }}'
-
</includeonly>[[Category:Player Use Templates]]
+
|data={{{threadid|}}}rankname=rank_name,
 +
{{{threadid|}}}rankimage=rank_img_url
 +
}}{{#set:
 +
forumid={{#external_value: {{{threadid|}}}forumid }}
 +
|PlayerID={{#external_value:{{{threadid|}}}mainid}}
 +
|threadid={{#external_value: {{{threadid|}}}threadid }}
 +
|oneaccount={{#external_value: {{{threadid|}}}oneaccount }}
 +
|Last Post=[http://nwod.org/forum/showpost.php?p={{#external_value:{{{threadid|}}}lastpostid}} Last Post]
 +
|Presence={{#external_value:{{{threadid|}}}presence}}
 +
|Character Name={{#external_value: {{{threadid|}}}username}}
 +
|Avatar={{#external_value:{{{threadid|}}}faceclaim}}
 +
|PC or NPC=PC
 +
|Lived In=Sacramento
 +
|Secondary Picture={{{pic2|}}}
 +
|Character Status={{#external_value:{{{threadid|}}}status}}
 +
|Presence={{#external_value:{{{threadid|}}}presence}}
 +
|Character Type={{#external_value:{{{threadid|}}}venue}}
 +
|Venue={{#external_value:{{{threadid|}}}venue}}
 +
|{{#external_value:{{{threadid|}}}organizationlabel}}={{#external_value:{{{threadid|}}}organization}}
 +
|Player=User:{{#external_value:{{{threadid|}}}mainname}}
 +
|{{#external_value:{{{threadid|}}}familylabel}}={{#external_value:{{{threadid|}}}family}}
 +
}}{{#if: {{#external_value: {{{threadid|}}}troupe }} |{{#set: {{#external_value:{{{threadid|}}}troupelabel}}={{#external_value:{{{threadid|}}}troupe}} }} | }}{{#if: {{#external_value: {{{threadid|}}}lastpost }} |{{#set:Sacramento End={{#time: M-d-Y|@{{#external_value: {{{threadid|}}}lastpost }}}} }} | }}{{#if: {{#external_value: {{{threadid|}}}lastpost }} |{{#set:Posted={{#time: Y-m-d|@{{#external_value: {{{threadid|}}}lastpost }}}}  }}|}}{{#if: {{#external_value: {{{threadid|}}}lastvisit }} |{{#set:Online={{#time: Y-m-d|@{{#external_value: {{{threadid|}}}lastvisit }}}}  }}|}}{{#if: {{#external_value: {{{threadid|}}}joindate }} |{{#set:Sacramento Start={{#time: Y-m-d|@{{#external_value:{{{threadid|}}}joindate}}}}  }}|}}{{#if: {{#external_value: {{{threadid|}}}joindate }} |{{#set:Tenure={{#expr: {{#expr: {{#external_value: {{{threadid|}}}lastpost }}-{{#external_value: {{{threadid|}}}joindate }} }} / 31556926 round 1 }} }} | }}<div class="{{#external_value: {{{threadid|}}}venue}}page chartempwrapper {{#external_value: {{{threadid|}}}venue}}back" style="min-width: 600px; position: relative; margin-top: -73px; border-top-right-radius: 0px !important; border-top-left-radius: 0px !important;">
 +
{{#switch:{{{pic2|}}}
 +
|Yes=<div style="float: left;"><div style="height: 200px; overflow: hidden;">[[Image:{{#external_value: {{{threadid|}}}username}}_2.jpg|x200px|Click here to upload portrait.]]</div></div> |}}<div class="chartempquotestatus" style="float: right; right: 240px !important;" >[[Template:Char|<span title="View this template">v</span>]]&nbsp;·&nbsp;[[Template_talk:Char|<span title="Talk page">t</span>]]&nbsp;·&nbsp;[{{fullurl:{{transclude|Template:Char}}|action=edit}} <span style="text-decoration: none" title="Edit this template">e</span>]</div>
 +
<div style="float: right; width: 200px; margin-right: 3px; margin-left: 20px;" id="newcharsidebar" >
 +
<div style="height: 200px; overflow: hidden;">[[Image:{{#external_value: {{{threadid|}}}username}}.jpg|200px|Click here to upload portrait.]]</div>
 +
{{#ifexpr: {{#external_value: {{{threadid|}}}forumid }} >= 1 |<div style="height: 100px; overflow: hidden; float: right; margin-top: -5px;">
 +
<html>
 +
<a href="http://nwod.org/forum/member.php?</html>{{#external_value: {{{threadid|}}}forumid }}<html>"><img src="http://nwod.org/forum/image.php?u=</html>{{#external_value: {{{threadid|}}}forumid }}<html>" title="View Forum Profile Page" alt="View Forum Profile Page" style="min-height: 100px; width: 100px;" /></a>
 +
</html>
 +
</div>|}}{{#ifeq: {{#external_value: {{{threadid|}}}avatar }}| 1 |<div style="height: 100px; overflow: hidden; float: right; margin-top: -5px;">
 +
<html>
 +
<a href="http://nwod.org/forum/member.php?</html>{{#external_value: {{{threadid|}}}mainid }}<html>"><img src="http://nwod.org/forum/image.php?u=</html>{{#external_value: {{{threadid|}}}mainid }}<html>" title="Created By </html>{{#external_value: {{{threadid|}}}mainname }}<html>" style="min-height: 100px; width: 100px;" /></a>
 +
</html>
 +
</div>|<div style="height: 30px; width: 200px; float: right; background: rgba(0,0,0,.5); text-align: center;">
 +
<html><a href="http://nwod.org/forum/member.php?</html>{{#external_value: {{{threadid|}}}mainid }}<html>"></html>Created By {{#external_value: {{{threadid|}}}mainname }}<html></a></html>
 +
</div>}}{{TOC left}}{{#if: {{#external_value: {{{threadid|}}}ppic }} |<div style="width: 200px; float: right; margin-top: -20px;"><html>
 +
<a href="http://nwod.org/forum/member.php?</html>{{#external_value: {{{threadid|}}}forumid }}<html>"><img src="http://nwod.org/forum/image.php?u=</html>{{#external_value: {{{threadid|}}}forumid }}<html>&type=profile" title="View Forum Profile Page" alt="View Forum Profile Page" style="width: 200px;" /></a>
 +
</html></div>|}}
 +
<div style="clear: both;"></div>
 +
</div>
 +
<table class="charnewtable{{#external_value: {{{threadid|}}}venue}}" cellspacing="0" style="width: auto !important; {{#switch:{{{pic2|}}}
 +
|Yes=height: 200px; |}}" >
 +
<tr style="vertical-align: middle;">
 +
<td style="">{{#switch: {{#external_value: {{{threadid|}}}venue}}
 +
|Vampire={{#switch: {{#external_value: {{{threadid|}}}mask}}
 +
|Yes={{#set:Blood Potency=Obfuscated}}
 +
|#default={{#set:Blood Potency={{#external_value: {{{threadid|}}}adv}}}}<div style="position: absolute; left: 15px; top: 10px;" ><html><img src="http://nwod.org/forum/images/icons/fuel/blank-</html>{{#external_value: {{{threadid|}}}adv}}<html>.png" title="Blood Potency" /></html></div>
 +
}}|}}
 +
</td>
 +
<td class="Magefont" style="padding: 0px 10px; width: 100%; background: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,.9), rgba(255,0,0,0));">
 +
<div class="center {{#external_value: {{{threadid|}}}venue}}color font200" style="padding-top: 5px;" >{{#external_value: {{{threadid|}}}username}}</div>
 +
{{#if:{{{Quote|}}}
 +
|<div class="center font150 italic" style="">{{{Quote|}}}</div>
 +
|{{#if:{{#external_value: {{{threadid|}}}orgtitle}}
 +
|<div class="center font150 italic" style="">{{#external_value: {{{threadid|}}}orgtitle}}</div>
 +
|<div class="center font150" style="">{{#external_value: {{{threadid|}}}usertitle}}</div>
 +
}}
 +
}}
 +
<div style="text-align: center;">{{#for_external_table: <div style="display: inline; padding-left: 3px;" ><html><a href="http://nwod.org/forum/member.php?</html>{{#external_value: {{{threadid|}}}forumid }}<html>&tab=myranks" title="</html>{{{{{{threadid|}}}rankname}}}<html>"><img class="char_rankimage" src="http://nwod.org/forum/</html>{{{{{{threadid|}}}rankimage}}}<html>" /></a></html></div> }}
 +
</div>
 +
{{#switch: {{#external_value: {{{threadid|}}}venue}}
 +
|Ensorcelled=
 +
|Geist=
 +
|Ghoul=
 +
|Hunter=<table style="width: 100%; table-layout: fixed; text-align: center; margin-top: -1px;" id="basicinfo" >
 +
<tr style="font-size: 30px;">
 +
<td>
 +
<div>[[{{#external_value: {{{threadid|}}}familylabel}} Status::{{#if: {{#external_value: {{{threadid|}}}statusfamily}} |{{#external_value: {{{threadid|}}}statusfamily}}|0}}]]</div>
 +
</td>
 +
</tr>
 +
<tr style="text-transform: uppercase; font-weight: bold;">
 +
<td>[[{{#external_value: {{{threadid|}}}family}}]]</td>
 +
</tr>
 +
</table>
 +
|Mortal=
 +
|Promethean=
 +
|Proximi=
 +
|Sleepwalker=
 +
|Wolf-Blooded=
 +
|Werewolf=<table style="width: 100%; table-layout: fixed; text-align: center; margin-top: -1px;" id="basicinfo" >
 +
<tr style="font-size: 30px;">
 +
<td>
 +
<div>[[Cunning::{{#external_value: {{{threadid|}}}cunning}}]]</div>
 +
</td>
 +
<td>
 +
<div>[[Glory::{{#external_value: {{{threadid|}}}glory}}]]</div>
 +
</td>
 +
<td>
 +
<div>[[Honor::{{#external_value: {{{threadid|}}}honor}}]]</div>
 +
</td>
 +
<td>
 +
<div>[[Purity::{{#external_value: {{{threadid|}}}purity}}]]</div>
 +
</td>
 +
<td>
 +
<div>[[Wisdom::{{#external_value: {{{threadid|}}}wisdom}}]]</div>
 +
</td>
 +
</tr>
 +
<tr style="text-transform: uppercase; font-weight: bold;">
 +
<td>[[Cunning]]</td>
 +
<td>[[Glory]]</td>
 +
<td>[[Honor]]</td>
 +
<td>[[Purity]]</td>
 +
<td>[[Wisdom Renown|Wisdom]]</td>
 +
</tr>
 +
<tr>
 +
<td colspan="5" style="font-weight: bold; letter-spacing: 3px;">
 +
<div style="width: 30%; display:inline-block; text-align: left;">
 +
[[Auspice::{{#external_value: {{{threadid|}}}family}}]]
 +
</div>
 +
<div style="width: 30%; display:inline-block; text-align: center; background: rgba(0,0,0,.5);">
 +
{{#if: {{#external_value: {{{threadid|}}}troupe}} | [[Pack::{{#external_value: {{{threadid|}}}troupe}}]] | [[Pack::Packless]] }}
 +
</div>
 +
<div style="width: 30%; display:inline-block; text-align: right;">
 +
[[Tribe::{{#external_value: {{{threadid|}}}organization}}]]
 +
</div>
 +
</td>
 +
</tr>
 +
</table>
 +
|#default=<table style="width: 100%; table-layout: fixed; text-align: center; margin-top: -1px;" id="basicinfo" >
 +
<tr style="font-size: 30px;">
 +
<td>
 +
<div>[http://nwod.org/forum/{{#external_value: {{{threadid|}}}venue}}list.php [[{{#external_value: {{{threadid|}}}citylabel}} Status::{{#if: {{#external_value: {{{threadid|}}}statusvenue}} |{{#external_value: {{{threadid|}}}statusvenue}}|0}}]]]</div>
 +
</td>
 +
<td>
 +
{{#switch: {{#external_value: {{{threadid|}}}venue}}
 +
|Changeling=
 +
 +
<div style="font-size: 16px; font-weight: bold; white-space: nowrap;">[[Kith Primary::{{#external_value: {{{threadid|}}}kith}}]]{{#set:Kith={{#external_value: {{{threadid|}}}kith}} }}</div>
 +
 +
{{#ifeq: {{#external_value: {{{threadid|}}}dualkith}}
 +
|None
 +
|
 +
|<div style="font-size: 16px; font-weight: bold; white-space: nowrap;">[[Dual Kith::{{#external_value: {{{threadid|}}}dualkith}}]] {{#set:Kith={{#external_value: {{{threadid|}}}dualkith}} }}</div>
 +
}}
 +
 +
|<div>[[{{#external_value: {{{threadid|}}}familylabel}} Status::{{#if: {{#external_value: {{{threadid|}}}statusfamily}} |{{#external_value: {{{threadid|}}}statusfamily}}|0}}]]</div>
 +
}}
 +
</td>
 +
<td>
 +
{{#switch: {{#external_value: {{{threadid|}}}venue}}
 +
|Changeling=<div>[http://nwod.org/forum/{{#external_value: {{{threadid|}}}venue}}list.php [[Mantle::{{#if: {{#external_value: {{{threadid|}}}statusorganization}} |{{#external_value: {{{threadid|}}}statusorganization}}|0}}]]]</div>
 +
|<div>[http://nwod.org/forum/{{#external_value: {{{threadid|}}}venue}}list.php [[{{#external_value: {{{threadid|}}}organizationlabel}} Status::{{#if: {{#external_value: {{{threadid|}}}statusorganization}} |{{#external_value: {{{threadid|}}}statusorganization}}|0}}]]]</div>
 +
}}
 +
</td>
 +
</tr>
 +
<tr style="text-transform: uppercase; font-weight: bold;">
 +
<td>[[{{#external_value: {{{threadid|}}}citylabel}}]]</td>
 +
<td>[[{{#external_value: {{{threadid|}}}family}}]]</td>
 +
<td style="white-space: nowrap;">{{#switch: {{#external_value: {{{threadid|}}}organization}}
 +
|Adamantine Arrow=[[Adamantine Arrow|Arrow]]
 +
|Carthian Movement=[[Carthian Movement|CARTHIAN]]
 +
|Circle of the Crone=[[Circle of the Crone|CRONE]]
 +
|Guardians of the Veil=[[Guardians of the Veil|Guardian]]
 +
|#default=[[{{#external_value: {{{threadid|}}}organization}}]]
 +
}}
 +
</td>
 +
</tr>
 +
</table>
 +
}}
 +
</td>
 +
<td style="width: 200px;">
 +
</td>
 +
</tr>
 +
</table>{{#ifexpr: {{#if: {{{box1|}}} |1|0 }} + {{#if: {{{box2|}}} |1|0 }} + {{#if: {{{box3|}}} |1|0 }} > 0
 +
|<div style="width: calc(100% - 223px); padding-top: 5px;" ><table cellpadding="0" cellspacing="0" style="height: 100%; width: 100%; table-layout: fixed; text-align: center;"><tr>
 +
{{#if: {{{box1|}}} |<td><div style="height: 100%; background: rgba(0,0,0,.5); padding: 5px 10px; margin-right: 4px;">{{{box1|}}}</div></td>|}}
 +
{{#if: {{{box2|}}} |<td><div style="height: 100%; background: rgba(0,0,0,.5); padding: 5px 10px; margin-right: 2px; margin-left: 2px;">{{{box2|}}}</div></td>|}}
 +
{{#if: {{{box3|}}} |<td><div style="height: 100%; background: rgba(0,0,0,.5); padding: 5px 10px; margin-left: 4px;">{{{box3|}}}</div></td>|}}
 +
</tr></table></div>
 +
|
 +
}}<div style="padding-top:10px;" ></includeonly><noinclude>{{documentation}}[[Category:Player Use Templates]]</noinclude>

Latest revision as of 14:43, 12 July 2017

[edit] [purge] Template documentation

This is the new character template that pulls information from the character database rather than being inputted manually or scraping minisheets.

It requires the character sheet number, and support flags for Avatar (Face Claim), Quote and pic2 (for Werewolves and Changelings). Three optional 'boxes' can be displayed. It should be used at the very top of the page in the following format:

{{Char
|threadid = 23
|Avatar = Gavin Rossdale
|pic2 = No
|box1 = foo
|box2 = bar
|box3 = foobar
|Quote = Lorna, smile upon your least favorite but best looking son tonight...
}}

Pages using this template should 'close' the page with the appropriate venue footer.

Example of options:

Template Char 1.jpg

Personal tools
Namespaces
Variants
Actions
Navigation
games
Toolbox