You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
User:Derangement/Templates/SummaryRow: Difference between revisions
Jump to navigation
Jump to search
Derangement (talk | contribs) (Created simple row template.) |
Derangement (talk | contribs) (New parameters: icon, faction, won, lost, tied. (played and win% are calculated automatically)) |
||
Line 1: | Line 1: | ||
<includeonly>|- | <includeonly>|- | ||
!style="border-right:none;"|{{{ | !style="border-right:none;"|{{{icon|}}} | ||
!style="border-left:none;"|{{{ | !style="border-left:none;"|{{{faction|}}} | ||
!{{{ | !{{#expr: {{{won|0}}}+{{{lost|0}}}+{{{tied|0}}} }} | ||
!{{{ | !{{#ifexpr: ({{{won|0}}}+{{{lost|0}}}+{{{tied|0}}}) = 0 | - | {{#expr: {{{won|0}}} / ({{{won|0}}}+{{{lost|0}}}+{{{tied|0}}}) }}% }} | ||
|{{{ | |{{{won|0}}} | ||
|{{{ | |{{{lost|0}}} | ||
|{{{ | |{{{tied|0}}}</includeonly><noinclude> | ||
This is a template for a single row in [[Derangement]]'s games summary table. | This is a template for a single row in [[Derangement]]'s games summary table. | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 13:13, 4 February 2015
This is a template for a single row in Derangement's games summary table.