{inc:header.htm}
Match Room

{$show[home_team_name]} VS {$show[away_team_name]}

{if:!empty($show[intro])}{$show[intro]}{else}直播详情页强调播放器、比分、赛事信息和正文介绍的主次关系,保持赛事直播页应有的沉浸式观看体验。{/if}

{$show[competition_code]} {if:!empty($show[season])}{$show[season]}{/if} {if:!empty($show[matchday])}{$show[matchday]}{/if} {if:!empty($show[stage])}{$show[stage]}{/if}
{if:!empty($show[status])}{$show[status]}{else}待更新{/if}
开赛时间{if:!empty($show[utc_date])}{$show[utc_date]}{else}{if:!empty($show[dateline_fmt])}{$show[dateline_fmt]}{/if}{/if}
当前赛季{if:!empty($show[season])}{$show[season]}{else}未设定{/if}
比赛阶段{if:!empty($show[stage])}{$show[stage]}{else}未设定{/if}
赛事轮次{if:!empty($show[matchday])}{$show[matchday]}{else}未设定{/if}
{if:!empty($show[live_url])}点击进入直播{else}直播源待接入{/if}
{if:!empty($show[status])}{$show[status]}{else}待更新{/if} {$show[competition_code]}
{$show[home_team_name]} VS {$show[away_team_name]} {if:!empty($show[stage])}{$show[stage]}{/if}
{if:!empty($show[status])}{$show[status]}{else}待更新{/if} {if:!empty($show[stage])}{$show[stage]}{elseif:!empty($show[competition_code])}{$show[competition_code]}{/if}
{$show[home_team_name]} {if:isset($show[home_score]) && isset($show[away_score])}{$show[home_score]} : {$show[away_score]}{else}VS{/if} {$show[away_team_name]}
{if:isset($show[half_time_home]) && isset($show[half_time_away])}半场 {$show[half_time_home]} : {$show[half_time_away]}{/if} {if:isset($show[extra_time_home]) && isset($show[extra_time_away]) && ($show[extra_time_home] !== '' || $show[extra_time_away] !== '')}加时 {$show[extra_time_home]} : {$show[extra_time_away]}{/if} {if:isset($show[penalties_home]) && isset($show[penalties_away]) && ($show[penalties_home] !== '' || $show[penalties_away] !== '')}点球 {$show[penalties_home]} : {$show[penalties_away]}{/if}

比赛资料

围绕赛事编号、赛季、轮次、阶段和双方信息构建的基础资料模块。

比赛编号{if:!empty($show[match_id])}{$show[match_id]}{else}{$show[id]}{/if}
赛事代码{if:!empty($show[competition_code])}{$show[competition_code]}{else}未设定{/if}
当前赛季{if:!empty($show[season])}{$show[season]}{else}未设定{/if}
比赛轮次{if:!empty($show[matchday])}{$show[matchday]}{else}未设定{/if}
比赛阶段{if:!empty($show[stage])}{$show[stage]}{else}未设定{/if}
比赛状态{if:!empty($show[status])}{$show[status]}{else}未设定{/if}
主队编号{if:!empty($show[home_team_id])}{$show[home_team_id]}{else}未设定{/if}
客队编号{if:!empty($show[away_team_id])}{$show[away_team_id]}{else}未设定{/if}
来源{if:!empty($show[source])}{$show[source]}{else}官方数据{/if}
发布时间{if:!empty($show[dateline_fmt])}{$show[dateline_fmt]}{else}-{/if}

比分拆解

如果比赛存在半场、加时或点球信息,可在这里快速查看比分层级。

{if:isset($show[home_score])}{$show[home_score]}{else}-{/if}

主队全场

{if:isset($show[away_score])}{$show[away_score]}{else}-{/if}

客队全场

{if:isset($show[half_time_home]) && isset($show[half_time_away])}{$show[half_time_home]} : {$show[half_time_away]}{else}-{/if}

半场比分

{if:isset($show[penalties_home]) && isset($show[penalties_away])}{$show[penalties_home]} : {$show[penalties_away]}{else}-{/if}

点球比分

比赛介绍

用于承载比赛背景、进程总结、专题正文与赛后内容。

{if:!empty($show[content])} {$show[content]} {else}

{if:!empty($show[intro])}{$show[intro]}{else}暂无详细内容{/if}

{/if}
{inc:footer.htm}