Template:Char
From Edge of Darkness Wiki
Char
Line 16: | Line 16: | ||
{{{threadid|}}}lastpostid=COALESCE(u1.lastpostid, u2.lastpostid), | {{{threadid|}}}lastpostid=COALESCE(u1.lastpostid, u2.lastpostid), | ||
{{{threadid|}}}usergroupid=COALESCE(u1.usergroupid, u2.usergroupid), | {{{threadid|}}}usergroupid=COALESCE(u1.usergroupid, u2.usergroupid), | ||
- | {{{threadid|}}}posts=COALESCE(u1.posts, u2.posts), | + | {{{threadid|}}}posts=COALESCE(u1.posts, u2.posts), |
{{{threadid|}}}venue=Venue, | {{{threadid|}}}venue=Venue, | ||
{{{threadid|}}}family=Family, | {{{threadid|}}}family=Family, | ||
Line 30: | Line 30: | ||
{{{threadid|}}}avatar=customavatar.visible, | {{{threadid|}}}avatar=customavatar.visible, | ||
{{{threadid|}}}ppic=customprofilepic.visible, | {{{threadid|}}}ppic=customprofilepic.visible, | ||
- | {{{threadid|}}}refinement=Refinement, | + | {{{threadid|}}}refinement=Refinement, |
- | {{{threadid|}}} | + | {{{threadid|}}}oneaccount=CASE WHEN characters.userid = characters.char_userid THEN 'yes' ELSE 'no' END AS oneaccount, |
- | + | {{{threadid|}}}status=CASE Status WHEN 'Active' THEN 'Active' WHEN 'Deceased' THEN 'Deceased' ELSE 'Inactive' END AS status, | |
- | {{{threadid|}}} | + | {{{threadid|}}}citylabel=CASE Venue WHEN 'Changeling' THEN 'Freehold' WHEN 'Mage' THEN 'Consilium' WHEN 'Vampire' THEN 'Domain' ELSE 'City' END AS citylabel |
- | {{{threadid|}}} | + | |
- | + | ||
- | + | ||
}} | }} | ||