Template:MatchboxV2: Difference between revisions

From ytptenniswiki
Jump to navigation Jump to search
Created page with "{| {{MATCHBOX Infobox style|main_box}} |- ! colspan="2" {{MATCHBOX Infobox style|header_bar}} | MATCH NAME |- | colspan="2" {{MATCHBOX Infobox style|sub_header_bar}} | (type of match, if applicable) |- | colspan="2" {{MATCHBOX Infobox style|image_box}} | 200px <br/> "''(quote from the match, etc.)''" |- ! style="padding-right: 1em;" | Start Date | November 9th, 1900 |- ! style="padding-right: 1em;" | End Date | April 4th, 2000 |- ! style="padding-ri..."
 
mNo edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
Version 2 of the Matchbox template, used to show important information about a tennis match.
A Matchbox has a space for:
* the match name
* the type of match
* when it was played
* who played in it
* the number of rounds
* a link to the corresponding forum/etc. post of the match
* (in the case of a tournament match) who won.
'''COPY THIS CODE INTO YOUR PAGE:'''
<pre>
{{MatchboxV2
<!-- Name of the Match -->
|MATCHNAME=
<!-- Type of match. Leave blank for "Standard" -->
|MATCHTYPE=
<!-- A picture of part of the match. -->
|MATCHIMAGE=
<!-- A quote from the match, or description of the image. -->
|MATCHQUOTE=""
<!-- Start date of the match. Keep dates in "Month Date, Year" format. For example; November 9th, 2000 -->
|STARTDATE=
<!-- End date.-->
|ENDDATE=
<!-- Number of rounds in the match -->
|ROUNDS=
<!-- Participants who partook in this match. Keep as a comma-delimited list ("a,b,c"). If using alias templates, add "|U=1" at the end, for example: {{mrdoognoog|U=1}} IT WILL BREAK OTHERWISE! -->
|PARTICIPANTS=
<!-- Corresponding match page (one of the many forum sites, etc.) for the match. -->
|MATCHPAGE=
<!-- Was this a tournament match? Leave blank if no, "y" if yes-->
|TOURNAMENT=
<!-- Winner of the tournament (if applicable) -->
|WINNER=
}}
</pre>
</noinclude>
{| {{MATCHBOX Infobox style|main_box}}
{| {{MATCHBOX Infobox style|main_box}}
|-
|-
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | MATCH NAME
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | {{{MATCHNAME}}}
|-
|-
| colspan="2" {{MATCHBOX Infobox style|sub_header_bar}} | (type of match, if applicable)
| colspan="2" {{MATCHBOX Infobox style|sub_header_bar}} | {{if||{{{MATCHTYPE}}}| {{{MATCHTYPE}}} | Standard }}
|-
|-
| colspan="2" {{MATCHBOX Infobox style|image_box}} | [[File:Campers.png|200px]] <br/> "''(quote from the match, etc.)''"
| colspan="2" {{MATCHBOX Infobox style|image_box}} | {{if||{{{MATCHIMAGE}}}|[[{{{MATCHIMAGE}}}|200px]]|[[Category:Matches with missing images]]<nowiki/>}} {{if||{{{MATCHQUOTE}}}|<br/>{{{MATCHQUOTE}}}|}}
|-
|-
! style="padding-right: 1em;" | Start Date
! style="padding-right: 1em;" | Start Date
| November 9th, 1900
| {{if||{{{STARTDATE}}}|{{{STARTDATE}}}|(tba) [[Category:Matches with missing dates]]<nowiki/>}}
|-  
|-  
! style="padding-right: 1em;" | End Date
! style="padding-right: 1em;" | End Date
| April 4th, 2000
| {{if||{{{ENDDATE}}}|{{{ENDDATE}}}|(tba) [[Category:Matches with missing dates]]<nowiki/>}}
|-
|-
! style="padding-right: 1em;" | Rounds
! style="padding-right: 1em;" | Rounds
| 6
| {{if||{{{ROUNDS}}}|{{{ROUNDS}}}|(tba) [[Category:Matches with missing round counts]]<nowiki/>}}
|-
|-
! style="padding-right: 1em;" | Participants
! style="padding-right: 1em;" | Participants
| ''player1, player2, etc.''
|''{{if||{{{PARTICIPANTS}}}|{{{PARTICIPANTS}}}|(tba) [[Category:Matches with missing participant lists]]}}''
|-
|-
<!--- if the match page is not known, replace with MissingMatchPage template! --->
! style="padding-right: 1em;" | Match Page
! style="padding-right: 1em;" | Match Page
|  {{MissingMatchPage}} <!-- [https://example.com/ link] -->
{{if||{{{MATCHPAGE}}}| {{{MATCHPAGE}}} |{{MissingMatchPage}} }}
<!--- the following can be deleted if this isn't a tournament match --->
|-
|-
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | Winner (if applicable)
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | {{if||{{{TOURNAMENT}}}|Winner|}}
|-
|-
| colspan="2" {{MATCHBOX Infobox style|image_box_plain}} | (Winner)
| colspan="2" {{MATCHBOX Infobox style|image_box_plain}} | {{if||{{{TOURNAMENT}}}|{{{WINNER}}}|}}
|}
|}

Latest revision as of 03:42, 2 June 2025

Version 2 of the Matchbox template, used to show important information about a tennis match.

A Matchbox has a space for:

  • the match name
  • the type of match
  • when it was played
  • who played in it
  • the number of rounds
  • a link to the corresponding forum/etc. post of the match
  • (in the case of a tournament match) who won.

COPY THIS CODE INTO YOUR PAGE:

{{MatchboxV2
<!-- Name of the Match -->
|MATCHNAME=
<!-- Type of match. Leave blank for "Standard" -->
|MATCHTYPE=
<!-- A picture of part of the match. -->
|MATCHIMAGE=
<!-- A quote from the match, or description of the image. -->
|MATCHQUOTE=""
<!-- Start date of the match. Keep dates in "Month Date, Year" format. For example; November 9th, 2000 -->
|STARTDATE=
<!-- End date.-->
|ENDDATE=
<!-- Number of rounds in the match -->
|ROUNDS=
<!-- Participants who partook in this match. Keep as a comma-delimited list ("a,b,c"). If using alias templates, add "|U=1" at the end, for example: {{mrdoognoog|U=1}} IT WILL BREAK OTHERWISE! -->
|PARTICIPANTS=
<!-- Corresponding match page (one of the many forum sites, etc.) for the match. -->
|MATCHPAGE=
<!-- Was this a tournament match? Leave blank if no, "y" if yes-->
|TOURNAMENT=
<!-- Winner of the tournament (if applicable) -->
|WINNER=
}}


{{{MATCHNAME}}}
{{{MATCHTYPE}}}
[[{{{MATCHIMAGE}}}|200px]]
{{{MATCHQUOTE}}}
Start Date {{{STARTDATE}}}
End Date {{{ENDDATE}}}
Rounds {{{ROUNDS}}}
Participants {{{PARTICIPANTS}}}
Match Page {{{MATCHPAGE}}}
Winner
{{{WINNER}}}