Module:Sports table/Rugby/doc
Appearance
![]() | This is a documentation subpage for Module:Sports table/Rugby. It may contain usage information, categories and other content that is not part of the original module page. |
This style for Lua-based Module:Sports table is meant to build group and league tables for rugby competitions with the following optional columns
- Played / Wins / Draws / Losses
- Points for / Points against / Point difference
- Tries for / Tries against
- Try bonus points
- Loss bonus points
- Competition points
The input syntax for this module is similar to the WDL module, but specialized for Rugby competitions.
Usage
Basic usage
In its simplest form only several parameters need to be used to build a table
What you type | {{#invoke:sports table|main|style=Rugby
| res_col_header = Q
| title = Wikipedia Cup
| team1 = AAA | name_AAA = Team AAA
| team2 = BBB | name_BBB = Team BBB
| team3 = CCC | name_CCC = Team CCC
| team4 = DDD | name_DDD = Team DDD
| team5 = EEE | name_EEE = Team EEE
| team6 = FFF | name_FFF = Team FFF
| team7 = GGG | name_GGG = Team GGG
| team8 = HHH | name_HHH = Team HHH
| win_AAA = 10 | draw_AAA =0| loss_AAA =4| pf_AAA =492| pa_AAA =300| tf_AAA =62| ta_AAA =30| tbp_AAA =9 | lbp_AAA =3
| win_BBB = 10 | draw_BBB =0| loss_BBB =4| pf_BBB =520| pa_BBB =280| tf_BBB =59| ta_BBB =28| tbp_BBB =6 | lbp_BBB =2
| win_CCC = 10 | draw_CCC =0| loss_CCC =4| pf_CCC =488| pa_CCC =323| tf_CCC =60| ta_CCC =33| tbp_CCC =6 | lbp_CCC =1
| win_DDD = 9 | draw_DDD =0| loss_DDD =5| pf_DDD =437| pa_DDD =374| tf_DDD =49| ta_DDD =39| tbp_DDD =6 | lbp_DDD =5
| win_EEE = 7 | draw_EEE =0| loss_EEE =7| pf_EEE =401| pa_EEE =407| tf_EEE =45| ta_EEE =46| tbp_EEE =7 | lbp_EEE =4
| win_FFF = 6 | draw_FFF =0| loss_FFF =8| pf_FFF =477| pa_FFF =496| tf_FFF =60| ta_FFF =61| tbp_FFF =10 | lbp_FFF =3
| win_GGG = 4 | draw_GGG =0| loss_GGG =10| pf_GGG =329| pa_GGG =573| tf_GGG =45| ta_GGG =78| tbp_GGG =6 | lbp_GGG =1
| win_HHH = 0 | draw_HHH =0| loss_HHH =14| pf_HHH =263| pa_HHH =654| tf_HHH =30| ta_HHH =93| tbp_HHH =2 | lbp_HHH =3
| class_rules = 4 points for a win; 2 points for a draw; 1 bonus point for a loss by seven points or less; 1 bonus point for scoring four or more tries in a match
| col_SF = green2 | text_SF = Title Play-Off Semi-Final
| result1 = SF | result2 = SF | result3 = SF | result4 = SF
| col_RP = red2 | text_RP = Promotion/Relegation Play-Off
| result7 = RP | result8 = RP
| update =complete|source=example.com
}}
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
What it looks like |
Source: example.com
Rules for classification: 4 points for a win; 2 points for a draw; 1 bonus point for a loss by seven points or less; 1 bonus point for scoring four or more tries in a match |
Additional parameters
- To hide the "bonus points" columns, use
|show_bonus=no
- To hide the "draws" column, use
|show_draw=no
- To hide the "tries for" column, use
|show_tries_for=no
- To hide the "tries against" column, use
|show_tries_against=no
- To add "points carried forward" to the next round, use
|show_cf=yes
- To override the default number of "win points", use
|winpoints=
- To override the default number of "draw points", use
|drawpoints=
- To override the default number of "loss points", use
|losspoints=