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

Template:WinsAsFaction: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span style='width:100px;min-width:100px'><span style='font:normal 16px arial, verdana, helvetica'>'''{{{wins|0}}}<span style='margin:0 3px;position:relative;top:-2px;'>&ndash;</span>{{{losses|0}}}<span style='margin:0 3px;position:relative;top:-2px;'>&ndash;</span>{{{draws|0}}}'''</span> as '''{{#switch:{{{faction}}}|Mafia=<span style='color:#b00'>Mafia</span>|Scum=<span style='color:#b00'>Scum</span>|Town=<span style='color:green'>Town</span>|SK=<span style='color:#777'>Serial Killer</span>|Serial Killer=<span style='color:#777'>Serial Killer</span>|Cult=<span style='color:#808'>Cult</span>|All}} <span style='position:relative;top:-2px;'>&mdash;</span> {{#ifeq: {{{wins|0}}} | 0 | 0 | {{#expr: (({{{wins|0}}}/({{{wins|0}}}+{{{losses|0}}}+{{{draws|0}}}))*100)round2}}}}%''' Win rate</span></includeonly>
<includeonly><span style='font:normal 16px arial, verdana, helvetica'>'''<span style='display:inline;block;width:20px;min-width:20px;>{{{wins|0}}}</span><span style='margin:0 3px;position:relative;top:-2px;'>&ndash;</span><span style='display:inline;block;width:20px;min-width:20px;>{{{losses|0}}}</span><span style='margin:0 3px;position:relative;top:-2px;'>&ndash;</span><span style='display:inline;block;width:20px;min-width:20px;>{{{draws|0}}}</span>''' as '''{{#switch:{{{faction}}}|Mafia=<span style='color:#b00'>Mafia</span>|Scum=<span style='color:#b00'>Scum</span>|Town=<span style='color:green'>Town</span>|SK=<span style='color:#777'>SK</span>|Serial Killer=<span style='color:#777'>SK</span>|Cult=<span style='color:#808'>Cult</span>|Other=<span style='color:#777'>Other</span>|All Alignments}} <span style='position:relative;top:-2px;'>&mdash;</span> {{#ifeq: {{{wins|0}}} | 0 | 0 | {{#expr: (({{{wins|0}}}/({{{wins|0}}}+{{{losses|0}}}+{{{draws|0}}}))*100)round2}}}}%''' Win rate</span></includeonly><noinclude>This template creates a win ratio for each faction. It is meant to be used with its parent template '''[[Template:TotalWinRatio|TotalWinRatio]]'''.
<noinclude>This template creates a win ratio for each faction.
==How it Looks==
It is meant to be used with its parent template '''[[Template:TotalWinRatio|TotalWinRatio]]'''.
 
===How it Looks===
  {{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}
  {{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}
===The Code===
==The Code==
  <pre>{{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}</pre>
  <pre style='font-size:120%;font-weight:bold;'>{{WinsAsFaction|faction=Cult|wins=16|losses=2|draws=1}}</pre></noinclude>
 
</noinclude>

Latest revision as of 03:54, 30 July 2012

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

How it Looks

1621 as Cult  84.21% Win rate

The Code

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