Module:Sports table/Rugby/doc explained

This style for Lua-based is meant to build group and league tables for rugby competitions with the following optional columns

  1. Played / Wins / Draws / Losses
  2. Match points for / Match points against / Match points difference
  3. Tries for / Tries against
  4. Try bonus competition points
  5. Loss bonus competition points
  6. Total 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
What it looks like

Additional parameters

  1. To merge the "bonus competition points" columns into one, use with any additional bonus points specified using
  2. To hide the "bonus competition points" columns, use
  3. To hide the "draws" column, use
  4. To hide the "tries for" column, use
  5. To hide the "tries against" column, use
  6. To show the "tries difference" column, use
  7. To hide the "points for" column, use
  8. To hide the "points against" column, use
  9. To hide the "points difference" column, use
  10. To add "competition points carried forward" to the next round, use
  11. To add "grand slam points" column, use, with grand slam points specified using
  12. To override the default number of "win points", use
  13. To override the default number of "draw points", use
  14. To override the default number of "loss points", use