|
|
(13 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| == FGC Discord Portal == | | == FGC Discord Portal == |
| * [[Shoryuken Wiki:Community portal/Discords/Character|Character Discords]] | | * [[SuperCombo Wiki:Community portal/Discords/Character|Character Discords]] |
| * [[Shoryuken Wiki:Community portal/Discords/Game|Game Discords]] | | * [[SuperCombo Wiki:Community portal/Discords/Game|Game Discords]] |
| * [[Shoryuken Wiki:Community portal/Discords/Region|Regional Discords]] | | * [[SuperCombo Wiki:Community portal/Discords/Region|Regional Discords]] |
|
| |
|
| == Online Tournament Calendar == | | == FGC Websites == |
| * This feature is an experiment and will be re-evaluated at the end of April 2021.
| | * [[Project:Community portal/Sites/Region|Regional Community Sites]] |
| * To add your event [[Help:Tournament Calendar|read this page]].
| | |
| ** [[Shoryuken Wiki:Community portal/Tournaments/2021/Netplay|Data page]]
| | == Preservation == |
| === Icon legend ===
| | * [[Project:Preservation/Arcade Footage|Arcade Footage]] |
| <div style="background: rgb(53,53,53); background: linear-gradient(180deg, rgba(53,53,53,1) 0%, rgba(22,22,22,1) 100%); border-radius: 8px; padding: 5px; margin-top: 10px;">
| |
| <div style="display:flex; flex-wrap:wrap; justify-content: center; padding:5px;">
| |
| <div style="padding-right:10px;">[[Image:Icon signup.png|x24px]] Sign up/bracket link</div>
| |
| <div style="padding-right:10px;">[[Image:Icon coin.png|x24px]] Crowdfunding page (Matcherino,Tiltify)</div>
| |
| <div style="padding-right:10px;">[[Image:Icon chat.png|x24px]] Chat server (Discord)</div>
| |
| <div style="padding-right:10px;">[[Image:Icon stream.png|x24px]] Stream channel</div>
| |
| <div style="padding-right:10px;">[[Image:Icon info.png|x24px]] Info link</div>
| |
| </div>
| |
| </div>
| |
| === Upcoming Online Tournaments ===
| |
| <div style="height:600px; overflow-y: auto; overflow-x:hidden; background: rgb(53,53,53); background: linear-gradient(180deg, rgba(53,53,53,1) 0%, rgba(22,22,22,1) 100%); margin-top: 10px; padding: 10px; border-radius: 8px;">
| |
| <tabber>
| |
| US Eastern=
| |
| {| class="wikitable sortable " style="width:100%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !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%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !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%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !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
| |
| }}
| |
| |}
| |
| |-|
| |
| Brasília=
| |
| {| class="wikitable sortable " style="width:100%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !Info
| |
| |-
| |
| {{#cargo_query:
| |
| tables=TourneyNetplay
| |
| |fields=DATE_FORMAT(CONVERT_TZ(TourneyNetplay.Date,'US/Eastern','America/Sao_Paulo'), "'''%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%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !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%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !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%"
| |
| !Date
| |
| !Name
| |
| !Game
| |
| !Platform
| |
| !Region
| |
| !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>
| |