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

Template:Ratios: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(Created page with "<includeonly>'''{{winratiofaction |faction=All Games |win={{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}} |loss={{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{oth...")
 
No edit summary
 
Line 18: Line 18:
|win={{{otherwin}}}
|win={{{otherwin}}}
|loss={{{otherloss}}}
|loss={{{otherloss}}}
|draw={{{otherdraw}}}}}</includeonly><noinclude>
|draw={{{otherdraw}}}}}</includeonly>
== Summary ==
This template generates win-loss-draw records for multiple factions at once.
 
== Syntax ==
<pre>{{winratio
|townwin=
|townloss=
|towndraw=
|mafiawin=
|mafialoss=
|mafiadraw=
|otherwin=
|otherloss=
|otherdraw=}}</pre>
 
== Parameters ==
=== townwin ===
:Number of games won as town.
=== townloss ===
:Number of games lost as town.
=== towndraw ===
:Number of games drawn as town.
=== mafiawin ===
:Number of games won as mafia.
=== mafialoss ===
:Number of games lost as mafia.
=== mafiadraw ===
:Number of games drawn as mafia.
=== otherwin ===
:Number of games won as anything else.
=== otherloss ===
:Number of games lost as anything else.
=== otherdraw ===
:Number of games drawn as anything else.
 
== Example ==
{{winratio
|townwin=3
|townloss=1
|towndraw=2
|mafiawin=2
|mafialoss=4
|mafiadraw=0
|otherwin=5
|otherloss=2
|otherdraw=1}}
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 02:37, 30 July 2012