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
(try more)
(fix example)
Line 1: Line 1:
<includeonly>*'''<span style="color:#{{{rolecolor|000000}}}">{{{role|Unknown}}}''' {{ ifeq: {{{subrole| }}} |||({{subrole}}})}}</span> ''{ {{{name|Unknown }}} }'' | '''{{{target|Unknown}}}''' | ''<span style="color:#{{{ocolor|000000}}}">{{{outcome|Unknown}}}</span>''</includeonly><noinclude>This is a template for Night Choices in Games
<includeonly>*'''<span style="color:#{{{rolecolor|000000}}}">{{{role|Unknown}}}''' {{ #ifeq: {{{subrole| }}} |||({{subrole}}})}}</span> ''{ {{{name|Unknown }}} }'' | '''{{{target|Unknown}}}''' | ''<span style="color:#{{{ocolor|000000}}}">{{{outcome|Unknown}}}</span>''</includeonly><noinclude>This is a template for Night Choices in Games


== Usage ==
== Usage ==
Line 17: Line 17:


=== Example ===
=== Example ===
{|
{| border="1" cellpadding="2" cellspacing="0"
|-
| width=50% | What you type
| width=50% | What it looks like
|-
|
<pre>
<pre>
{{nchoice
{{nchoice

Revision as of 04:04, 20 August 2007

This is a template for Night Choices in Games

Usage

The paramters of the template are as follows:

{{nchoice
|rolecolor= the RGB color for the "role" text (see next parameter)
|role= the role of the player who took this action (such as Cop)
|subrole= any sub-role of the role (such as Insane)
|name= the name of the player who took this action
|target= the player who was targeted by this action
|ocolor= the RGB color of the outcome
|outcome= The result of the action
}}

Example

What you type What it looks like
{{nchoice
|rolecolor= 000099
|role= Cop
|subrole= Naive
|name= LyingBrian
|target= SigmaEpsilon
|ocolor= 000099
|outcome= INNOCENT
}}