View source for Module:Sports table/WL OT
MyWikiBiz, Author Your Legacy — Wednesday April 02, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- Style for football tables
local pp = {}
local pmod = require('Module:Sports table/WDL OT')
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_start,ii_end,ii_fw,bg_col,N_teams,ii,ii_show)
Args['show_draw'] = Args['show_draw'] or 'no'
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)
end
function pp.status(Args)
Args['show_draw'] = Args['show_draw'] or 'no'
return pmod.status(Args)
end
return pp
000
1:0
Templates used on this page:
- Template:Abbr (view source)
- Template:Citation needed (view source)
- Template:Efn (view source)
- Template:Ih (view source)
- Template:Module rating (view source)
- Template:Para (view source)
- Template:When pagename is (view source)
- Module:Arguments (view source)
- Module:Math (view source)
- Module:Navbar (view source)
- Module:Navbar/configuration (view source)
- Module:No globals (view source)
- Module:Sports results (view source)
- Module:Sports table (view source)
- Module:Sports table/WDL (view source)
- Module:Sports table/WDL OT (view source)
- Module:Sports table/WL OT (view source)
- Module:Sports table/WL OT/doc (view source)
- Module:Sports table/argcheck (view source)
- Module:Sports table/styledoc (view source)
- Module:Sports table/sub (view source)
- Module:Sports table/totalscheck (view source)
- Module:Yesno (view source)
Return to Module:Sports table/WL OT.