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
SigmaEpsilon (talk | contribs) |
SigmaEpsilon (talk | contribs) (→Syntax) |
||
Line 8: | Line 8: | ||
|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 (optional) | |srole= any sub-role of the role (optional) | ||
|rcolor= the RGB color for the "role" & "srole" text ({{ | |rcolor= the RGB color for the "role" & "srole" text ({{rgb}} can be used here) | ||
|name= the name(s) of the player who took this action | |name= the name(s) 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 ({{rgb}}can be used here) | ||
}} | }} | ||
</pre> | </pre> | ||
== Examples == | == Examples == |
Revision as of 05:30, 21 August 2007
This is a template for Night Choices in Games
Syntax
{{nchoice |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" & "srole" text ({{rgb}} can be used here) |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 ({{rgb}}can be used here) }}
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= Serial Killer |srole= |rcolor= {{rgb|green}} |name= LyingBrian |target= SigmaEpsilon |outcome= FAILED |ocolor= #a00 }} |
|
{{nchoice |role= Mafia |srole= Sicilian |rcolor= {{rgb|red}} |name= LyingBrian - Mr. Flay |target= SigmaEpsilon |outcome= SUCCESS |ocolor= {{rgb|green}} }} |
|
Using the template without naming the parameters: Everything except colors must be on the same line! {{nchoice |Mafia | | {{rgb|red}} |LyingBrian | SigmaEpsilon |SUCCESS |{{rgb|green}} }} |
|