Difference between revisions of "Single Match Results"
From Tenipuri Info
m |
m |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{|class="wikitable fullwmobile" style="width:60%;font-size:95%;text-align:center;" | <noinclude>Thie template is for displaying single match results from the match result database. It is found on arc pages. | ||
! style="text-align:center;"|'''{{ | |||
If you would like to use this template, copy this code: | |||
<nowiki>{{Single Match Results | |||
|Tournament=Kantou Tournament | |||
|Position= <!--D2,D1,S3, etc.--> | |||
|Team 1= <!--first in alphabetical order--> | |||
|Team 2= | |||
|Episode=### | |||
|Chapter=Genius/Golden Age ###-### | |||
}} | |||
</nowiki> | |||
If you want to use this template but the match results aren't in the database yet, see the [[Template:Match Results|Match Results Template]].</noinclude><includeonly>{|class="wikitable fullwmobile" style="width:60%;font-size:95%;text-align:center;" | |||
! style="text-align:center;"|'''{{{Position|Position}}}''' | |||
! style="text-align:center;|{{#cargo_query: | |||
tables=MatchResults | |||
|fields=Tournament,Position,Team1=Team 1,Team2=Team 2,Players1=Player(s) 1,Players2=Player(s) 2,Winner,Score | |||
|where=Tournament="{{{Tournament|}}}" AND Team1="{{{Team 1|}}}" AND Team2="{{{Team 2|}}}" AND Position="{{{Position|}}}" | |||
|format=template | |||
|named args=yes | |||
|template=Arc Match Results Upper | |||
}}{{#if:{{{Episode|}}}|{{#tag:ref|Episode: {{{Episode|000}}}}}}}{{#if:{{{Chapter|}}}|{{#tag:ref|Chapter: {{{Chapter|xxx}}}}}}} | |||
|- | |- | ||
{{#cargo_query: | |||
| {{{ | tables=MatchResults | ||
| | |fields=Tournament,Position,Team1=Team 1,Team2=Team 2,Players1=Player(s) 1,Players2=Player(s) 2,Winner,Score | ||
|where=Tournament="{{{Tournament|}}}" AND Team1="{{{Team 1|}}}" AND Team2="{{{Team 2|}}}" AND Position="{{{Position|}}}" | |||
| | |format=template | ||
|} | |named args=yes | ||
|template=Arc Match Results Inner | |||
}} | |||
|}</includeonly> |
Latest revision as of 17:57, 22 June 2021
Thie template is for displaying single match results from the match result database. It is found on arc pages.
If you would like to use this template, copy this code:
{{Single Match Results |Tournament=Kantou Tournament |Position= <!--D2,D1,S3, etc.--> |Team 1= <!--first in alphabetical order--> |Team 2= |Episode=### |Chapter=Genius/Golden Age ###-### }}
If you want to use this template but the match results aren't in the database yet, see the Match Results Template.