Difference between revisions of "Template:LeagueTableStartNQR2/doc"

From QWiki
(Creating first version)
 
m (Text tweaks)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sibling template to {{Tl|LeagueTableStartNQR}}.
+
<div style="float:right;padding:0 10px 10px 10px;margin: 0 0 10px 40px;border: 1px solid #aaa;">
Classic advanced table header looking like this:
+
<small>'''Related templates:'''</small>
{|class="table table-bordered grouptable" style="text-align: left;"
+
* {{Tl|LeagueTableSlot2on2}}
|-
+
* {{Tl|LeagueTableSlotNQR}}
!style="width:16px;"| <small>#</small>
+
* {{Tl|LeagueTableSlotNQR2}}
!width=100% style="text-align: left;"|Team
+
* {{Tl|GroupTableSlot}}
!width=20|Prefix
+
</div>Table header row, showing #, team, Total games, W, L, P.
!width=20|{{Abbr|W|Games Won}}
+
<br />
!width=20|{{Abbr|L|Games Lost}}
+
The code:
!width=20|{{Abbr|MW|Maps Won}}
+
<pre>{{LeagueTableStartNQR2}}
!width=20|{{Abbr|ML|Maps Lost}}
+
</pre>
!width=40|Points
+
Gives us:
|}
+
{{LeagueTableStartNQR2}}
 +
{{LeagueTableEnd}}
 +
 
 +
Adapted from [http://wiki.teamliquid.net/starcraft2/Template:GroupTableStart Liquipedia]

Latest revision as of 09:40, 29 March 2021

Table header row, showing #, team, Total games, W, L, P.


The code:

{{LeagueTableStartNQR2}}

Gives us:

# Team Tot. W L Points

Adapted from Liquipedia