Difference between revisions of "User:Deantwo"

From MafiaWiki
Jump to: navigation, search
(Dean's 3rd Version)
(Project: just me messing around with my page...)
Line 27: Line 27:
  
 
==Project==
 
==Project==
just something i am trying to make... i think it'd be more useful then the current [[Template:RoleNavigator]]... but i don't wanna change it with-out feedback... and make sure it's even correct
+
just something i am trying to make a better [[Template:RoleNavigator]]... cause i am bored...
  
 
and i also kinda can't edit the [[Template:RoleNavigator]] ^^; it seems to be locked for normal users
 
and i also kinda can't edit the [[Template:RoleNavigator]] ^^; it seems to be locked for normal users
  
===Deantwo's First Version===
+
===Dean's Version===
the '''First Version''' is a static list... it'll have to be updated everything a new role is added to the game... but it makes it easier to add little info like what roles are [[:Category:Killing Roles|Killing Roles]] or [[:Category:Unique Roles|Unique Roles]] and so... but it'd have to be maintained by an admin
+
 
+
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
+
|-
+
! colspan="3" style="background: lightblue; color: Black" | Roles
+
|-
+
|
+
!Power Roles
+
!Support Roles
+
|-
+
! style="background: lightgreen; color: black" | Town Basic
+
|[[Sheriff]], [[Investigator]], [[Doctor]], [[Detective]], [[Lookout]]
+
|[[Citizen]], [[Mason]], [[Escort]]
+
|-
+
! style="background: lightgreen; color: black" | Town Adv
+
|[[Vigilante]] (K), [[Bus Driver]], [[Mayor]] (U), [[Mason Leader]] (U)
+
|[[Coroner]], [[Spy]], [[Jailor]] (K), [[Bodyguard]] (K), [[Veteran]] (K)
+
|-
+
! style="background: salmon; color: black" | Mafia Basic
+
|[[Consigliere]], [[Mafioso]] (K)
+
|[[Consort]]
+
|-
+
! style="background: salmon; color: black" | Mafia Adv
+
|[[Godfather]] (K,U), [[Janitor]], [[Disguiser]] (K)
+
|[[Framer]], [[Blackmailer]]
+
|-
+
|
+
!Evil Roles
+
!Benign Roles
+
|-
+
! style="background: lightgrey; color: black" | Neutral Basic
+
|[[Serial Killer]] (K), [[Cultist]]
+
|[[Jester]], [[Survivor]]
+
|-
+
! style="background: lightgrey; color: black" | Neutral Adv
+
|[[Arsonist]] (K), [[Witch]]
+
|[[Executioner]], [[Amnesiac]]
+
 
+
|-
+
! colspan="3" style="background: lightblue; color: Black" | K = [[:Category:Killing Roles|Killing Role]], U = [[:Category:Unique Roles|Unique Role]]
+
|}
+
 
+
===Deantwo's Second Version===
+
the '''Second Version''' is easy to maintain... the list is a [http://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) DynamicPageList] and will automatically fill in all the roles that are in the correct categories... but i have nowhere to put the info about what roles are [[:Category:Killing Roles|Killing Roles]] or [[:Category:Unique Roles|Unique Roles]]... unless just writing it at the buttom
+
 
+
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
+
|-
+
! colspan="3" style="background: lightblue; color: Black" | Roles
+
|-
+
|
+
!Power Roles
+
!Support Roles
+
|-
+
! style="background: lightgreen; color: black" | Town Basic
+
||
+
<DynamicPageList>
+
category = Town Roles
+
category = Basic Roles
+
category = Power Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
||
+
<DynamicPageList>
+
category = Town Roles
+
category = Basic Roles
+
category = Support Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
|-
+
! style="background: lightgreen; color: black" | Town Adv
+
||
+
<DynamicPageList>
+
category = Town Roles
+
category = Advanced Roles
+
category = Power Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
||
+
<DynamicPageList>
+
category = Town Roles
+
category = Advanced Roles
+
category = Support Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
|-
+
! style="background: salmon; color: black" | Mafia Basic
+
||
+
<DynamicPageList>
+
category = Mafia Roles
+
category = Basic Roles
+
category = Power Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
||
+
<DynamicPageList>
+
category = Mafia Roles
+
category = Basic Roles
+
category = Support Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
|-
+
! style="background: salmon; color: black" | Mafia Adv
+
||
+
<DynamicPageList>
+
category = Mafia Roles
+
category = Advanced Roles
+
category = Power Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
||
+
<DynamicPageList>
+
category = Mafia Roles
+
category = Advanced Roles
+
category = Support Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
|-
+
|
+
!Evil Roles
+
!Benign Roles
+
|-
+
! style="background: lightgrey; color: black" | Neutral Basic
+
||
+
<DynamicPageList>
+
category = Neutral Roles
+
category = Basic Roles
+
category = Evil Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
||
+
<DynamicPageList>
+
category = Neutral Roles
+
category = Basic Roles
+
category = Benign Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
|-
+
! style="background: lightgrey; color: black" | Neutral Adv
+
||
+
<DynamicPageList>
+
category = Neutral Roles
+
category = Advanced Roles
+
category = Evil Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
||
+
<DynamicPageList>
+
category = Neutral Roles
+
category = Advanced Roles
+
category = Benign Roles
+
mode = inline
+
order = ascending
+
</DynamicPageList>
+
|-
+
! colspan="3" style="background: lightblue; color: Black" | What to write here? nothing? yeah maybe i'll delete this line
+
|}
+
 
+
===Dean's 3rd Version===
+
 
ooh yeah... the whole Power/Support/Basic/Adv got removed ^^; back to the drawing borad... ... ... ok this version works nicely... but it's a little big... and i don't know why [[Coroner]] and [[Spy]] aren't listed in any of the random categories...
 
ooh yeah... the whole Power/Support/Basic/Adv got removed ^^; back to the drawing borad... ... ... ok this version works nicely... but it's a little big... and i don't know why [[Coroner]] and [[Spy]] aren't listed in any of the random categories...
  
Line 354: Line 185:
 
! colspan="2" style="background: lightblue; color: Black" | YAY! for new system! for some reason [[Coroner]] and [[Spy]] aren't listed in any of the random categories...
 
! colspan="2" style="background: lightblue; color: Black" | YAY! for new system! for some reason [[Coroner]] and [[Spy]] aren't listed in any of the random categories...
 
|}
 
|}
 
Typeless roles:
 
*Town:
 
<DynamicPageList>
 
category = Town Roles
 
notcategory = Town Core
 
notcategory = Town Investigative
 
notcategory = Town Protective
 
notcategory = Town Killing
 
notcategory = Town Power
 
namespace = (Main)
 
mode = inline
 
order = ascending
 
</DynamicPageList>
 
*Mafia:
 
<DynamicPageList>
 
category = Mafia Roles
 
notcategory = Mafia Killing
 
notcategory = Mafia Support
 
notcategory = Mafia Deception
 
notcategory = Role Types
 
namespace = (Main)
 
mode = inline
 
order = ascending
 
</DynamicPageList>
 
*Neutral:
 
<DynamicPageList>
 
category = Neutral Roles
 
notcategory = Neutral Killing
 
notcategory = Neutral Evil
 
notcategory = Neutral Benign
 
notcategory = Role Types
 
namespace = (Main)
 
mode = inline
 
order = ascending
 
</DynamicPageList>
 
  
 
===Current Version===
 
===Current Version===
just the current one that the wiki is using
+
just the current one that the wiki is using, just here so i can look at it as a reference.
  
 
{{RoleNavigator}}
 
{{RoleNavigator}}
Line 398: Line 193:
 
===Fixed Current Version===
 
===Fixed Current Version===
 
just a quick fix to the current [[Template:RoleNavigator]]... i simply replaced the "'''count = 100'''" with "'''namespace = (Main)'''" ^^
 
just a quick fix to the current [[Template:RoleNavigator]]... i simply replaced the "'''count = 100'''" with "'''namespace = (Main)'''" ^^
 +
*"'''count = 100'''" - is useless as the only thing is does is limit the list to not get longer then 100... why would that ever matter?
 +
*"'''namespace = (Main)'''" - makes it so that only ''normal'' pages are shown in the list... it will make the Categories not appear anymore ^^
  
 
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
Line 429: Line 226:
 
order = ascending
 
order = ascending
 
</DynamicPageList>
 
</DynamicPageList>
 +
|}
 +
 +
==Archive==
 +
just can't get my self to delete this... it's so pretty T_T
 +
 +
and this is my profile page... i guess i can put on it what i want ^^;
 +
 +
===Deantwo's First Project===
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
|-
 +
! colspan="3" style="background: lightblue; color: Black" | Roles
 +
|-
 +
|
 +
!Power Roles
 +
!Support Roles
 +
|-
 +
! style="background: lightgreen; color: black" | Town Basic
 +
|[[Sheriff]], [[Investigator]], [[Doctor]], [[Detective]], [[Lookout]]
 +
|[[Citizen]], [[Mason]], [[Escort]]
 +
|-
 +
! style="background: lightgreen; color: black" | Town Adv
 +
|[[Vigilante]] (K), [[Bus Driver]], [[Mayor]] (U), [[Mason Leader]] (U)
 +
|[[Coroner]], [[Spy]], [[Jailor]] (K), [[Bodyguard]] (K), [[Veteran]] (K)
 +
|-
 +
! style="background: salmon; color: black" | Mafia Basic
 +
|[[Consigliere]], [[Mafioso]] (K)
 +
|[[Consort]]
 +
|-
 +
! style="background: salmon; color: black" | Mafia Adv
 +
|[[Godfather]] (K,U), [[Janitor]], [[Disguiser]] (K)
 +
|[[Framer]], [[Blackmailer]]
 +
|-
 +
|
 +
!Evil Roles
 +
!Benign Roles
 +
|-
 +
! style="background: lightgrey; color: black" | Neutral Basic
 +
|[[Serial Killer]] (K), [[Cultist]]
 +
|[[Jester]], [[Survivor]]
 +
|-
 +
! style="background: lightgrey; color: black" | Neutral Adv
 +
|[[Arsonist]] (K), [[Witch]]
 +
|[[Executioner]], [[Amnesiac]]
 +
 +
|-
 +
! colspan="3" style="background: lightblue; color: Black" | K = [[:Category:Killing Roles|Killing Role]], U = [[:Category:Unique Roles|Unique Role]]
 
|}
 
|}

Revision as of 11:37, 19 August 2012

About Me

just call my Dean ^^

just rounded my 10.000 points!

i am dyslexic and write rather slowly...

Battle.Net

Server

EU

Name

Deantwo

Number

913

Favorite Roles

Hated Roles

Project

just something i am trying to make a better Template:RoleNavigator... cause i am bored...

and i also kinda can't edit the Template:RoleNavigator ^^; it seems to be locked for normal users

Dean's Version

ooh yeah... the whole Power/Support/Basic/Adv got removed ^^; back to the drawing borad... ... ... ok this version works nicely... but it's a little big... and i don't know why Coroner and Spy aren't listed in any of the random categories...

Roles
Town Roles
Town Core
Town Investigative Sheriff, Investigator, Detective, Lookout, Coroner
Town Protective Doctor, Escort, Bus Driver, Bodyguard
Town Killing Bodyguard, Vigilante, Jailor, Veteran
Town Power Jailor, Bus Driver, Veteran, Spy
Town "other" Citizen, Mason, Mayor, Mason Leader, Crier, Marshall, Stump
Mafia Roles
Mafia Killing Mafioso, Godfather, Disguiser, Kidnapper, Heartbreaker, Soldato
Mafia Support Consigliere, Consort, Blackmailer, Agent, Kidnapper, Caporegime, Heartbreaker, Soldato
Mafia Deception Framer, Janitor, Disguiser, Beguiler, Actress
Mafia "other"
Neutral Roles
Neutral Killing Serial Killer, Arsonist, Mass Murderer, Poisoner, Electromaniac
Neutral Evil Serial Killer, Arsonist, Witch, Cultist, Mass Murderer, Witch Doctor, Auditor, Judge, Scumbag, Electromaniac
Neutral Benign Survivor, Jester, Executioner, Amnesiac, Lover
Neutral "other"
YAY! for new system! for some reason Coroner and Spy aren't listed in any of the random categories...

Current Version

just the current one that the wiki is using, just here so i can look at it as a reference.

Roles
Town Bodyguard, Bus Driver, Citizen, Coroner, Crier, Detective, Doctor, Escort, Investigator, Jailor, Lookout, Marshall, Mason, Mason Leader, Mayor, Sheriff, Spy, Stump, Veteran, Vigilante
Mafia Actress, Agent, Beguiler, Blackmailer, Caporegime, Consigliere, Consort, Disguiser, Framer, Godfather, Heartbreaker, Janitor, Kidnapper, Mafioso, Soldato
Triad Administrator, Deceiver, Diva, Dragon Head, Enforcer, Forger, Incense Master, Informant, Interrogator, Liaison, Silencer, Vanguard
Neutral Amnesiac, Arsonist, Auditor, Cultist, Electromaniac, Executioner, Jester, Judge, Lover, Mass Murderer, Poisoner, Scumbag, Serial Killer, Survivor, Witch, Witch Doctor

Fixed Current Version

just a quick fix to the current Template:RoleNavigator... i simply replaced the "count = 100" with "namespace = (Main)" ^^

  • "count = 100" - is useless as the only thing is does is limit the list to not get longer then 100... why would that ever matter?
  • "namespace = (Main)" - makes it so that only normal pages are shown in the list... it will make the Categories not appear anymore ^^
Roles
Town: Citizen, Sheriff, Investigator, Vigilante, Doctor, Mason, Escort, Bus Driver, Coroner, Spy, Jailor, Mayor, Mason Leader, Detective, Lookout, Veteran, Bodyguard, Crier, Marshall, Stump
Mafia: Consigliere, Consort, Framer, Godfather, Janitor, Mafioso, Blackmailer, Disguiser, Beguiler, Kidnapper, Agent, Actress, Caporegime, Heartbreaker, Soldato
Neutral: Arsonist, Executioner, Jester, Serial Killer, Survivor, Witch, Cultist, Amnesiac, Mass Murderer, Witch Doctor, Auditor, Judge, Scumbag, Poisoner, Electromaniac, Lover

Archive

just can't get my self to delete this... it's so pretty T_T

and this is my profile page... i guess i can put on it what i want ^^;

Deantwo's First Project

Roles
Power Roles Support Roles
Town Basic Sheriff, Investigator, Doctor, Detective, Lookout Citizen, Mason, Escort
Town Adv Vigilante (K), Bus Driver, Mayor (U), Mason Leader (U) Coroner, Spy, Jailor (K), Bodyguard (K), Veteran (K)
Mafia Basic Consigliere, Mafioso (K) Consort
Mafia Adv Godfather (K,U), Janitor, Disguiser (K) Framer, Blackmailer
Evil Roles Benign Roles
Neutral Basic Serial Killer (K), Cultist Jester, Survivor
Neutral Adv Arsonist (K), Witch Executioner, Amnesiac
K = Killing Role, U = Unique Role