وحدة:Sports table/Volleyball/شرح
هذه صفحة توثيق لوحدة:Sports table/Volleyball
This module is rated as ready for general use. It has reached a mature form and is thought to be relatively bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. |
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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
What it looks like |
تم تحديثها حتى المباريات التي لعبت في 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
What it looks like |
تم تحديثها حتى المباريات التي لعبت في 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
What it looks like |
تم تحديثها حتى المباريات التي لعبت في 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