Difference between revisions of "Template:Hopman Cup box"
Jump to navigation
Jump to search
imported>WOSlinker (tidy style for better HTML5 compatibility) |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {| cellpadding="4" cellspacing="0" style="background: #f9f9f9; border: 1px #aaa solid; font-size: 95%; {{#switch:{{{align|}}} | + | {| cellpadding="4" cellspacing="0" style="background: #f9f9f9; border: 1px #aaa solid; font-size: 95%; {{#switch:{{{align|}}} |
|left=float: left; margin-left: 0; margin-right: 1em; width: 30em; | |left=float: left; margin-left: 0; margin-right: 1em; width: 30em; | ||
|right=float: right; margin-right: 0; margin-left: 1em; width: 30em; | |right=float: right; margin-right: 0; margin-left: 1em; width: 30em; | ||
Line 6: | Line 6: | ||
|#default = float: none; width: 70% | |#default = float: none; width: 70% | ||
}}" | }}" | ||
+ | |- | ||
+ | !style="vertical-align:top;"| {{#if:{{{team1-noflag|}}} | ||
+ | | <span class="flagicon" style="padding-left:45px;"> </span><br>[[{{{team1}}} at the Hopman Cup|{{{team1}}}]] | ||
+ | | {{hopman-big|{{{team1|}}}|2={{{team1-var|}}}|name={{{team1-name|}}}|size=45x32px}} | ||
+ | }}<br/><big>{{{score1}}}</big> | ||
+ | |colspan=2 style="text-align:center;"| {{{venue}}}<br />{{{date}}}<br />{{{surface}}} | ||
+ | !style="vertical-align:top;"| {{#if:{{{team2-noflag|}}} | ||
+ | | <span class="flagicon" style="padding-left:45px;"> </span><br>[[{{{team2}}} at the Hopman Cup|{{{team2}}}]] | ||
+ | | {{hopman-big|{{{team2|}}}|2={{{team2-var|}}}|name={{{team2-name|}}}|size=45x32px}} | ||
+ | }}<br/><big>{{{score2}}}</big> | ||
|- | |- | ||
− | + | |colspan=6| | |
− | |||
− | |||
− | |||
− | |colspan=6| | ||
{|cellpadding="0" cellspacing="0" style="margin: 0.5em 1em 0.5em 0; background: #f9f9f9;" width=100% | {|cellpadding="0" cellspacing="0" style="margin: 0.5em 1em 0.5em 0; background: #f9f9f9;" width=100% | ||
− | + | |- style="text-align:left;background-color:#EAE3D8;" | |
− | |||
!width=3%| | !width=3%| | ||
! | ! | ||
− | !width= | + | !width=50%| |
− | !width= | + | !width=10%|1 |
− | !width= | + | !width=10%|2 |
− | !width= | + | !width=10%|3 |
!width=12%| | !width=12%| | ||
− | |||
− | + | |- style="background-color:#ededed;" | |
− | |- | ||
! 1 | ! 1 | ||
− | + | | {{#if:{{{team1-noflag|}}} | |
− | |{{{R1}}} | + | |{{noflag}} |
− | + | |{{flagicon|{{{team1|}}}|2={{{team1-var|}}}}} | |
+ | }}<br />{{#if:{{{team2-noflag|}}} | ||
+ | |{{noflag}} | ||
+ | |{{flagicon|{{{team2|}}}|2={{{team2-var|}}}}} | ||
+ | }} | ||
+ | |{{{R1}}} | ||
− | |||
|- | |- | ||
! 2 | ! 2 | ||
− | + | | {{#if:{{{team1-noflag|}}} | |
+ | |{{noflag}} | ||
+ | |{{flagicon|{{{team1|}}}|2={{{team1-var|}}}}} | ||
+ | }}<br />{{#if:{{{team2-noflag|}}} | ||
+ | |{{noflag}} | ||
+ | |{{flagicon|{{{team2|}}}|2={{{team2-var|}}}}} | ||
+ | }} | ||
|{{{R2}}} | |{{{R2}}} | ||
− | |||
− | + | |- style="background-color:#ededed;" | |
− | |- | ||
! 3 | ! 3 | ||
− | + | | {{#if:{{{team1-noflag|}}} | |
− | |{{{R3}}} | + | |{{noflag}} |
− | + | |{{flagicon|{{{team1|}}}|2={{{team1-var|}}}}} | |
− | + | }}<br />{{#if:{{{team2-noflag|}}} | |
+ | |{{noflag}} | ||
+ | |{{flagicon|{{{team2|}}}|2={{{team2-var|}}}}} | ||
+ | }} | ||
+ | |{{{R3}}} | ||
+ | |||
|} | |} | ||
+ | |}<noinclude> | ||
− | + | '''Code for this template:''' | |
− | Code for this template: | ||
<pre> | <pre> | ||
{{Hopman Cup box | {{Hopman Cup box | ||
Line 59: | Line 75: | ||
|score1= | |score1= | ||
|score2= | |score2= | ||
− | |R1={{ | + | |R1={{ TennisMatch |T1P1= | | | | | |T2P1= | | | | | }} |
− | |R2={{ | + | |R2={{ TennisMatch |T1P1= | | | | | |T2P1= | | | | | }} |
− | |R3={{ | + | |R3={{ TennisMatch |T1P1= |T1P2= | | | | | |T2P1= |T2P2= | | | | | }} |
− | }} | + | |team1-var= //use if non-standard flag is needed. |
− | <!-- info | + | |team2-var= |
− | use one of this | + | |}} |
+ | <!-- info | ||
+ | use one of this TennisMatch's arguments if it is need: | ||
|np= not played | |np= not played | ||
|nc=x not completed; x is set when match ended | |nc=x not completed; x is set when match ended | ||
Line 70: | Line 88: | ||
|re1=x retired of player from team 1; x is set when match ended | |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 | |re2=x retired of player from team 2; x is set when match ended | ||
− | |||
--> | --> | ||
− | </pre> | + | </pre> |
− | + | ||
− | + | '''Inputting scores:''' | |
− | [[ | + | See {{tl|TennisMatch}} for more information. |
− | + | ||
− | + | [[Category:Tennis tournaments infobox templates]] | |
</noinclude> | </noinclude> |
Latest revision as of 20:41, 28 January 2015
![]() [[at the Hopman Cup|]] {{{score1}}} |
{{{venue}}} {{{date}}} {{{surface}}} |
![]() [[at the Hopman Cup|]] {{{score2}}} | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Code for this template:
{{Hopman Cup box |align=<!-- left, right, center, none --> |team1= |team2= |venue= |date= |surface= |score1= |score2= |R1={{ TennisMatch |T1P1= | | | | | |T2P1= | | | | | }} |R2={{ TennisMatch |T1P1= | | | | | |T2P1= | | | | | }} |R3={{ TennisMatch |T1P1= |T1P2= | | | | | |T2P1= |T2P2= | | | | | }} |team1-var= //use if non-standard flag is needed. |team2-var= |}} <!-- info use one of this TennisMatch'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 -->
Inputting scores: See {{TennisMatch}} for more information.