https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ASports_table%2FWLHA%2FsandboxModule:Sports table/WLHA/sandbox - Revision history2025-06-09T21:20:37ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.4https://en.wikipedia.org/w/index.php?title=Module:Sports_table/WLHA/sandbox&diff=1124394083&oldid=prevFrietjes: ←Created page with '-- Style for sports with HW, HL, AW, AL tables local pp = {} local pmod = require('Module:Sports table/WDLHA/sandbox') function pp.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt) Args['show_draw'] = Args['show_draw'] or 'no' return pmod.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt) end function pp.row(frame,t,Args,p_sub,notes_exist,hth_id_list,full_table,rand_val,team_list,team_code_ii,ii...'2022-11-28T18:08:21Z<p><a href="/wiki/Wikipedia:AES" class="mw-redirect" title="Wikipedia:AES">←</a>Created page with '-- Style for sports with HW, HL, AW, AL tables local pp = {} local pmod = require('Module:Sports table/WDLHA/sandbox') function pp.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt) Args['show_draw'] = Args['show_draw'] or 'no' return pmod.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt) end function pp.row(frame,t,Args,p_sub,notes_exist,hth_id_list,full_table,rand_val,team_list,team_code_ii,ii...'</p>
<p><b>New page</b></p><div>-- Style for sports with HW, HL, AW, AL tables<br />
local pp = {}<br />
<br />
local pmod = require('Module:Sports table/WDLHA/sandbox')<br />
function pp.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt)<br />
Args['show_draw'] = Args['show_draw'] or 'no'<br />
return pmod.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt)<br />
end<br />
<br />
function pp.row(frame,t,Args,p_sub,notes_exist,hth_id_list,full_table,rand_val,team_list,team_code_ii,ii_start,ii_end,ii_fw,bg_col,N_teams,ii,ii_show)<br />
Args['show_draw'] = Args['show_draw'] or 'no'<br />
return pmod.row(frame,t,Args,p_sub,notes_exist,hth_id_list,full_table,rand_val,team_list,team_code_ii,ii_start,ii_end,ii_fw,bg_col,N_teams,ii,ii_show)<br />
end<br />
<br />
function pp.status(Args)<br />
Args['show_draw'] = Args['show_draw'] or 'no'<br />
return pmod.status(Args)<br />
end<br />
<br />
return pp</div>Frietjes