وحدة:Sports table/Volleyball/شرح

هذه صفحة توثيق لوحدة:Sports table/Volleyball

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a volleyball format. Note that this module is used extensively, so test potential changes rigorously in the sandbox and please ensure consensus exists before implementing major changes. The rest of this documentation explains how to use this module with the WL style in an article or template, check the table of contents for specific items.

Usage

Basic usage

In it's simplest form only several parameters need to be used to build a table

In article

What you type {{#invoke:Sports table|main|style=Volleyball


|team1=FDT |team2=BBB |team3=CCC |team4=DDD |team5=EEE

|bwin_FDT=4 |swin_FDT=1 |sloss_FDT=0 |bloss_FDT=0 |sw_FDT=15 |sl_FDT=3 |spw_FDT=423 |spl_FDT=210
|bwin_BBB=3 |swin_BBB=0 |sloss_BBB=1 |bloss_BBB=0 |sw_BBB=9 |sl_BBB=4 |spw_BBB=377 |spl_BBB=251
|bwin_CCC=1 |swin_CCC=2 |sloss_CCC=0 |bloss_CCC=2 |sw_CCC=9 |sl_CCC=5 |spw_CCC=301 |spl_CCC=287
|bwin_DDD=1 |swin_DDD=0 |sloss_DDD=0 |bloss_DDD=3 |sw_DDD=3 |sl_DDD=9 |spw_DDD=222 |spl_DDD=327
|bwin_EEE=0 |swin_EEE=0 |sloss_EEE=2 |bloss_EEE=3 |sw_EEE=0 |sl_EEE=15 |spw_EEE=151 |spl_EEE=399

|name_FDT=[[Dream Team]]
|name_BBB=Team 2
|name_CCC=Team 3
|name_EEE={{bk|GIB}}
}}

What it looks like
م Team Pld W L Pts SW SL SR SPW SPL SPR
1 Dream Team 5 5 0 14 15 3 5�000 423 210 2٫014
2 Team 2 4 3 1 10 9 4 2٫250 377 251 1٫502
3 Team 3 5 3 2 7 9 5 1٫800 301 287 1٫049
4 DDD 4 1 3 3 3 9 0٫333 222 327 0٫679
5  جبل طارق 5 0 5 2 0 15 0�000 151 399 0٫378
تم تحديثها حتى المباريات التي لعبت في unknown. مصدر: [بحاجة لمصدر]

The main command is the {{#invoke:Sports table|main|style=Volleyball}} statement which basically calls the module and enables you to set everything up. Then you list the positions of the teams as |team1=, |team2=, etc for however many teams you need in the table. You can use full team names there without spaces if you want, but using codes (as in the example) can make it easier. For each team you now define the big wins small wins, small losses, big losses, sets won, sets lost, setpoints won and setpoints lost by using |bwin_TTT=, |swin_TTT=, |sloss_TTT=, |bloss_TTT=, |sw_TTT=, |sl_TTT=, |spw_TTT= and |spl_TTT= respectively (with TTT replaced by the team code). If you do not define these numbers, it is automatically assumed to be 0. It is good practice though to include them anyway and to align the columns using appropriate spaces (as in the example), so the code is easy to read. The last step now is to define the |name_TTT= parameters which determine what name is shown in the table, you can use wiki markup and templates in here as well. See #Dating to see how to change the update date.

In template

What you type {{#invoke:Sports table|main|style=Volleyball

|template_name=Example

|team1=FDT |team2=BBB |team3=CCC |team4=DDD |team5=EEE

|bwin_FDT=4 |swin_FDT=1 |sloss_FDT=0 |bloss_FDT=0 |sw_FDT=15 |sl_FDT=3 |spw_FDT=423 |spl_FDT=210
|bwin_BBB=3 |swin_BBB=0 |sloss_BBB=1 |bloss_BBB=0 |sw_BBB=9 |sl_BBB=4 |spw_BBB=377 |spl_BBB=251
|bwin_CCC=1 |swin_CCC=2 |sloss_CCC=0 |bloss_CCC=2 |sw_CCC=9 |sl_CCC=5 |spw_CCC=301 |spl_CCC=287
|bwin_DDD=1 |swin_DDD=0 |sloss_DDD=0 |bloss_DDD=3 |sw_DDD=3 |sl_DDD=9 |spw_DDD=222 |spl_DDD=327
|bwin_EEE=0 |swin_EEE=0 |sloss_EEE=2 |bloss_EEE=3 |sw_EEE=0 |sl_EEE=15 |spw_EEE=151 |spl_EEE=399

|name_FDT=[[Dream Team]]
|name_BBB=Team 2
|name_CCC=Team 3
|name_EEE={{bk|GIB}}
}}

What it looks like
م Team Pld W L Pts SW SL SR SPW SPL SPR
1 Dream Team 5 5 0 14 15 3 5�000 423 210 2٫014
2 Team 2 4 3 1 10 9 4 2٫250 377 251 1٫502
3 Team 3 5 3 2 7 9 5 1٫800 301 287 1٫049
4 DDD 4 1 3 3 3 9 0٫333 222 327 0٫679
5  جبل طارق 5 0 5 2 0 15 0�000 151 399 0٫378
تم تحديثها حتى المباريات التي لعبت في unknown. مصدر: [بحاجة لمصدر]

The markup is effectively the same, except the |template_name= with the actual name of the Template-page, which creates the V, T and E buttons that link to the template page (so you can easily reach it from any article it is included in).

Customization

Several things can be customized in these tables

Hiding played column

Setting |hide_played=yes hides the played column.

Wins or points

By default teams are ranked by wins, but also list points which can be adjusted as follows:

What you type {{#invoke:Sports table|main|style=Volleyball

|ranking_style=points

|team1=FDT |team2=BBB |team3=CCC |team4=DDD |team5=EEE

|bwin_FDT=4 |swin_FDT=1 |sloss_FDT=0 |bloss_FDT=0 |sw_FDT=15 |sl_FDT=3 |spw_FDT=423 |spl_FDT=210
|bwin_BBB=3 |swin_BBB=0 |sloss_BBB=1 |bloss_BBB=0 |sw_BBB=9 |sl_BBB=4 |spw_BBB=377 |spl_BBB=251
|bwin_CCC=1 |swin_CCC=2 |sloss_CCC=0 |bloss_CCC=2 |sw_CCC=9 |sl_CCC=5 |spw_CCC=301 |spl_CCC=287
|bwin_DDD=1 |swin_DDD=0 |sloss_DDD=0 |bloss_DDD=3 |sw_DDD=3 |sl_DDD=9 |spw_DDD=222 |spl_DDD=327
|bwin_EEE=0 |swin_EEE=0 |sloss_EEE=2 |bloss_EEE=3 |sw_EEE=0 |sl_EEE=15 |spw_EEE=151 |spl_EEE=399

|adjust_points_FDT=1.5
|adjust_points_EEE=-1.5

|name_FDT=[[Dream Team]]
|name_BBB=Team 2
|name_CCC=Team 3
|name_EEE={{bk|GIB}}

|bwinpoints=5
|swinpoints=1.5
|slosspoints=-0.1
|blosspoints=-0.8
}}

What it looks like
م Team Pld W L Pts SW SL SR SPW SPL SPR
1 Dream Team 5 5 0 23 15 3 5�000 423 210 2٫014
2 Team 2 4 3 1 14.9 9 4 2٫250 377 251 1٫502
3 Team 3 5 3 2 6.4 9 5 1٫800 301 287 1٫049
4 DDD 4 1 3 2.6 3 9 0٫333 222 327 0٫679
5  جبل طارق 5 0 5 −4.1 0 15 0�000 151 399 0٫378
تم تحديثها حتى المباريات التي لعبت في unknown. مصدر: [بحاجة لمصدر]

As a default a big win is worth 3 points, a small win 2 points, a small loss 1 point and a big loss 0 points, these values can be overwritten to what you need by |bwinpoints=, |swinpoints=, |slosspoints= and |blosspoints=. Teams can also start the season with bonus or penalty points, this can be included by using |adjust_points_TTT= for that specific team.

Alternatively teams can also be ranked by points (set |ranking_style=points to bold that row instead) وحدة:Sports table/شرح/doc