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

Template:TotalWinRatio: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|losses={{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{otherloss|0}}})}}
|losses={{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{otherloss|0}}})}}
|draws={{#expr: ({{{towndraw|0}}}+{{{mafiadraw|0}}}+{{{otherdraw|0}}})}}}}'''<br>
|draws={{#expr: ({{{towndraw|0}}}+{{{mafiadraw|0}}}+{{{otherdraw|0}}})}}}}'''<br>
{{winratiofaction
{{WinsAsFaction
|faction=Town
|faction=Town
|wins={{{townwin}}}
|wins={{{townwin}}}
|losses={{{townloss}}}
|losses={{{townloss}}}
|draws={{{towndraw}}}}}<br>
|draws={{{towndraw}}}}}<br>
{{winratiofaction
{{WinsAsFaction
|faction=Mafia
|faction=Mafia
|wins={{{mafiawin}}}
|wins={{{mafiawin}}}
|losses={{{mafialoss}}}
|losses={{{mafialoss}}}
|draws={{{mafiadraw}}}}}<br>
|draws={{{mafiadraw}}}}}<br>
{{winratiofaction
{{WinsAsFaction
|faction=Anything Else
|faction=Anything Else
|wins={{{otherwin}}}
|wins={{{otherwin}}}
Line 20: Line 20:
|draws={{{otherdraw}}}}}</includeonly><noinclude>This template creates a win ratio for each faction. It is meant to be used with its child template '''[[Template:WinsAsFaction|WinsAsFaction]]'''.
|draws={{{otherdraw}}}}}</includeonly><noinclude>This template creates a win ratio for each faction. It is meant to be used with its child template '''[[Template:WinsAsFaction|WinsAsFaction]]'''.
===How it Looks===
===How it Looks===
  {{TotalWinRatio
  {{TotalWinRatio|townwin=3|townloss=5|towndraw=0|mafiawin=12|mafialoss=3|mafiadraw=1|otherwin=8|otherloss=6|otherdraw=3}}
|townwin=3
|townloss=5
|towndraw=0
|mafiawin=12
|mafialoss=3
|mafiadraw=1
|otherwin=8
|otherloss=6
|otherdraw=3}}
===The Code===
===The Code===
  <pre>{{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}</pre></noinclude>
  <pre>{{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}</pre></noinclude>

Revision as of 03:14, 30 July 2012

This template creates a win ratio for each faction. It is meant to be used with its child template WinsAsFaction.

How it Looks

23144 as All Alignments  56.1% Win rate

350 as Town 37.5% Win rate
1231 as Mafia 75% Win rate
863 as All Alignments 47.06% Win rate

The Code

{{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}