You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Winratiofaction: Difference between revisions
Jump to navigation
Jump to search
(base testing while I play with things live.) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{{win|0}}}-{{{loss|0}}}-{{{draw|0}}} ({{{faction|Total}}} - {{#expr: (({{{win|0}}}/({{{win|0}}}+{{{loss|0}}}))*100) | <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> | ||
== Summary == | == Summary == | ||
This template generates win-loss-draw records. | This template generates win-loss-draw records. | ||
== Syntax == | == Syntax == | ||
<pre>{{ | <pre>{{winratiofaction | ||
|faction= | |faction= | ||
|win= | |win= | ||
Line 21: | Line 21: | ||
== Example == | == Example == | ||
{{ | {{winratiofaction | ||
|faction=Mafia | |faction=Mafia | ||
|win=2 | |win=2 |
Latest revision as of 02:40, 30 July 2012
Summary
This template generates win-loss-draw records.
Syntax
{{winratiofaction |faction= |win= |loss= |draw=}}
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
2-1-3 (Mafia - 66.7%)