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

Template:Nchoice: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(improve color handling)
mNo edit summary
 
(42 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>*<span style="color:{{{rcolor|#000000}}}">'''{{{role|Unknown}}}''' {{ #ifeq: {{{srole| }}} | | |({{{srole}}})}}</span> ''{ {{{name(s)|Unknown }}} }'' | '''{{{target|Unknown}}}''' | <span style="color:{{{ocolor|#000000}}}">''{{{outcome|Unknown}}}''</span></includeonly><noinclude>{{TOCright}}This is a template for Night Choices in Games
<includeonly>*<span style="color:{{rgb|{{{rcolor|{{{2|000}}}}}}}}">''{{{role|{{{1|Role}}}}}}''</span> ('''{{{name|{{{3|Player}}}}}}''') - ''{{{target|{{{4|Target}}}}}}'' (<span style="color:{{rgb|{{{ocolor|{{{6|000}}}}}}}}">{{{outcome|{{{5|Result}}}}}}</span>)</includeonly>
<noinclude>
This is a template for Night Choices in Games


== Syntax ==
== Syntax ==
<pre>
<pre>
{{nchoice
{{nchoice
|role=
|role=  
|srole=
|srole=  
|rcolor=
|rcolor=  
|name(s)=
|name=  
|target=
|target=  
|outcome=
|outcome=  
|ocolor=
|ocolor=  
}}
}}
</pre>
</pre>
 
<pre>
{{nchoice|role= |srole= |rcolor= |name= |target= |outcome= |ocolor= }}
</pre>
<pre>
{{nchoice| | | | | | | }}
</pre>
== Parameters ==
== Parameters ==
The paramters of the template are as follows:
;role
 
:The role of the player who took this action
*role: the role of the player who took this action
;srole
*srole: any sub-role of the role  
:Any sub-role of the role (optional)
:'''Note:''' this parameter is optional
;rcolor
*rcolor: the RGB color for the "role" & "srole" text
:The RGB color for the '''role''' and '''srole''' text.
*name(s): the name(s) of the player who took this action
:''Note: an {{tlx|rgb}} template is included. Simply enter a color name directly.''
*target: the name of the player who was targeted by this action
::<code>rcolor=''rrggbb''</code> ''(Note: omit the # symbol)''
*outcome: The result of the action
:or
*ocolor: the RGB color for the "outcome" text
::<code>rcolor=''rgb''</code> ''(Note: shorthand for 3 pairs, omit the # symbol)''
:or
::<code>rcolor=''colorname''</code>
;name
:The name(s) of the player who took this action
;target
:The name of the player who was targeted by this action
;outcome
:The result of the action
;ocolor
:The RGB color for the '''outcome''' text
:''Note: an {{tlx|rgb}} template is included. Simply enter a color name directly.''
::<code>ocolor=''rrggbb''</code> ''(Note: omit the # symbol)''
:or
::<code>ocolor=''rgb''</code> ''(Note:  shorthand for 3 pairs, omit the # symbol)''
:or
::<code>ocolor=''colorname''</code>


== Examples ==
== Examples ==
{| border="1" cellpadding="2" cellspacing="0"
{| class="wikitable"
|-  
|-  
| width=50% | What you type
! width=30% | What you type
| width=50% | What it looks like
! width=70% | What it looks like
|-  
|-  
|
|
Line 37: Line 60:
|role= Cop
|role= Cop
|srole= Paranoid
|srole= Paranoid
|rcolor= #0000ff
|rcolor= 00f
|name(s)= LyingBrian
|name= LyingBrian
|target= SigmaEpsilon
|target= SigmaEpsilon
|outcome= GUILTY
|outcome= GUILTY
|ocolor= #aa0000
|ocolor= a00
}}
}}
</pre>
</pre>
Line 48: Line 71:
|role= Cop
|role= Cop
|srole= Paranoid
|srole= Paranoid
|rcolor= #0000ff
|rcolor= 00f
|name(s)= LyingBrian
|name= LyingBrian
|target= SigmaEpsilon
|target= SigmaEpsilon
|outcome= GUILTY
|outcome= GUILTY
|ocolor= #aa0000
|ocolor= a00
}}
}}
|-  
|-  
Line 61: Line 84:
|srole=  
|srole=  
|rcolor= green
|rcolor= green
|name(s)= LyingBrian
|name= LyingBrian
|target= SigmaEpsilon
|target= SigmaEpsilon
|outcome= FAILED
|outcome= FAILED
|ocolor= dark red
|ocolor= a00
}}
}}
</pre>
</pre>
Line 70: Line 93:
{{nchoice
{{nchoice
|role= Serial Killer
|role= Serial Killer
|srole= green
|srole=
|name(s)= LyingBrian
|rcolor= green
|name= LyingBrian
|target= SigmaEpsilon
|target= SigmaEpsilon
|outcome= FAILED
|outcome= FAILED
|ocolor= dark red
|ocolor= a00
}}
}}
|-
|-
Line 82: Line 106:
|role= Mafia
|role= Mafia
|srole= Sicilian
|srole= Sicilian
|rcolor= ff0000
|rcolor= darkred
|name(s)= LyingBrian - Mr. Flay
|name= LyingBrian - Mr. Flay
|target= SigmaEpsilon
|target= SigmaEpsilon
|outcome= SUCCESS
|outcome= SUCCESS
|ocolor= 00aa00
|ocolor= green
}}
}}
</pre>
</pre>
Line 93: Line 117:
|role= Mafia
|role= Mafia
|srole= Sicilain
|srole= Sicilain
|rcolor= red
|rcolor= darkred
|name(s)= LyingBrian - Mr. Flay
|name= LyingBrian - Mr. Flay
|target= SigmaEpsilon
|target= SigmaEpsilon
|outcome= SUCCESS
|outcome= SUCCESS
|ocolor= 00aa00
|ocolor= green
}}
}}
|}
|}
Using the template without naming the parameters:
'''Everything must be on the same line!'''
{| class="wikitable"
|-
|
<code><nowiki>
{{nchoice|Mafia||red|LyingBrian|SigmaEpsilon|SUCCESS|green}}
</nowiki></code>
|
{{nchoice|Mafia||red|LyingBrian|SigmaEpsilon|SUCCESS|green}}
|}
[[Category:Templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Latest revision as of 13:20, 29 August 2012


This is a template for Night Choices in Games

Syntax

{{nchoice
|role= 
|srole= 
|rcolor= 
|name= 
|target= 
|outcome= 
|ocolor= 
}}
{{nchoice|role= |srole= |rcolor= |name= |target= |outcome= |ocolor= }}
{{nchoice| | | | | | | }}

Parameters

role
The role of the player who took this action
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
name
The name(s) of the player who took this action
target
The name of the player who was targeted by this action
outcome
The result of the action
ocolor
The RGB color for the outcome text
Note: an {{rgb}} template is included. Simply enter a color name directly.
ocolor=rrggbb (Note: omit the # symbol)
or
ocolor=rgb (Note: shorthand for 3 pairs, omit the # symbol)
or
ocolor=colorname

Examples

What you type What it looks like
{{nchoice
|role= Cop
|srole= Paranoid
|rcolor= 00f
|name= LyingBrian
|target= SigmaEpsilon
|outcome= GUILTY
|ocolor= a00
}}
  • Cop (LyingBrian) - SigmaEpsilon (GUILTY)
{{nchoice
|role= Serial Killer
|srole= 
|rcolor= green
|name= LyingBrian
|target= SigmaEpsilon
|outcome= FAILED
|ocolor= a00
}}
  • Serial Killer (LyingBrian) - SigmaEpsilon (FAILED)
{{nchoice
|role= Mafia
|srole= Sicilian
|rcolor= darkred
|name= LyingBrian - Mr. Flay
|target= SigmaEpsilon
|outcome= SUCCESS
|ocolor= green
}}
  • Mafia (LyingBrian - Mr. Flay) - SigmaEpsilon (SUCCESS)

Using the template without naming the parameters:

Everything must be on the same line!

{{nchoice|Mafia||red|LyingBrian|SigmaEpsilon|SUCCESS|green}}

  • Mafia (red) - LyingBrian (SigmaEpsilon)