Difference between revisions of "Template:ETF2LGroupTableSlot"
Jump to navigation
Jump to search
m |
m (Fixed a template) |
||
Line 8: | Line 8: | ||
}};"|}} | }};"|}} | ||
| class="centered" | {{#if: {{{pos|}}}|{{{pos}}}|X}}. | | class="centered" | {{#if: {{{pos|}}}|{{{pos}}}|X}}. | ||
− | | class="centered" | {{#if: {{{team|}}}|{{{team}}}| | + | | class="centered" | {{#if: {{{team|}}}|{{{team}}}|{{Abbr|TBD|To Be Decided}} }} |
| class="centered" | {{#expr: {{#if:{{{win|}}}|{{{win}}}|0}} + {{#if:{{{lost|}}}|{{{lost}}}|0}} + {{#if:{{{gcw|}}}|{{{gcw}}}|0}} + {{#if:{{{gcl|}}}|{{{gcl}}}|0}} }} | | class="centered" | {{#expr: {{#if:{{{win|}}}|{{{win}}}|0}} + {{#if:{{{lost|}}}|{{{lost}}}|0}} + {{#if:{{{gcw|}}}|{{{gcw}}}|0}} + {{#if:{{{gcl|}}}|{{{gcl}}}|0}} }} | ||
| class="centered" | {{#if: {{{win|}}}|{{{win}}}|0}} | | class="centered" | {{#if: {{{win|}}}|{{{win}}}|0}} |
Revision as of 21:11, 30 July 2015
(view - edit) Documentation
This template is for a row inside a group table. It is used together with the templates {{ETF2LGroupTableStart}} and {{GroupTableEnd}}
Parameters
The following parameters can be used in this template
- |team=...
- Team name. This can be even a template call like Epsilon eSports. If left empty, the default value
TBD
is used. - |place=...
- (optional) The place number to shown. If this parameter is not set the value
X
is used. - |bg=...
- (optional) The background color for the slot. This can be every CSS color values, but the following color names has been added to the template for easy use:
- |bg=proceed
- |bg=up
- Use a light green background to indicate that this position is a proceeding place inside the group.
- |bg=stay
- Use a light yellow background to indicate that this player will stay at the same stage in the tournament or advance through a longer bracket or group stage.
- |bg=drop
- |bg=down
- Use a light red background to indicate that this position will drop the player from the group.
- |bg=pull
- Use a grey background if the team pull out for any reason.
- |win=...
- |lose=...
- Specify the number of matches the player has won/lost. If not present the default value
0
. - |gcw=...
- |gcl=...
- (Optional) Specify the number of Golden Cap Wins and Golden Cap Loses
- |pen=...
- (Optional) Specify the number of penalties
- |notes=...
- (Optional) Specify the reason for a penalty
Example
{{ETF2LGroupTableStart| Group B }} {{ETF2LGroupTableSlot| Nothing }} {{ETF2LGroupTableSlot| With position |pos=3}} {{ETF2LGroupTableSlot| With team |team=Barry's Bobbing Bats}} {{ETF2LGroupTableSlot| With match scores |win=2|lose=1|gcw=1|gcl=5}} {{ETF2LGroupTableSlot| With penalties|pen=-3}} {{ETF2LGroupTableSlot| With proceed background|bg=proceed}} {{ETF2LGroupTableSlot| With drop background|bg=drop}} {{ETF2LGroupTableSlot| With everything |pos=3 |team=Barry's Bobbing Bats |win=2|lose=1|gcw=1|gcl=5 |pen=-3 |bg=drop}} {{GroupTableEnd}}
This will result in the following group table (showing all possibilities, only one scheme should be used through the whole group table).
Group B | ||||||||
---|---|---|---|---|---|---|---|---|
Team | Pld | W | L | GCW | GCL | Pen | Pts | |
X. | TBD | 0 | 0 | 0 | 0 | |||
3. | TBD | 0 | 0 | 0 | 0 | |||
X. | Barry's Bobbing Bats | 0 | 0 | 0 | 0 | |||
X. | TBD | 8 | 2 | 0 | 1 | 5 | 13 | |
X. | TBD | 0 | 0 | 0 | -3 | -3 | ||
X. | TBD | 0 | 0 | 0 | 0 | |||
X. | TBD | 0 | 0 | 0 | 0 | |||
3. | Barry's Bobbing Bats | 8 | 2 | 0 | 1 | 5 | -3 1 | 10 |