Jump to content

Module:Sports table/Rugby: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

9 October 2023

7 October 2023

13 July 2023

15 June 2023

12 June 2023

31 May 2023

30 May 2023

6 May 2023

  • curprev 18:1418:14, 6 May 2023 Lemondoge talk contribs 10,740 bytes −102 Eliminate duplicated assignment of the same variable, fix short-circuit in ternary expressions ("lorem and false or true" short-circuits to "true", because false is, well, falsy, causing the or to trigger. `not lorem` produces the intended result.)

7 March 2023

1 March 2023

28 February 2023

  • curprev 23:5023:50, 28 February 2023 Frietjes talk contribs 9,492 bytes +9,492 Created page with '-- Style for rugby union tables local pp = {} function pp.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt) -- Load relevant modules local yesno = require('Module:Yesno') -- Create table header -- Pre stuff local team_width = Args['teamwidth'] or '170' local sort_text = yesno(Args['sortable_table'] or 'no') and 'sortable' or '' local show_played = yesno(Args['hide_played'] or 'no') and false or true local show_draw...'