Template:MemberBox: Difference between revisions

From Hack Forums Wiki
Roger Waters (talk | contribs)
No edit summary
Roger Waters (talk | contribs)
No edit summary
Line 164: Line 164:
{{#if:{{{IsModerator|}}}{{{IsStaff|}}}{{{IsMentor|}}}{{{IsAdmin|}}}|{{ModNavbox}}|{{Empty}}}}
{{#if:{{{IsModerator|}}}{{{IsStaff|}}}{{{IsMentor|}}}{{{IsAdmin|}}}|{{ModNavbox}}|{{Empty}}}}
{{#switch:{{{Status|}}}|Closed=[[Category:Closed Members]]|Deleted=[[Category:Deleted Members]]|Banned=[[Category:Banned Members]]}}
{{#switch:{{{Status|}}}|Closed=[[Category:Closed Members]]|Deleted=[[Category:Deleted Members]]|Banned=[[Category:Banned Members]]}}
{{#switch:{{{JoinYear|}}}|2007=[[Category:2007 Members]]|}}|2008=[[Category:2008 Members]]|}}|2009=[[Category:2009 Members]]|}}||2010=[[Category:2010 Members]]|}}|2011=[[Category:2011 Members]]|}}|2012=[[Category:2012 Members]]|}}|2013=[[Category:2013 Members]]|}}|2014=[[Category:2014 Members]]|}}|2015=[[Category:2015 Members]]|}}
{{#switch:{{{JoinYear|}}}|2007=[[Category:2007 Members]]|2008=[[Category:2008 Members]]|2009=[[Category:2009 Members]]|2010=[[Category:2010 Members]]|2011=[[Category:2011 Members]]|2012=[[Category:2012 Members]]|2013=[[Category:2013 Members]]|2014=[[Category:2014 Members]]|2015=[[Category:2015 Members]]|}}
{{DEFAULTSORTKEY:{{{Username}}}}}
{{DEFAULTSORTKEY:{{{Username}}}}}
{{DEFAULTSORT:{{{Username}}}}}
{{DEFAULTSORT:{{{Username}}}}}

Revision as of 18:48, 22 July 2015


This template is to be used on pages that describe Members of Hack Forums. Do not use this template on any other page.

Documentation

Username

This is the current username of the Hack Forums user in question.

UID

This is the UserID of the Hack Forums user in question. This will never change, except if the user was merged with another user.

JoinDate

The Join Date of the user (date only, time not necessary) in question.

Status

The Status of the user. Possible arguments are Active, Inactive, Banned, and Closed.

IsStaff

If the user is or was a Staff member at any point in time, this must be given an argument of True.

IsAdmin

If the user is or was an Administrator at any point in time, this must be given an argument of True.

IsMentor

If the user is or was a Mentor at any point in time, this must be given an argument of True.

IsModerator

If the user is or was a Moderator at any point in time, this must be given an argument of True.

IsOMC

If the user is or was an Omnicoin Team Member at any point in time, this must be given an argument of True.

IsWriter

If the user is or was a member of Writers for a significant amount of time, this must be given an argument of True.

Biography vs History

Biography is meant to be written like a legitimate article. History is just meant to be brief bullet points that covers the user's history in a TL;DR format while not skimping out on anything.

Biography

A biography of the user; what do they come to HF for? What are they involved in?

History

Bullet point timeline of their history on HF; significant events, groups they were involved in, etc.

PersonComm

Contributions, personal things, interests, and trivia about the person.

AwardNameN

Where N is a number from 1 to (and including) 30

Here, up to thirty of a user's awards can be specified. They will be displayed in two places: in the right-hand profile box that visually displays the awards, and in the user's navigation box that lists them in text format.

GroupNameN

Where N is a number from 1 to (and including) 15

Here, up to fifteen of a user's groups can be specified. They will be displayed in two places: in the right-hand profile box that visually displays the awards, and in the user's navigation box that lists them in text format.

AliasN

Where N is a number from 1 to (and including) 5

Here, up to five of a user's notable aliases are included in their user box on the right hand side.

{{MemberBox
| Username    = 
| UserID      = 
| JoinDate    = 
| Status      = 
| IsAdmin     = 
| IsStaff     = 
| IsModerator = 
| IsMentor    = 
| IsWriter    = 
| IsOMC       = 
| Biography   = 
| History     = 
| PersonComm  = 
| Alias1      = 
| Alias2      = 
| Alias3      = 
| Alias4      = 
| AwardName1  = 
| AwardName2  = 
| AwardName3  = 
| GroupName1  = 
| GroupName2  = 
| GroupName3  = 
| GroupName4  = 
}}
{{MemberBox
| Username    = Username
| UserID      = Leave Blank / UID / Username
| JoinDate    = MM-DD-YYYY
| Status      = Active / Inactive / Banned / Closed
| IsAdmin     = <!-- Leave blank if member is not a part of this -->
| IsStaff     = <!-- Leave blank if member is not a part of this -->
| IsModerator = <!-- Leave blank if member is not a part of this -->
| IsMentor    = <!-- Leave blank if member is not a part of this -->
| IsWriter    = <!-- Leave blank if member is not a part of this -->
| IsOMC       = <!-- Leave blank if member is not a part of this -->
| Biography   = <!-- Leave blank if nothing has been written -->
| History     = <!-- Leave blank if nothing has been written -->
| PersonComm  = <!-- Leave blank if nothing has been written -->
| Alias1      = 
| Alias2      =  
| Alias3      = 
| Alias4      = 
| AwardName1  = <!--Leave Blank / Sapphire of Ub3r / Support Feather / etc.-->
| AwardName2  = 
| AwardName3  = 
| GroupName1  = <!--Leave Blank / L33t / Ub3r / etc.-->
| GroupName2  = 
| GroupName3  = 
| GroupName4  = 
}}