跳转到内容

模組:Sports table/WL

维基百科,自由的百科全书

这是本页的一个历史版本,由Manchiu留言 | 贡献2021年7月23日 (五) 13:15 (已保护“Module:Sports table/WL”:被IP使用者或新使用者破壞([编辑=仅允许自动确认用户](终止于 2021年7月30日 (五) 13:15 (UTC))))编辑。这可能和当前版本存在着巨大的差异。

-- Style for football tables
local pp = {}

local pmod = require('Module:Sports table/WDL')
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