You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Death: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
m (removed 'the')
(add detection for "lynch")
Line 1: Line 1:
<includeonly>'''''{{{name|{{{1}}}}}}''''', a [[{{{role|{{{2}}}}}}|{{color|{{{rcolor|{{{4|000}}}}}}|{{ #if: {{{srole|{{{3| }}}}}}  |{{{srole|{{{3}}}}}}}} {{ #if: {{{role|{{{2| }}} }}} |'''{{{role|{{{2|}}}}}}'''| Nobody}}}}]], {{ #if: {{{mod|{{{5| }}} }}} |was killed by [[{{{mod|{{{5}}}}}}|{{color|{{{mcolor|{{{6|000}}}}}}|{{{mod|{{{5}}}}}}}}]] }}</includeonly><noinclude>
<includeonly>'''''{{{name|{{{1}}}}}}''''', a [[{{{role|{{{2}}}}}}|{{color|{{{rcolor|{{{4|000}}}}}}|{{ #if: {{{srole|{{{3| }}}}}}  |{{{srole|{{{3}}}}}}}} {{ #if: {{{role|{{{2| }}} }}} |'''{{{role|{{{2|}}}}}}'''| Nobody}}}}]], {{ #if: {{{mod|{{{5| }}} }}} |#ifeq: {{lc:{{{mod|{{{5}}}}}}}}}} |lynch| was [[Lynch]]ed |was killed by the [[{{{mod|{{{5}}}}}}|{{color|{{{mcolor|{{{6|000}}}}}}|{{{mod|{{{5}}}}}}}}]] }}}}</includeonly><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
Line 30: Line 30:
;mod
;mod
:''manner/method of death''
:''manner/method of death''
:How this player died: Lynching, Mafia, Serial Killer
:How this player died: Lynch, Mafia, Serial Killer
;mcolor
;mcolor
:The RGB color for the '''mod''' text
:The RGB color for the '''mod''' text

Revision as of 22:26, 23 August 2007

Usage

{{death
|name=
|role=
|srole=
|rcolor=
|mod=
|mcolor=
}}


Parameters

name
The name of the player who died
role
The role of the player who died
srole
Any sub-role of the role (optional)
rcolor
The RGB color for the role and srole text.
Note: an {{rgb}} template is included. Simply enter a color name directly.
rcolor=rrggbb (Note: omit the # symbol)
or
rcolor=rgb (Note: shorthand for 3 pairs, omit the # symbol)
or
rcolor=colorname
mod
manner/method of death
How this player died: Lynch, Mafia, Serial Killer
mcolor
The RGB color for the mod text
Note: an {{rgb}} template is included. Simply enter a color name directly.
mcolor=rrggbb (Note: omit the # symbol)
or
mcolor=rgb (Note: shorthand for 3 pairs, omit the # symbol)
or
mcolor=colorname

Examples

What you type What it looks like
{{death
|name= Aleyn
|role= Serial Killer
|srole=
|rcolor= green
|mod= Lynching
|mcolor= blue
}}

Aleyn, a Serial Killer,

  1. ifeq: lynching |lynch| was Lynched |was killed by the Lynching }}}}
{{death
|name= Aleyn
|role= Cop
|srole= Naive
|rcolor= blue
|mod= Mafia
|mcolor= red
}}

Aleyn, a Naive Cop,

  1. ifeq: mafia |lynch| was Lynched |was killed by the Mafia }}}}
{{death
|name= Aleyn
|role= Mafia
|srole= 
|rcolor= red
|mod= Serial Killer
|mcolor= green
}}

Aleyn, a Mafia,

  1. ifeq: serial killer |lynch| was Lynched |was killed by the Serial Killer }}}}

Using the template without naming the parameters:

Everything must be on the same line!

{{death|Aleyn|Mafia||red|Serial Killer|green}}

Aleyn, a Mafia,

  1. ifeq: serial killer |lynch| was Lynched |was killed by the Serial Killer }}}}