You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Twinratio: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "<includeonly>{|class="wikitable" style="width:500px; float: left; margin-bottom: 30px; border:solid #AAA 1px;" ! colspan="5" | <h3 style="none">Outcome</h3> |- align="center" ! w...") |
mNo edit summary |
||
Line 6: | Line 6: | ||
! width="20%" | Loss | ! width="20%" | Loss | ||
! width="20%" | Draw/Other | ! width="20%" | Draw/Other | ||
! width="20%" | Win | ! width="20%" | Win % | ||
|- align="center" | |- align="center" | ||
| align="left" | Town | {{{townwin|0}}} | {{{townloss|0}}} | {{{townother|0}}} | {{#ifeq: {{{townwin|0}}} | 0 | 0 | {{#expr: (({{{townwin|0}}}/({{{townwin|0}}}+{{{townloss|0}}}))*100)round1}}}} | | align="left" | Town || {{{townwin|0}}} | {{{townloss|0}}} | {{{townother|0}}} | {{#ifeq: {{{townwin|0}}} | 0 | 0 | {{#expr: (({{{townwin|0}}}/({{{townwin|0}}}+{{{townloss|0}}}))*100)round1}}}} | ||
|- | |- | ||
| align="left" | Mafia | {{{mafiawin|0}}} | {{{mafialoss|0}}} | {{{mafiaother|0}}} | {{#ifeq: {{{mafiawin|0}}} | 0 | 0 | {{#expr: (({{{mafiawin|0}}}/({{{mafiawin|0}}}+{{{mafialoss|0}}}))*100)round1}}}} | | align="left" | Mafia || {{{mafiawin|0}}} | {{{mafialoss|0}}} | {{{mafiaother|0}}} | {{#ifeq: {{{mafiawin|0}}} | 0 | 0 | {{#expr: (({{{mafiawin|0}}}/({{{mafiawin|0}}}+{{{mafialoss|0}}}))*100)round1}}}} | ||
|- | |- | ||
| align="left" | Other | {{{otherwin|0}}} | {{{otherloss|0}}} | {{{otherother|0}}} | {{#ifeq: {{{otherwin|0}}} | 0 | 0 | {{#expr: (({{{otherwin|0}}}/({{{otherwin|0}}}+{{{otherloss|0}}}))*100)round1}}}} | | align="left" | Other || {{{otherwin|0}}} | {{{otherloss|0}}} | {{{otherother|0}}} | {{#ifeq: {{{otherwin|0}}} | 0 | 0 | {{#expr: (({{{otherwin|0}}}/({{{otherwin|0}}}+{{{otherloss|0}}}))*100)round1}}}} | ||
|- | |- | ||
| align="left" style="weight:strong;" | Total | {{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}} | {{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{otherloss|0}}})}} | {{#expr: ({{{towndraw|0}}}+{{{mafiadraw|0}}}+{{{otherdraw|0}}})}} | {{#ifeq: {{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}} | 0 | 0 | {{#expr: (({{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}}/({{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}}+{{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{otherloss|0}}})}}))*100)round1}}}} | | align="left" style="weight:strong;" | Total || {{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}} | {{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{otherloss|0}}})}} | {{#expr: ({{{towndraw|0}}}+{{{mafiadraw|0}}}+{{{otherdraw|0}}})}} | {{#ifeq: {{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}} | 0 | 0 | {{#expr: (({{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}}/({{#expr: ({{{townwin|0}}}+{{{mafiawin|0}}}+{{{otherwin|0}}})}}+{{#expr: ({{{townloss|0}}}+{{{mafialoss|0}}}+{{{otherloss|0}}})}}))*100)round1}}}} | ||
|}</includeonly> | |}</includeonly> |