Difference between revisions of "Template:LeagueTableStart2on2"

From QWiki
(Creating first version)
 
m (Some tweaks to widths)
Line 1: Line 1:
<includeonly>{|class="table table-bordered grouptable" style="text-align:left;{{#if:{{{width|}}}|width: {{{width}}}; |}}"
+
<includeonly>{|class="table table-bordered grouptable" style="table-layout: fixed;text-align:left;{{#if:{{{width|}}}|width: {{{width}}}; |}}"
 
|-
 
|-
!style="width:16px;"| <small>#</small>
+
!style="width:30px;"| <small>#</small>
!width=100% style="text-align: left;"|Team
+
!width=50% style="text-align: left;"|Team
!width=20|{{Abbr|W|Games Won}}
+
!width=35px|{{Abbr|W|Games Won}}
!width=20|{{Abbr|L|Games Lost}}
+
!width=35px|{{Abbr|L|Games Lost}}
!width=20|{{Abbr|MW|Maps Won}}
+
!width=35px|{{Abbr|MW|Maps Won}}
!width=20|{{Abbr|ML|Maps Lost}}
+
!width=35px|{{Abbr|ML|Maps Lost}}
!width=40|Points
+
!width=40px|Points
 
</includeonly><noinclude>{{documentation}}[[Category:Templates]][[Category:Tournament Page Formatting Templates]]</noinclude>
 
</includeonly><noinclude>{{documentation}}[[Category:Templates]][[Category:Tournament Page Formatting Templates]]</noinclude>

Revision as of 08:03, 29 March 2021

Documentation (view - edit)

Table header row, showing #, team, W, L, MW, ML, P.


The code:

{{LeagueTableStart2on2|width=100%}}

Gives us:

# Team W L MW ML Points


Adapted from Liquipedia