Error: Table TourneyNetplay not found.
Name | Game | Region | Date | Platform | Info |
---|
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Community Portal. WIP. | Community Portal. WIP. | ||
* [[Shoryuken Wiki:Community portal/Discords|Discord list portal]] | * [[Shoryuken Wiki:Community portal/Discords|Discord list portal]] | ||
* [[Shoryuken Wiki:Community portal/Tournaments/2021/Netplay|2021 Netplay | * | ||
== Upcoming Online Tournaments == | |||
* This feature is an experiment and will be re-evaluated at the end of April 2021. | |||
* To add your event, log in and click "Edit with Form" on the [[Shoryuken Wiki:Community portal/Tournaments/2021/Netplay|2021 Netplay Events page]]. You may click "Add Another" at the bottom and fill out as much information as you can. Save when finished and your event will populate the tables within a few minutes. | |||
<div style="height:600px; overflow-y: auto;"> | |||
<tabber> | |||
US Eastern= | |||
{| class="wikitable sortable stickytable" style="width:100%" | |||
!Name | |||
!Game | |||
!Region | |||
!Date | |||
!Platform | |||
!Info | |||
|- | |||
{{#cargo_query: | |||
tables=TourneyNetplay | |||
|fields=DATE_FORMAT(TourneyNetplay.Date, "'''%b %d %l%p'''") = Date, TourneyNetplay.Name, TourneyNetplay.Game, TourneyNetplay.Platform, TourneyNetplay.Region, TourneyNetplay.Bracket, TourneyNetplay.Crowdfunding, TourneyNetplay.Coupon, TourneyNetplay.Chat, TourneyNetplay.Stream, TourneyNetplay.Stream_2, TourneyNetplay.Info | |||
|order by=TourneyNetplay.Date ASC | |||
|format=template | |||
|template=TourneyNetplayRow | |||
|named args=Yes | |||
|delimiter=\n | |||
}} | |||
|} | |||
|-| | |||
US Central= | |||
{| class="wikitable sortable" style="width:100%" | |||
!Name | |||
!Game | |||
!Region | |||
!Date | |||
!Platform | |||
!Info | |||
|- | |||
{{#cargo_query: | |||
tables=TourneyNetplay | |||
|fields=DATE_FORMAT(CONVERT_TZ(TourneyNetplay.Date,'US/Eastern','US/Central'), "'''%b %d %l%p'''") = Date, TourneyNetplay.Name, TourneyNetplay.Game, TourneyNetplay.Platform, TourneyNetplay.Region, TourneyNetplay.Bracket, TourneyNetplay.Crowdfunding, TourneyNetplay.Coupon, TourneyNetplay.Chat, TourneyNetplay.Stream, TourneyNetplay.Stream_2, TourneyNetplay.Info | |||
|order by=TourneyNetplay.Date ASC | |||
|format=template | |||
|template=TourneyNetplayRow | |||
|named args=Yes | |||
|delimiter=\n | |||
}} | |||
|} | |||
|-| | |||
US Pacific= | |||
{| class="wikitable sortable" style="width:100%" | |||
!Name | |||
!Game | |||
!Region | |||
!Date | |||
!Platform | |||
!Info | |||
|- | |||
{{#cargo_query: | |||
tables=TourneyNetplay | |||
|fields=DATE_FORMAT(CONVERT_TZ(TourneyNetplay.Date,'US/Eastern','US/Pacific'), "'''%b %d %l%p'''") = Date, TourneyNetplay.Name, TourneyNetplay.Game, TourneyNetplay.Platform, TourneyNetplay.Region, TourneyNetplay.Bracket, TourneyNetplay.Crowdfunding, TourneyNetplay.Coupon, TourneyNetplay.Chat, TourneyNetplay.Stream, TourneyNetplay.Stream_2, TourneyNetplay.Info | |||
|order by=TourneyNetplay.Date ASC | |||
|format=template | |||
|template=TourneyNetplayRow | |||
|named args=Yes | |||
|delimiter=\n | |||
}} | |||
|} | |||
|-| | |||
Berlin= | |||
{| class="wikitable sortable" style="width:100%" | |||
!Name | |||
!Game | |||
!Region | |||
!Date | |||
!Platform | |||
!Info | |||
|- | |||
{{#cargo_query: | |||
tables=TourneyNetplay | |||
|fields=DATE_FORMAT(CONVERT_TZ(TourneyNetplay.Date,'US/Eastern','Europe/Berlin'), "'''%b %d %l%p'''") = Date, TourneyNetplay.Name, TourneyNetplay.Game, TourneyNetplay.Platform, TourneyNetplay.Region, TourneyNetplay.Bracket, TourneyNetplay.Crowdfunding, TourneyNetplay.Coupon, TourneyNetplay.Chat, TourneyNetplay.Stream, TourneyNetplay.Stream_2, TourneyNetplay.Info | |||
|order by=TourneyNetplay.Date ASC | |||
|format=template | |||
|template=TourneyNetplayRow | |||
|named args=Yes | |||
|delimiter=\n | |||
}} | |||
|} | |||
|-| | |||
London= | |||
{| class="wikitable sortable" style="width:100%" | |||
!Name | |||
!Game | |||
!Region | |||
!Date | |||
!Platform | |||
!Info | |||
|- | |||
{{#cargo_query: | |||
tables=TourneyNetplay | |||
|fields=DATE_FORMAT(CONVERT_TZ(TourneyNetplay.Date,'US/Eastern','Europe/London'), "'''%b %d %l%p'''") = Date, TourneyNetplay.Name, TourneyNetplay.Game, TourneyNetplay.Platform, TourneyNetplay.Region, TourneyNetplay.Bracket, TourneyNetplay.Crowdfunding, TourneyNetplay.Coupon, TourneyNetplay.Chat, TourneyNetplay.Stream, TourneyNetplay.Stream_2, TourneyNetplay.Info | |||
|order by=TourneyNetplay.Date ASC | |||
|format=template | |||
|template=TourneyNetplayRow | |||
|named args=Yes | |||
|delimiter=\n | |||
}} | |||
|} | |||
|-| | |||
Japan= | |||
{| class="wikitable sortable" style="width:100%" | |||
!Name | |||
!Game | |||
!Region | |||
!Date | |||
!Platform | |||
!Info | |||
|- | |||
{{#cargo_query: | |||
tables=TourneyNetplay | |||
|fields=DATE_FORMAT(CONVERT_TZ(TourneyNetplay.Date,'US/Eastern','Asia/Tokyo'), "'''%b %d %l%p'''") = Date, TourneyNetplay.Name, TourneyNetplay.Game, TourneyNetplay.Platform, TourneyNetplay.Region, TourneyNetplay.Bracket, TourneyNetplay.Crowdfunding, TourneyNetplay.Coupon, TourneyNetplay.Chat, TourneyNetplay.Stream, TourneyNetplay.Stream_2, TourneyNetplay.Info | |||
|order by=TourneyNetplay.Date ASC | |||
|format=template | |||
|template=TourneyNetplayRow | |||
|named args=Yes | |||
|delimiter=\n | |||
}} | |||
|} | |||
</tabber> | |||
</div> |
Community Portal. WIP.
Name | Game | Region | Date | Platform | Info |
---|
Name | Game | Region | Date | Platform | Info |
---|
Name | Game | Region | Date | Platform | Info |
---|
Name | Game | Region | Date | Platform | Info |
---|
Name | Game | Region | Date | Platform | Info |
---|
Name | Game | Region | Date | Platform | Info |
---|