Difference between revisions of "Template:Hopman Cup box"
Jump to navigation
Jump to search
imported>Woohookitty (cat) |
imported>Andrwsc (add parameters to disable flag display) |
||
Line 1: | Line 1: | ||
{| cellpadding="4" cellspacing="0" style="margin: 0.5em 1em 0.5em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" width=70% align=center | {| cellpadding="4" cellspacing="0" style="margin: 0.5em 1em 0.5em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" width=70% align=center | ||
− | |- | + | |- |
− | !valign= | + | !valign=bottom|{{#if:{{{team1-noflag|}}}| |{{flagicon|{{{team1|}}}|2={{{team1-var|}}}|size=45x32px}}<br/>}}{{{team1}}}<br/><big>{{{score1}}}</big> |
|colspan=2 align=center| {{{venue}}}<br />{{{date}}}<br />{{{surface}}} | |colspan=2 align=center| {{{venue}}}<br />{{{date}}}<br />{{{surface}}} | ||
− | !valign= | + | !valign=bottom|{{#if:{{{team2-noflag|}}}| |{{flagicon|{{{team2|}}}|2={{{team2-var|}}}|size=45x32px}}<br/>}}{{{team2}}}<br/><big>{{{score2}}}</big> |
|- | |- | ||
|colspan=6| | |colspan=6| | ||
Line 21: | Line 21: | ||
|- bgcolor=#ededed | |- bgcolor=#ededed | ||
! 1 | ! 1 | ||
− | | {{#if: {{{team1|}}} | {{flagicon|{{{team1}}}| | + | | {{#if: {{{team1|}}} | {{#if: {{{team1-noflag|}}} | {{noflag}} | {{flagicon|{{{team1|}}}|2={{{team1-var|}}}}} }}| }}<br />{{#if: {{{team2|}}} | {{#if: {{{team2-noflag|}}} | {{noflag}} | {{flagicon|{{{team2|}}}|2={{{team2-var|}}}}} }}| }} |
|{{{R1}}} | |{{{R1}}} | ||
|- | |- | ||
Line 28: | Line 28: | ||
|- | |- | ||
! 2 | ! 2 | ||
− | | {{#if: {{{team1|}}} | {{flagicon|{{{team1}}}| | + | | {{#if: {{{team1|}}} | {{#if: {{{team1-noflag|}}} | {{noflag}} | {{flagicon|{{{team1}}}|2={{{team1-var|}}}}} }}| }}<br />{{#if: {{{team2|}}} | {{#if: {{{team2-noflag|}}} | {{noflag}} | {{flagicon|{{{team2}}}|2={{{team2-var|}}}}} }}| }} |
|{{{R2}}} | |{{{R2}}} | ||
|- | |- | ||
Line 35: | Line 35: | ||
|- bgcolor=#ededed | |- bgcolor=#ededed | ||
! 3 | ! 3 | ||
− | | {{#if: {{{team1|}}} | {{flagicon|{{{team1}}}| | + | | {{#if: {{{team1|}}} | {{#if: {{{team1-noflag|}}} | {{noflag}} | {{flagicon|{{{team1}}}|2={{{team1-var|}}}}} }}| }}<br />{{#if: {{{team2|}}} | {{#if: {{{team2-noflag|}}} | {{noflag}} | {{flagicon|{{{team2}}}|2={{{team2-var|}}}}} }}| }} |
|{{{R3}}} | |{{{R3}}} | ||
|- | |- |
Revision as of 17:08, 11 June 2009
![]() {{{team1}}} {{{score1}}} |
{{{venue}}} {{{date}}} {{{surface}}} |
![]() {{{team2}}} {{{score2}}} | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Code for this template:
{{HopmanCupbox |team1= |team2= |venue= |date= |surface= |score1= |score2= |R1={{ TennisMatch3 |T1P1= | | | |T2P1= | | | }} |R2={{ TennisMatch3 |T1P1= | | | |T2P1= | | | }} |R3={{ TennisMatch3 |T1P1= |T1P2= | | | |T2P1= |T2P2= | | | }} }} <!-- info use one of this TennisMatch3's arguments if it is need: |np= not played |nc=x not completed; x is set when match ended |wo=x walkover; x is player's team number (1 or 2) |re1=x retired of player from team 1; x is set when match ended |re2=x retired of player from team 2; x is set when match ended -->