You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if |matchticker=true is enabled in HDB it will (try to) display a matchticker
it only queries from current page and not from parent
How did you test this change?
dev
(placement of the matchticker obviously depends on the placement of HDB on the page)
the broken countdown is unrelated to this PR (seems to only be broken on that particular wiki ...)
Open Question:
do we want to allow input so that the matchticker can query form several tournaments?
(something like |matchTickerTournamentX=)
usage would be e.g. on https://liquipedia.net/geoguessr/GeoGuessr_World_Championship/2026/World_League/APAC where they display the matches of several subpages, but the page itself is a supgae of the tournament page too
do we want to allow input so that the matchticker can query form several tournaments?
(something like |matchTickerTournamentX=)
usage would be e.g. on https://liquipedia.net/geoguessr/GeoGuessr_World_Championship/2026/World_League/APAC where they display the matches of several subpages, but the page itself is a supgae of the tournament page too
IMO not worth the effort. That page could just as well be a redirect, it does not display anything in addition to the transclusion/showbracket.
do we want to allow input so that the matchticker can query form several tournaments?
(something like |matchTickerTournamentX=)
usage would be e.g. on https://liquipedia.net/geoguessr/GeoGuessr_World_Championship/2026/World_League/APAC where they display the matches of several subpages, but the page itself is a supgae of the tournament page too
IMO not worth the effort. That page could just as well be a redirect, it does not display anything in addition to the transclusion/showbracket.
tend to agree, just wanting to give nydra the option (since it is not hard to implement)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
requested on discord: https://discord.com/channels/93055209017729024/1445750345442656409/1467499566663340074
nydra giving green light for the idea: https://discord.com/channels/93055209017729024/1445750345442656409/1468152236067786855
As per discussions on discord:
|matchticker=trueis enabled in HDB it will (try to) display a matchtickerHow did you test this change?
dev

(placement of the matchticker obviously depends on the placement of HDB on the page)
the broken countdown is unrelated to this PR (seems to only be broken on that particular wiki ...)
Open Question:
do we want to allow input so that the matchticker can query form several tournaments?
(something like
|matchTickerTournamentX=)usage would be e.g. on https://liquipedia.net/geoguessr/GeoGuessr_World_Championship/2026/World_League/APAC where they display the matches of several subpages, but the page itself is a supgae of the tournament page too
@PiddyNydra