模組:Sports table/WL OT
呢個模組列出各球賽積分榜。
用法
編輯{{#invoke:Sports table|main|style=WL OT |update=complete |source=FIFA |class_rules=分組賽排名準則 |team1=ARG |team2=AUS |team3=DEN |team4=USA |name_ARG={{fb|ARG}} |win_ARG=3 |OTwin_ARG=0 |OTloss_ARG=0 |loss_ARG=0 |gf_ARG=5 |ga_ARG=1 |name_AUS={{fb|AUS}} |win_AUS=2 |OTwin_AUS=0 |OTloss_AUS=0 |loss_AUS=1 |gf_AUS=4 |ga_AUS=2 |name_DEN={{fb|DEN}} |win_DEN=1 |OTwin_DEN=0 |OTloss_DEN=0 |loss_DEN=2 |gf_DEN=3 |ga_DEN=6 |name_USA={{fb|USA}} |win_USA=0 |OTwin_USA=0 |OTloss_USA=0 |loss_USA=3 |gf_USA=2 |ga_USA=5 |res_col_header=Q |result1=KO |result2=KO |col_KO=green1 |text_KO=晉級淘汰賽 }}
排名 | 隊伍 | 賽 | 勝 | 勝P | 負P | 負 | G入 | G失 | G差 | 分 | 獲得資格 |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | 阿根廷 | 3 | 3 | 0 | 0 | 0 | 5 | 1 | +4 | 9 | 晉級淘汰賽 |
2 | 澳洲 | 3 | 2 | 0 | 0 | 1 | 4 | 2 | +2 | 6 | |
3 | 丹麥 | 3 | 1 | 0 | 0 | 2 | 3 | 6 | −3 | 3 | |
4 | 美國 | 3 | 0 | 0 | 0 | 3 | 2 | 5 | −3 | 0 |
資料來源:FIFA
排名規則:分組賽排名準則
排名規則:分組賽排名準則
上面嘅解係穿透包含咗自模組:Sports table/WL OT/doc。 (改 | 史) 編者可以響呢個模組嘅沙盤 (開 | 鏡)同埋試例 (開)版度試驗佢。 呢個模組嘅細版。 |
-- 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