Difference between revisions of "Template:LeagueTableStartNQR2/doc"

From QWiki
m (Correction)
m (Text tweaks)
 
(3 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 sortable" style="text-align:left;{{#if:{{{width|}}}|width: {{{width}}}; |}}"
+
* {{Tl|LeagueTableSlot2on2}}
|-
+
* {{Tl|LeagueTableSlotNQR}}
!style="width:16px;"| <small>#</small>
+
* {{Tl|LeagueTableSlotNQR2}}
!width=100% style="text-align: left;"|Team
+
* {{Tl|GroupTableSlot}}
!width=20|{{Abbr|Tot.|Total Games}}
+
</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=40|Points
+
<pre>{{LeagueTableStartNQR2}}
|}
+
</pre>
 +
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