You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Nchoice: Difference between revisions
Jump to navigation
Jump to search
LyingBrian (talk | contribs) mNo edit summary |
LyingBrian (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
*role: the role of the player who took this action | *role: the role of the player who took this action | ||
*srole: any sub-role of the role | |||
*srole: any sub-role of the role | :'''Note:''' this parameter is optional | ||
:''' | |||
*rcolor: the RGB color for the "role" & "srole" text | *rcolor: the RGB color for the "role" & "srole" text | ||
*name: the name of the player who took this action | *name: the name of the player who took this action | ||
*target: the name of the player who was targeted by this action | *target: the name of the player who was targeted by this action | ||
*outcome: The result of the action | *outcome: The result of the action | ||
*ocolor: the RGB color for the "outcome" text | *ocolor: the RGB color for the "outcome" text | ||
=== Examples === | === Examples === | ||
Line 51: | Line 47: | ||
{{nchoice | {{nchoice | ||
|role= Cop | |role= Cop | ||
|srole= | |srole= Paranoid | ||
|rcolor= 0000ff | |rcolor= 0000ff | ||
|name= LyingBrian | |name= LyingBrian | ||
Line 63: | Line 59: | ||
{{nchoice | {{nchoice | ||
|role= Mafia | |role= Mafia | ||
|srole= | |srole= Sicilian | ||
|rcolor= ff0000 | |rcolor= ff0000 | ||
|name= LyingBrian | |name= LyingBrian | ||
Line 74: | Line 70: | ||
{{nchoice | {{nchoice | ||
|role= Mafia | |role= Mafia | ||
|srole= | |srole= Sicilain | ||
|rcolor= ff0000 | |rcolor= ff0000 | ||
|name= LyingBrian | |name= LyingBrian |
Revision as of 07:45, 20 August 2007
This is a template for Night Choices in Games
Syntax
{{nchoice |role= |srole= |rcolor= |name= |target= |outcome= |ocolor= }}
Parameters
The paramters of the template are as follows:
- role: the role of the player who took this action
- srole: any sub-role of the role
- Note: this parameter is optional
- rcolor: the RGB color for the "role" & "srole" text
- name: the name 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
Examples
What you type | What it looks like |
{{nchoice |role= Cop |srole= Paranoid |rcolor= 0000ff |name= LyingBrian |target= SigmaEpsilon |outcome= GUILTY |ocolor= aa0000 }} |
|
{{nchoice |role= Mafia |srole= Sicilian |rcolor= ff0000 |name= LyingBrian |target= SigmaEpsilon |outcome= SUCCESS |ocolor= 00aa00 }} |
|