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

Template:Winratiofaction: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{{win|0}}}-{{{loss|0}}}-{{{draw|0}}} ({{{faction|Total}}} - {{#ifeq: {{{win|0}}} | 0 | 0 | {{#expr: (({{{win|0}}}/({{{win|0}}}+{{{loss|0}}}))*100)round1}}}}%)</includeonly><noinclude>
<includeonly>
== Summary ==
{{{win|0}}}-{{{loss|0}}}-{{{draw|0}}} ({{{faction|Total}}} - {{#ifeq: {{{win|0}}} | 0 | 0 | {{#expr: (({{{win|0}}}/({{{win|0}}}+{{{loss|0}}}))*100)round1}}}}%)</includeonly>
This template generates win-loss-draw records.
{{{win|0}}}-{{{loss|0}}}-{{{draw|0}}} ({{{faction|Total}}} - {{#ifeq: {{{win|0}}} | 0 | 0 | {{#expr: (({{{win|0}}}/({{{win|0}}}+{{{loss|0}}}))*100)round1}}}}%)
 
== Syntax ==
<pre>{{winratiofaction
|faction=
|win=
|loss=
|draw=}}</pre>
 
== Parameters ==
=== faction ===
:Town, Mafia, Anything Else. Defaults to Total.
=== win ===
:Number of games won.
=== loss ===
:Number of games lost.
=== draw ===
:Number of games drawn.
 
== Example ==
{{winratiofaction
|faction=Mafia
|win=2
|loss=1
|draw=3}}
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 02:39, 30 July 2012

0-0-0 (Total - 0%)