Difference between revisions of "Template:LeagueTableStartNQR2/doc"

From QWiki
m (Correction)
m (Adding inter-doc links)
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;">
<br /><br />
+
<small>'''Related templates:'''</small>
Classic advanced table header looking like this:
+
* {{Tl|LeagueTableSlot2on2}}
{|class="table table-bordered grouptable sortable" style="text-align:left;{{#if:{{{width|}}}|width: {{{width}}}; |}}"
+
* {{Tl|LeagueTableSlotNQR}}
|-
+
* {{Tl|LeagueTableSlotNQR2}}
!style="width:16px;"| <small>#</small>
+
* {{Tl|GroupTableSlot}}
!width=100% style="text-align: left;"|Team
+
</div>Table header row, showing #, team, Total games, W, L, P. Dotted underlines can be hovered for help text.
!width=20|{{Abbr|Tot.|Total Games}}
+
The code:
!width=20|{{Abbr|W|Games Won}}
+
<pre>{{LeagueTableStartNQR2}}
!width=20|{{Abbr|L|Games Lost}}
+
</pre>
!width=40|Points
+
Gives us:
|}
+
{{LeagueTableStartNQR2}}
 +
{{LeagueTableEnd}}
 +
 
 +
Adapted from [http://wiki.teamliquid.net/starcraft2/Template:GroupTableStart Liquipedia]

Revision as of 09:39, 29 March 2021

Table header row, showing #, team, Total games, W, L, P. Dotted underlines can be hovered for help text.

The code:

{{LeagueTableStartNQR2}}

Gives us:

# Team Tot. W L Points

Adapted from Liquipedia