Content deleted Content added
S.A. Julio (talk | contribs) →omit label for consolation matches: new section |
|||
(110 intermediate revisions by 31 users not shown) | |||
Line 1:
{{Permanently protected}}
{{oldtfdfull|date= 10 February 2021 |result=no consensus |disc=Module:RoundN}}
==Check request==
*{{ping|Mr Stradivarius|Jackmcbarn}} - Would you guys please take a look at this? As this is my third module, the module could probably benefit from your experienced eyes to spot potential bugs and ideas for improving the new features. The rendering of {{t|Round16}} and {{t|Round8}} are nearly identical, I think; I have not attempted to emulate the spacing of {{t|Round2}} and {{t|Round4}} but I don't see a good reason to display them exactly as long as the information conveyed is the same... perhaps those templates would benefit from standardization/a more compact form? What do you think? —[[User:Codehydro|<
==Byes==
Line 17 ⟶ 20:
-[[User:Koppapa|Koppapa]] ([[User talk:Koppapa|talk]]) 11:25, 6 January 2015 (UTC)
{{done}} {{ping|Koppapa}} Ha, I had actual set up my code to detect when both matches are skipped so I could remove the line. Silly me forgot to implement it! Good catch! Anyhow, while I was at it, I came up with a neat shorthand for skipmatch and also extended it beyond the first round. See [[Module talk:RoundN/testcases/3]]. Thanks again! —[[User:Codehydro|<
== Comments ==
Line 24 ⟶ 27:
== Please read before asking for seeds ==
RoundN is intended to replace templates like Template:Round16 which never used seeds. For seeds, use [[Module:TeamBracket]]. While it's hardly a challenge to add them, my thinking is that adding a check for seeds is more of a performance drag than helpful since there is already a module that supports them. As much as I want to make accommodate every possible need, the fact is too many features will slow down the module. Slow module = more servers resources used = more ad campaigns for donations = less pleasant wiki and slower page loads. Yes, this module does fancy things that Team bracket currently can't, like auto-bolding and score-summing, but these features save server resources because the mediawiki engine no longer has to parse '''wikibold''' markup in each parameter and Lua is more efficient at string processing. (If you want these features with seeds, let TeamBracket's programmers know that they may use RoundN's score cleaning/processing functions by adding <code>require('Module:RoundN').scoreWasher</code> to their code.) —[[User:Codehydro|<
== More compact ==
Line 31 ⟶ 34:
BTW, you should add in the documentation, the information about <code>|score-boxes=</code> and the possibility of 2+sum. [[User:Asturkian|Asturkian]] ([[User talk:Asturkian|talk]]) 09:09, 29 January 2015 (UTC)
::{{ping|Asturkian}} Sorry for the delayed respond. I didn't see the question until just now. I'm assuming you've left the date/place box blank, which would make it appear as though there were a big gap between the title and the first match. A simple work around could be to put an empty span tag {{code|<span />}} as the first date parameter, which would minimize the size of the first date row. As for documenting the <code>+sum</code> switch, that is a beta feature which is not officially released. The documentation will be updated when Beta goes live. —[[User:Codehydro|<
:{{ping|Codehydro}} How does the score-boxes parameter work? <i style="font-family:Sans-serif">[[User:Qed237|<b style="color:blue">QED</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 16:20, 23 March 2015 (UTC)
::{{ping|Qed237}} Though I hate to do this, I must hold off on explaining it until the official release of Beta. Been working on a higher priority project so I haven't even touched RoundN since January (RoundN is expected to be used on a few thousand pages at most; the higher priority module is used on 2 million pages). Sorry, but, for now, you'll have to make do by studying [[Module talk:RoundN/testcases/4]], [[Module talk:RoundN/testcases/5]], and [[Module talk:RoundN/testcases/6]] on your own. Very overwhelmed with work lately... and though I'm pretty fast at writing code, I'm awful slow when it comes to explaining it. (In fact, Beta has been 95% ready, but just updating the doc page would probably take me a couple of weeks... and it's probably going to be a while before I even get back to RoundN). —[[User:Codehydro|<
:::{{ping|Codehydro}} Okay, no problem. I just wanted to check it had not been forgotten. Take your time. <i style="font-family:Sans-serif">[[User:Qed237|<b style="color:blue">QED</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 14:38, 24 March 2015 (UTC)
Line 40 ⟶ 43:
==Chess==
Used it [[Women's World Chess Championship 2015 (knock-out)|here]]. It bolds ½ over 1½. Is there a way to change that automatically? Or is manually bolding the way to go? If non-numbers are removes, shouldn't be 1 be bold over nothing? -[[User:Koppapa|Koppapa]] ([[User talk:Koppapa|talk]]) 17:07, 17 March 2015 (UTC)
:{{ping|Koppapa}} I see you came up with a workaround on your own. I may have suggested something like {{t|sort}}, but your way seems to work just fine. The release of beta will have way to customize how scores are "cleaned" but alas Module:RoundN has been on hold because I have other priorities right now —[[User:Codehydro|<
== Error with third place ==
Line 48 ⟶ 51:
== Display one team in node ==
{{ping|Codehydro}} Hi, I know you are probably busy but is there a way to display only one team in a node at the same time you have scoreboxes? It does not seem to work when testing in [[User:Qed237/sandbox5]]. On [[WT:FOOTY]] It was requested a bracket that involves teams that can play after being eliminated. <i style="font-family:Sans-serif">[[User:Qed237|<b style="color:blue">Qed</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 13:53, 6 July 2015 (UTC)
* Hmm, well there is a way.. .but why would you need score boxes for team by itself? Why not use something like [[Module_talk:RoundN/testcases/6]]--i.e., the losing teams are in a separate branch? I don't see a situation how a team by itself with no other team can score anything. —[[User:Codehydro|<
::{{ping|Codehydro}} Just look at my sandbox and you see the reason, the best ranked eliminated team immediately joins the other teams (and no separate branch). <i style="font-family:Sans-serif">[[User:Qed237|<b style="color:blue">Qed</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 23:38, 17 July 2015 (UTC)
:::{{ping|Qed237}}I edited your sandbox... something like that? not the prettiest solution, but doesn't require changing Module:RoundN. You may be able to get a better result with node_function{canvas} instead of {line}, but it would require some good HTML/CSS hacking to make it look good. —[[User:Codehydro|<
::::{{ping|Codehydro}} Looks fine, but I need the extra scorebox as the third round is played with two matches. <i style="font-family:Sans-serif">[[User:Qed237|<b style="color:blue">Qed</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 11:45, 18 July 2015 (UTC)
Line 77 ⟶ 80:
From this:
{{2TeamBracket
| RD1=[[#Preliminary Round|Preliminary Round]]
| team-width=160px
Line 84 ⟶ 87:
| RD1-score1-1= 3
| RD1-score1-2= 3
| RD1-seed2=
| RD1-team2= [[Ottawa Fury FC]]
| RD1-score2-1= 1
| RD1-score2-2= 1
}}
{{4TeamBracket
| RD1=[[#Semifinals|Semifinals]]
| RD2=[[#Final|Final]]
Line 100 ⟶ 101:
| RD1-score1-1=1
| RD1-score1-2=2
| RD1-seed2= 4
| RD1-team2= [[FC Edmonton]]
| RD1-score2-1=1
| RD1-score2-2=1
| RD1-seed3= 2
| RD1-team3= [[Toronto FC]]
| RD1-score3-1=0
| RD1-score3-2=3
| RD1-seed4= 3
| RD1-team4= '''[[Montreal Impact]]'''
| RD1-score4-1=1
| RD1-score4-2=2
| RD2-seed1= 1
| RD2-team1= '''[[Vancouver Whitecaps FC]]'''
| RD2-score1-1=2
| RD2-score1-2=2
| RD2-seed2= 3
| RD2-team2= [[Montreal Impact]]
| RD2-score2-1=2
| RD2-score2-2=0
}}
Line 148 ⟶ 143:
:{{ping|Codehydro}} Do you know why the RDseed in first semifinal match (Vancouver v Edmonton) is not "perfect" (a thicker bolded line). <i style="font-family:Sans-serif">[[User:Qed237|<b style="color:blue">Qed</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 15:05, 4 May 2016 (UTC)
::{{ping|Qed237}} It's an interaction with the skipmatch parameter. Basically the skipmatch attempts preserve shape of the table with invisible non-breaking space characters by default, but when nodes are skipped unevenly, the skipped characters cause the rows to become uneven in height. RDSeed is a CSS hack that depends on even row heights. I fixed it using the flex_tree parameter. The branch lines between matches won't be perfectly symmetrical, but the nature of the HTML forces one to choose between even looking seeds or even looking branches--i.e. the row height needed to make one thing look even will make the other to look uneven... —[[User:Codehydro|<
:::PS: This interaction between skipmatch and seeds was forced upon me the need to maintain backwards compatibility with the HTML of the old pre-module template. Just making a note here to remind myself and to let future programmers know not to fix this interaction. One of these days I will actually write the documentation for the flex_tree parameter along with all the other undocumented features... (PPS: for every feature you see in the current documentation, there are at least twice as many undocumented... :\ ) —[[User:Codehydro|<
== Third place match alignment issue with two-legged matches ==
Line 207 ⟶ 202:
|8 June – [[Stadio Olimpico|Rome]]|{{fb|ENG}}|2|{{fb|URS|1955}}|0
}}</blockquote>
Does this work for you? —[[User:Codehydro|<
:{{re|Codehydro}} Hmm, the only issue as that numbers in parentheses usually refer to penalty shoot-out scores. Also, the problem applies to normal tournaments over two legs that have a third place match (see below). [[User:S.A. Julio|S.A. Julio]] ([[User talk:S.A. Julio#top|talk]]) 20:32, 21 February 2017 (UTC)
{{#invoke:RoundN|N4
Line 239 ⟶ 234:
|8 June – [[Stadio Olimpico|Rome]]|{{fb|ENG}}|2|{{fb|URS|1955}}|0
}}</blockquote>
:I will have to find the time to update RoundN's documentation since the score-boxes parameter isn't "officially" available yet. —[[User:Codehydro|<
::{{re|Codehydro}} All right thanks, I adjusted the article with the slash. But while maybe this situation is rare, I think it would be a good idea anyways to fix the issue with the third place match when the bracket has multiple legs. Also, why is the score-box parameter not yet "official" yet? [[User:S.A. Julio|S.A. Julio]] ([[User talk:S.A. Julio#top|talk]]) 00:01, 23 February 2017 (UTC)
* {{ping|S.A. Julio}} - Sorry it took a year, but I finally got around to fixing this bug. —[[User:Codehydro|<
== Alternate name for Final ==
Line 271 ⟶ 266:
As for your changes around the line {{code|lang=lua|local hasBold, b {{=}} ...}}, the changes miss the purpose of original, which was to bold text when users enter something like <code><nowiki>'''text</nowiki></code> (as opposed to properly closing it with <code><nowiki>'''text'''</nowiki></code>). Unclosed bold is works fine in MediaWiki-based templates but doesn't work in Lua-based templates, so those lines were an attempt maintain backwards compatibility. Your edit only affected paired/closed wiki-bold mark-up, which left, for example, left all of the score numbers (33, 40, etc.) unbolded in [[2015–16 Magyar Kupa (men's handball)#Final four]].
That said, non-working bolding is better than the error that was there before, so good job restoring partial functionality while I was MIA :) It's fixed now. —[[User:Codehydro|<
|}
::@[[User:Codehydro|Codehydro]]: It's good code! I monitor [[:Category:Pages with script errors|script errors]] and my edits here were, I'm afraid, merely intended to remove those errors. I know nothing about this topic or exactly what the module is supposed to do so I was working in the dark. If you want to support a single occurrence of <code><nowiki>'''</nowiki></code> as valid bolding I suppose that is ok, but my humble opinion is that it would be better to throw an error or put the article in a hidden category so the broken wikitext can be fixed. The purpose of my edit was to remove a problem, but while doing that I chose to only replace <code><nowiki>'''</nowiki></code> if there were exactly two occurrences as a quick workaround. Anyway, that's up to you.<p>You may not be aware that the global variables I mentioned are almost certainly bugs that need to be fixed. I can explain more if you like, but searching for each will show places where they would give <code>nil</code> as an uninitialized global. I could take a stab at fixing a couple of them but it would take longer than I have to work out the underlying intention regarding what should happen. [[User:Johnuniq|Johnuniq]] ([[User talk:Johnuniq|talk]]) 01:30, 9 September 2018 (UTC)</p>
== "previewnumbers" do not work ==
Line 279 ⟶ 274:
"previewnumbers" do not work, the template claims that match 1 is match 2, match 2 is match 3 and then it continues. Instead, the number 1 ("match 1") is next to the headings. [[User:DenSportgladeSkåningen|DenSportgladeSkåningen]] ([[User talk:DenSportgladeSkåningen|talk]]) 18:23, 17 August 2018 (UTC)
*{{ping|DenSportgladeSkåningen}} fixed —[[User:Codehydro|<
== score-boxes=0 and 3rdplace=yes does not display correctly ==
Line 297 ⟶ 292:
:::I'm assuming the module is expecting a score for the 3rd place match, so it actually puts the two 3rd-place adversaries side-by-side instead of one over the other. I noticed that this is a problem for Firefox, but not for Edge, which puzzles me even more. [[User:Χ|<math>\color{blue}\chi</math><sub>chi</sub>]] ([[User talk:Χ|talk]]) 11:07, 27 August 2018 (UTC)
::::I put an example from above in [[User:Johnuniq/sandbox|my sandbox]] ([[Special:PermanentLink/856861434|permalink]]) showing what HTML is produced by the module. One problem has been identified, namely that different browsers show the results differently. Is there any other problem with the above? I ask because it is not clear to me why empty boxes should be displayed. Are you saying that what Edge shows in my sandbox is what is wanted? Is there an article showing empty boxes? If the only problem is the browser difference, the next step would be to ask at [[WP:VPT]] where HTML experts live. Someone would need to say what HTML output should occur before edits to the module can be contemplated. [[User:Johnuniq|Johnuniq]] ([[User talk:Johnuniq|talk]]) 00:42, 28 August 2018 (UTC)
* {{ping|Johnuniq|Χ}} This bug has now been patched. —[[User:Codehydro|<
:*@[[User:Codehydro|Codehydro]]: Thanks. Please also see my earlier post above with "remaining globals". The variables are almost certainly bugs that should be fixed. [[User:Johnuniq|Johnuniq]] ([[User talk:Johnuniq|talk]]) 23:11, 4 September 2018 (UTC)
Line 303 ⟶ 298:
Hi - It appears that the bold lines connecting any two matches starts from either slightly above or below the middle of the box, and then enters slightly above or below the middle of the box it's connecting to. How easy is this to fix? [[User:M00036|M00036]] ([[User talk:M00036|talk]]) 14:40, 7 January 2019 (UTC)
: {{ping|M00036}} This aesthetic compromise is intentional. Due to the way the CSS box model works and the fact the Wikipedia makes us use only inline CSS, making the lines balanced required generating a lot more HTML/CSS and slowed down page loads too much. The current compromise was found to be the optimal balance between visual acceptability and code bulk. —[[User:Codehydro|<b style="color:#aaaaaa; font-family:Unicode; font-size:12pt;">Code</b>]][[User talk:Codehydro|<b style="color:#5577aa">Hydro</b>]] 16:06, 19 May 2019 (UTC)
== Right to Left Wikis ==
Line 313 ⟶ 309:
If you use |score-boxes=2+sum, you don't have the option to add penalties result to the sum box. Alternatively, you can display penalties' result between parenthesis on the second leg box but the sum won't work (e.g. |1 |1 (4) would display 15 on the sum box because 1+14=15).[[User:A.Caseiro|A.Caseiro]] ([[User talk:A.Caseiro|talk]]) 19:43, 23 February 2019 (UTC)
* {{ping|A.Caseiro}} Automatic sum is meant for simple numbers. Just use <code>score-boxes=3</code> and do the math manually, e.g. <code>|1 |1 (4)|6</code>. If you want a different width sum box then use something like <code>score-width=30;30;50</code> —[[User:Codehydro|<
== Issue with first match byes ==
Line 319 ⟶ 315:
If the top match in the first round is a bye, there is a larger than normal spacing between the top of the knock-out bracket and the round descriptors...[[User:M00036|M00036]] ([[User talk:M00036|talk]]) 14:48, 11 March 2019 (UTC)
* {{ping|M00036}} Example? —[[User:Codehydro|<
* {{ping|Codehydro}}
Line 361 ⟶ 357:
[[User:M00036|M00036]] ([[User talk:M00036|talk]]) 07:16, 15 May 2019 (UTC)
:: {{ping|M00036}} I edited the above to use {{code|flex_tree{{=}}yes}} and added <code>&nbsp;</code> to all but top one. I also added {{code|bold_winner{{=}}high}} because... why do it manually? See {{diff||897416485|897171263|edit history}} —[[User:Codehydro|<
::: {{ping|Codehydro}} Thanks for the above - very useful (and thanks also for emboldening tip!). Also wondered whether it's possible to set up a knockout with R1, R2 and QFs but no SFs or Final? (and with boxes for SF and Final hidden). Similar to the question below in some ways I guess. [[User:M00036|M00036]] ([[User talk:M00036|talk]]) 16:43, 17 May 2019 (UTC)
:::: Don't worry about the above - just found it in the code [[User:M00036|M00036]] ([[User talk:M00036|talk]]) 16:47, 17 May 2019 (UTC)
{| <!-- the purpose of this outer table is to indent the same as 5 colons (:::::) ... -->
|- <!-- ... without causing ... -->
| style="padding-left: 8em;" | <!-- Multiline table in list lint error -->
{|
|{{ping|M00036}}Just made this testcase as food for thought: {{Module talk:RoundN/testcases/7}} —[[User:Codehydro|<b style="color:#aaaaaa; font-family:Unicode; font-size:12pt;">Code</b>]][[User talk:Codehydro|<b style="color:#5577aa">Hydro</b>]] 17:09, 20 May 2019 (UTC)
|}
|}
:::::: {{ping|Codehydro}} Well this is how I did it (which I think looks quite good - see once-defeated pool section):
{| cellspacing=0 class={{{class|"collapsible collapsed"}}} style="border-top:1px solid #999999; border-bottom:1px solid #999999; margin-bottom: -1px; width: {{{size|100%}}}
|- style="background:#C8DDC8;"
| width=26% style="vertical-align:center" | <span style="white-space:nowrap;float:right;margin-left:.5em">May 2019</span> <span style="vertical-align: center; font-size:85%;">{{font|text=.|color=#CFCFFA}}</span>
| width=14% style="text-align:right;vertical-align:center" class="vcard attendee" | '''<span class="fn org"></span>'''
| width=20% style="text-align:center;vertical-align:center" | <span style="white-space:nowrap; display:inline;">'''''Schapiro Spring Foursomes'''''</span>
| width=14% style="vertical-align:center" class="vcard attendee" |
! width=26% style="text-align:left;vertical-align:center;font-weight:normal" | <span class="___location" style="">National Knockout (Congress)</span>
|-
|width=26% style="text-align:right;vertical-align:center;font-size:85%;"|'''Schapiro Spring Foursomes''' - '''May 2019'''
|width=14% |
|width=20% style="text-align:center;font-size:85%;"|{{font|text=.|size=118%|color=#ffffff}}
|width=14%|
|width=26% style="vertical-align:center;font-size:85%;"|
|-
|colspan="5" style="text-align:center; vertical-align:center"|
{| class = "wikitable" style = "width:100%; style="text-align:center; vertical-align:center"
|colspan="15" style="background: #ED8A88; font-size:85%; vertical-align:center"|'''Schapiro Spring Foursomes''' - '''Triangles'''
|-
!rowspan="3" style="width:6.7%"|Position
!rowspan="3" style="Width:17.3%"|Team Name
!colspan="4" style="width:21.7%"|Score
!rowspan="3" style="width:4%"|Qual
|rowspan="6" style="background:#B32929; width:0.6%; font-size:0.01%;border-bottom: 1px solid #B32929 !important"|{{font|text=.|color=#B32929}}
!rowspan="3" style="width:6.7%"|Position
!rowspan="3" style="Width:17.3%"|Team Name
!colspan="4" style="width:21.7%"|Score
!rowspan="3" style="width:4%"|Qual
|- style="font-size:85%"
!colspan="3" style="width:54%"|Opponent
!rowspan="2" style="width:9%"|Total
!colspan="3" style="width:54%"|Opponent
!rowspan="2" style="width:9%"|Total
|- style="font-size:85%"
|style="width:4.23%|OLD
|style="width:4.24%|PET
|style="width:4.23%|TAY
|style="width:4.23%|MOS
|style="width:4.24%|PLA
|style="width:4.23%|SHE
|-
|{{gold1}}
|Oldfield Team
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}34}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}99}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}133 IMPs}}
|'''Q1'''
|{{gold1}}
|Mossop Team
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}79}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}38}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}117 IMPs}}
|'''Q1'''
|-
|{{silver2}}
|Peterkin Team
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}34}}
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}43}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}9 IMPs}}
|Q2
|{{silver2}}
|Plackett Team
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}79}}
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}54}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}25 IMPs}}
|Q2
|-
|{{bronze3}}
|Taylor Team
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}99}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}43}}
|{{sdash}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}142 IMPs}}
|Q2
|{{bronze3}}
|Shelley Team
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}38}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}54}}
|{{sdash}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}92 IMPs}}
|Q2
|-
|colspan="7" style="background:#B32929;font-size:0.00001%;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-top-width: 0px;border-bottom-width: 0px;border-right: 1px solid #B32929 !important"|{{font|text=.|color=#B32929}}
|style="background:#B32929;font-size:0.00001%;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-top-width: 0px;border-bottom-width: 0px;border-right: 1px solid #B32929 !important"|{{font|text=.|color=#B32929}}
|colspan="7" style="background:#B32929;font-size:0.00001%;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left: 1px solid #B32929 !important"|{{font|text=.|color=#B32929}}
|-
!rowspan="3" style="width:6.7%"|Position
!rowspan="3" style="Width:17.3%"|Team Name
!colspan="4" style="width:21.7%"|Score
!rowspan="3" style="width:4%"|Qual
|rowspan="6" style="background:#B32929; width:0.6%; font-size:0.01%;border-top: 1px solid #B32929 !important"|{{font|text=.|color=#B32929}}
!rowspan="3" style="width:6.7%"|Position
!rowspan="3" style="Width:17.3%"|Team Name
!colspan="4" style="width:21.7%"|Score
!rowspan="3" style="width:4%"|Qual
|- style="font-size:85%"
!colspan="3" style="width:54%"|Opponent
!rowspan="2" style="width:9%"|Total
!colspan="3" style="width:54%"|Opponent
!rowspan="2" style="width:9%"|Total
|- style="font-size:85%"
|style="width:4.23%|B GR
|style="width:4.24%|BRO
|style="width:4.23%|U21 G
|style="width:4.23%|PHO
|style="width:4.24%|DHO
|style="width:4.23%|F P
|-
|{{gold1}}
|B Green Team
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}23}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}146}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}169 IMPs}}
|'''Q1'''
|{{gold1}}
|Phoenix Team
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}65}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}6}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}71 IMPs}}
|'''Q1'''
|-
|{{silver2}}
|Brock Team
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}23}}
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}92}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}69 IMPs}}
|Q2
|{{silver2}}
|Dhondy Team
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}65}}
|{{sdash}}
|{{font color|#000000|+{{font|text=.|color=#F8F9FA|size=75%}}9}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}56 IMPs}}
|Q2
|-
|{{bronze3}}
|U21 Galpin
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}146}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}92}}
|{{sdash}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}238 IMPs}}
|Q2
|{{bronze3}}
|Fiveclub Partyband
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}6}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}9}}
|{{sdash}}
|{{font color|#000000|-{{font|text=.|color=#F8F9FA|size=75%}}15 IMPs}}
|Q2
|}
{| class = "wikitable" style = "width:100%; style="text-align:center; vertical-align:center"
|colspan="12" style="background: #C8DDC8; font-size:85%; width=100%; vertical-align:center"|'''Schapiro Spring Foursomes''' - '''Undefeated Pool'''
|-
|colspan="12" style="padding-left:1.35em"|
{{#invoke:RoundN|N64
| RD1 = Round 1
| RD2 = Round 2
| RD3 = Round 3
| RD4 = Round 4
| RD5 = Round 5
| RD6 = Round 6
|3rdplace=No
|skipmatch=36;38;40;42;7-8;11-12;15-16;19-20
|flex_tree=yes
|bold_winner=high
||Allfrey Team|122|Hecht-Johansen Team|20
| |Smith Team|62|Gipson Team|66
| |Trevethin Team|114|Pratt Team|34
| |Samson Team|96|U21 Ronayne|64
| |Amalia Team|89|U26 Juniors|16
| |Fegarty Team|72|Stephens Team|59
| ||||
| ||||
| |Gillis Team|106|Silverstone Team|79
| |Bowdery Team|104|McDif Tema|61
| ||||
| ||||
| |Penfold Team|132|U21 Gahan|61
| |Tanna Team|48|Hackett Team|98
| ||||
| ||||
| |Milner Team|140|Miller Team|46
| |Lasje Team|122|Barnes Team|27
| ||||
| ||||
| |K1|150|U16 Juniors|25
| |Oxfjord|74|U26 Women|104
| |Ireland|154|ENG / SWE Juniors|29
| |Sushi Team|75|Commins Team|68
| |Allerton Team|112|Turtles and Crocs|18
| |Solomon Team|61|Dean Team|70
| |Gladpack Team|80|Barton Team|39
| |Fawcett Team|50|Harris 1|34
| |De Botton Team|143|Stynes Team|46
| |Kane Team|80|M Green Team|43
| |Black Team|146|Harris 2|71
| |Small Team|127|Nygren Team|18
| |Allfrey Team|62|Gipson Team|23
| |Trevethin Team|71|Samson Team|96
| |Amalia Team|101|Fegarty Team|71
| ||||
| |Gillis Team|71|Bowdery Team|13
| ||||
| |Penfold Team|89|Hackett Team|41
| ||||
| |Milner Team|97|Lasje Team|82
| ||||
| |K1|99|U26 Women|54
| |Ireland|74|Sushi Team|44
| |Allerton Team|61|Dean Team|43
| |Gladpack Team|48|Fawcett Team|104
| |De Botton Team|91|Kane Team|32
| |Black Team|70|Small Team|68
| |Allfrey Team|79|Samson Team|41
| |Amalia Team|76|Oldfield Team|72
| |Gillis Team|65|Mossop Team|68
| |Penfold Team|73|B Green Team|1
| |Milner Team|74|Phoenix Team|10
| |K1|55|Ireland|53
| |Allerton Team|81|Fawcett Team|54
| |De Botton Team|96|Black Team|51
| |Allfrey Team|62|Amalia Team|77
| |Mossop Team|69|Penfold Team|60
| |Milner Team|38|K1|76
| |Allerton Team|57|De Botton Team|73
| |Amalia Team|68|Mossop Team|82
| |K1|53|De Botton Team|48
| |Mossop Team|63|K1|98
}}
|}
{| class = "wikitable" style = "width:100%; style="text-align:center; vertical-align:center"
|-
|colspan="12" style="background: #C8DDC8; font-size:85%; width=100%; vertical-align:center"|'''Schapiro Spring Foursomes''' - '''Once-Defeated Pool'''
|-
|colspan="12" style="padding-left:3.85em"|
{{#invoke:RoundN|N32
| RD1 = Round 2
| RD2 = Round 3
| RD3 = Round 4
| RD4 = Round 5
| RD5 = Round 6
|3rdplace=No
|skipmatch=1-56;129-156;193-206;225-230;241-243;231;233;65-72;209-210;223;221;217;213;189-191;185-187;181;177-178;173;169-170;167;165;159;157;161-164;113-127;111;109;105-107;103;97-101;93-95;89-91;87;81-85;77-79;57-75
|flex_tree=yes
|final_RDs_excluded=3
|bold_winner=high
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
|||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| |ENG / SWE Juniors|45|Commins Team|107
| ||||
| ||||
| ||||
| |Harris 1|97|Barton Team|65
| ||||
| ||||
| ||||
| ||||
| ||||
| |Stephens Team|40|U26 Juniors|91
| ||||
| |M Green Team|71|Stynes Team|74
| ||||
| ||||
| ||||
| |Smith Team|57|Hecht-Johansen Team|91
| ||||
| ||||
| ||||
| |Solomon Team|52|Turtles and Crocs|92
| ||||
| ||||
| ||||
| ||||
| ||||
| |Oxfjord|104|U16 Juniors|40
| ||||
| |Tanna Team|61|U21 Gahan|63
| ||||
| ||||
| ||||
| |Barnes Team|76|Miller Team|82
| ||||
| |U21 Ronayne|67|Pratt Team|104
| ||||
| |McDif Team|58|Silverstone Team|91
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| |Nygren Team|101|Harris 2|43
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| |Bowdery Team|81|Taylor Team|40
| ||||
| |Fegarty Team|52|Shelley Team|87
| ||||
| ||||
| ||||
| ||||
| ||||
| |Dean Team|63|Commins Team|95
| ||||
| |U26 Women|82|Harris 1|76
| ||||
| ||||
| |Gladpack Team|114|U26 Juniors|72
| |Small Team|82|Stynes Team|21
| ||||
| |Lasje Team|85|Hecht-Johansen Team|47
| |Trevethin Team|47|Fiveclub Partyband|34
| |Peterkin Team|88|Turtles and Crocs|40
| ||||
| ||||
| |Plackett Team|103|Oxfjord|24
| |Brock Team|124|U21 Gahan|30
| ||||
| |Gipson Team|100|Miller Team|36
| |Dhondy Team|90|Pratt Team|44
| |Sushi Team|81|Silverstone Team|67
| ||||
| ||||
| ||||
| |Kane Team|134|U21 Galpin|23
| ||||
| ||||
| ||||
| |Hackett Team|82|Nygren Team|64
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| |B Green Team|63|Bowdery Team|76
| |Samson Team|85|Shelley Team|27
| ||||
| ||||
| |Black Team|87|Commins Team|95
| |Phoenix Team|118|U26 Women|29
| ||||
| |Gladpack Team|100|Small Team|31
| |Ireland|63|Lasje Team|76
| |Trevethin Team|81|Peterkin Team|57
| ||||
| |Plackett Team|39|Brock Team|55
| |Oldfield Team|31|Gipson Team|85
| |Dhondy Team|94|Sushi Team|21
| ||||
| |Fawcett Team|97|Kane Team|56
| ||||
| |Gillis Team|109|Hackett Team|39
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| |Bowdery Team|68|Samson Team|74
| ||||
| |Commins Team|65|Phoenix Team|82
| |Penfold Team|64|Gladpack Team|49
| |Lasje Team|63|Trevethin Team|88
| |Allerton Team|69|Brock Team|28
| |Gipson Team|73|Dhondy Team|30
| |Milner Team|112|Fawcett Team|65
| |Allfrey Team|107|Gillis Team|76
| ||||
| ||||
| ||||
||De Botton Team|120|Samson Team|62
| |Amalia Team|83|Phoenix Team|34
| |Penfold Team|110|Trevethin Team|62
| |Allerton Team|62|Gipson Team|108
| |Milner Team|81|Allfrey Team|70
}}
|}
{| class = "wikitable" style = "width:100%; style="text-align:center; vertical-align:center"
|-
|colspan="12" style="background: #C8DDC8; font-size:85%; width=100%; vertical-align:center"|'''Schapiro Spring Foursomes''' - '''Finals'''
|-
|colspan="12" style="padding-left:20.6em"|
{{#invoke:RoundN|N8
| RD1 = Quarter-Finals
| RD2 = Semi-Finals
| RD3 = Final
|3rdplace=No
|skipmatch1=yes
|flex_tree=yes
| group1 =
| group2 =
|||||
| |Gipson Team|49|'''Amalia Team'''|'''58'''
| |De Botton Team|43|'''Penfold Team'''|'''47'''
| |Milner Team|49|'''Mossop Team'''|'''73'''
||K1|28|'''Amalia Team'''|'''108'''
| |Penfold Team|16|'''Mossop Team'''|'''85'''
| |Amalia Team|80|'''Mossop Team'''|'''88'''
}}
|}
|-
|}
[[User:M00036|M00036]] ([[User talk:M00036|talk]]) 13:12, 21 May 2019 (UTC)
== Bronze match and no final, title "bronze match" is not in place ==
Line 372 ⟶ 910:
:::Sorry, I was only trying to be helpful. However, my comment was mistaken because I forgot what this page is about (I'm watching it after fixing a couple of errors in August 2018). There is a recent proposal to merge certain modules that I am interested in, modules which round numbers to a specified number of decimal places. I'm afraid I thought I was commenting regarding one of those. Total confusion. [[User:Johnuniq|Johnuniq]] ([[User talk:Johnuniq|talk]]) 11:27, 17 April 2019 (UTC)
{| <!-- the purpose of this outer table is to indent the same as 5 colons (:::::) ... -->
|- <!-- ... without causing ... -->
| style="padding-left: 8em;" | <!-- Multiline table in list lint error -->
{|
|-
|* {{ping|DenSportgladeSkåningen}} You can use Module:RoundN's undocumented node_function feature:
{{#invoke:RoundN|N4|style=white-space:nowrap|omit_blanks = yes|RD1=Semifinaler|RD2=Bronsmatch|flex_tree=yes|bold_winner=high|skipmatch=|3rdplace=no
Line 381 ⟶ 923:
<!--Bronsmatch-->
||{{RDseed|A2}}{{beachsoccer|ARG}}|4 (0)|{{RDseed|B2}}{{beachsoccer|ECU}} {{pen}}|4 (1)
}} —[[User:Codehydro|<
|}
|}
== Width with em value ==
Width cannot be specified with em value in the <code>team-width</code> and <code>score-width</code> parameters. Since the em value is useful for specifying width in number of characters, I would like you to be able to specify the width with the em value. --[[User:Nekohan|Nekohan]] ([[User talk:Nekohan|talk]]) 17:07, 10 June 2020 (UTC)
* {{re|Nekohan}} This limitation is inherited from the {{oldid|Round8|819682724|pre-Lua versions}} of the various RoundN-like templates. RoundN was designed to be fully backwards compatible so that the thousands of pages using the original templates would not need to be edited after the templates they used were converted to RoundN. While adding EM widths support is probably doable without breaking backwards compatibility, implementing such support is probably not worth it because it is easy enough to simply multiply whatever EM value you want by 12.6 (wikitables put font at 90% of the surrounding font size, which is generally the article text size of 14px = 1em; thus, 14px * 0.9 = 12.6px = 1em in wikitables). —[[User:Codehydro|<span style="color:#aaaaaa; font-family:Unicode; font-size:large;">'''Code'''</span>]][[User talk:Codehydro|<span style="color:#5577aa;">'''Hydro'''</span>]] 14:07, 25 August 2020 (UTC)
== "Template:RoundN" listed at [[Wikipedia:Redirects for discussion|Redirects for discussion]] ==
[[File:Information.svg|30px]]
A discussion is taking place to address the redirect [[:Template:RoundN]]. The discussion will occur at [[Wikipedia:Redirects for discussion/Log/2021 February 10#Template:RoundN]] until a consensus is reached, and readers of this page are welcome to contribute to the discussion. <!-- from Template:RFDNote --> [[User:Hhkohh|Hhkohh]] ([[User talk:Hhkohh|talk]]) 19:26, 10 February 2021 (UTC)
== Missing line in second round bye ==
In the [[1926 JBUs Pokalturnering]], both a first and second round bye was issued to two different teams. While the actual teams getting byes are not displayed in the knock-out bracket, a visual line between the first round match and third round match (involving the second team getting a bye) should be displayed. Any ideas to how can this be made possible? [[User:Froztbyte|Froztbyte]] ([[User talk:Froztbyte|talk]]) 13:21, 21 February 2021 (UTC)
== Change to |color field ==
A suggestion for the <code>|color</code> field:
Use it like <code>bold_winner=</code> to color the winner, instead of in a predetermined order.
{{Col-begin}}
{{Col-2}}
<big>'''Current state:''' <code>|color=no</code></big>
{{#invoke:RoundN|main|columns=1
|color=no
|3rdplace=yes
|7|Gold medalist|3|Silver medalist|2
|8|Bronze medalist|1||0
}}
{{Col-2}}
<big>'''Current state:''' <code>|color=yes</code></big>
{{#invoke:RoundN|main|columns=1
|color=yes
|3rdplace=yes
|7|Gold medalist|3|Silver medalist|2
|8|Bronze medalist|1||0
}}
{{Col-end}}
<hr>
{{Col-begin}}
{{Col-5}}
<big>'''Wanted state:''' <code>|color=no</code></big>
{{#invoke:RoundN|main|columns=1
|color=no
|3rdplace=yes
|7|Gold medalist|3|Silver medalist|2
|8|Bronze medalist|1||0
}}
{{Col-5}}
<big>'''Wanted state:''' <code>|color=yes</code></big>
{| class="wikitable" style="width:200px; border: none; background: none; font-size:90%;"
|-
| colspan=2 align=center bgcolor=#f2f2f2| Final
|-
| style="border: none; background: none;"|
|-
| style="border: none; background: none;"| 7
|- bgcolor=gold
| style="width:170px;"| Gold medalist ||style="width:30px" align=center| 3
|- bgcolor=silver
| style="width:170px;"|Silver medalist ||align=center| 2
|-
| style="border: none; background: none;"|
|-
| colspan=2 align=center bgcolor=#f2f2f2| Third place
|-
| style="border: none; background: none;"| 8
|- bgcolor=#C96
| style="width:170px;"| Bronze medalist ||style="width:30px" align=center| 1
|-
| style="width:170px;"| ||align=center| 0
|}
{{Col-5}}
<big>'''Wanted state:''' <code>|color=yes</code></big>
{| class="wikitable" style="width:200px; border: none; background: none; font-size:90%;"
|-
| colspan=2 align=center bgcolor=#f2f2f2| Final
|-
| style="border: none; background: none;"|
|-
| style="border: none; background: none;"| 7
|- bgcolor=silver
| style="width:170px;"|Silver medalist ||align=center| 2
|- bgcolor=gold
| style="width:170px;"| Gold medalist ||style="width:30px" align=center| 3
|-
| style="border: none; background: none;"|
|-
| colspan=2 align=center bgcolor=#f2f2f2| Third place
|-
| style="border: none; background: none;"| 8
|- bgcolor=#C96
| style="width:170px;"| Bronze medalist ||style="width:30px" align=center| 1
|-
| style="width:170px;"| ||align=center| 0
|}
{{Col-5}}
<big>'''Wanted state:''' <code>|color=yes</code></big>
{| class="wikitable" style="width:200px; border: none; background: none; font-size:90%;"
|-
| colspan=2 align=center bgcolor=#f2f2f2| Final
|-
| style="border: none; background: none;"|
|-
| style="border: none; background: none;"| 7
|- bgcolor=gold
| style="width:170px;"| Gold medalist ||style="width:30px" align=center| 3
|- bgcolor=silver
| style="width:170px;"|Silver medalist ||align=center| 2
|-
| style="border: none; background: none;"|
|-
| colspan=2 align=center bgcolor=#f2f2f2| Third place
|-
| style="border: none; background: none;"| 8
|-
| style="width:170px;"| ||align=center| 0
|- bgcolor=#C96
| style="width:170px;"| Bronze medalist ||style="width:30px" align=center| 1
|}
{{Col-5}}
<big>'''Wanted state:''' <code>|color=yes</code></big>
{| class="wikitable" style="width:200px; border: none; background: none; font-size:90%;"
|-
| colspan=2 align=center bgcolor=#f2f2f2| Final
|-
| style="border: none; background: none;"|
|-
| style="border: none; background: none;"| 7
|- bgcolor=silver
| style="width:170px;"| Silver medalist ||align=center| 2
|- bgcolor=gold
| style="width:170px;"| Gold medalist ||style="width:30px" align=center| 3
|-
| style="border: none; background: none;"|
|-
| colspan=2 align=center bgcolor=#f2f2f2| Third place
|-
| style="border: none; background: none;"| 8
|-
| style="width:170px;"| ||align=center| 0
|- bgcolor=#C96
| style="width:170px;"| Bronze medalist ||style="width:30px" align=center| 1
|}
{{Col-end}}
Thanks. [[User:Deancarmeli|Deancarmeli]] ([[User talk:Deancarmeli|talk]]) 10:16, 29 June 2021 (UTC)
Edited. [[User:Deancarmeli|Deancarmeli]] ([[User talk:Deancarmeli|talk]]) 10:18, 29 June 2021 (UTC)
== Horizontal lines ==
I'm trying to get horizontal lines with RoundN (like here: [[2013 World Snooker Championship#Main qualifying]] which currently uses a bespoke template) but haven't found anything. Best I can do is:
{{#invoke:RoundN|main|columns=4
|bold_winner = high
|team-width = 200
|short_brackets=yes
|flex_tree=yes
|final_RDs_excluded=1
|omit_blanks=yes
|skipmatch = 1-7;9-15;17-19;21-23;25;27
||{{flagicon|THA}} [[Thepchaiya Un-Nooh]]| 10| {{flagicon|SCO}} [[Scott Donaldson]]| 6
||{{flagicon|CHN}} [[Zhang Anda]]| 10| {{flagicon|THA}} [[Passakorn Suwannawat]]| 6
||{{flagicon|NIR}} [[Gerard Greene]]| 4| {{flagicon|THA}} [[Thepchaiya Un-Nooh]]| 10
||{{flagicon|CHN}} [[Cao Yupeng]]| 7| {{flagicon|CHN}} [[Zhang Anda]]| 10
||{{flagicon|ENG}} [[Ben Woollaston]]| 10| {{flagicon|THA}} [[Thepchaiya Un-Nooh]]| 3
||{{flagicon|WAL}} [[Michael White (snooker player)|Michael White]]| 10| {{flagicon|CHN}} [[Zhang Anda]]| 5
||{{flagicon|WAL}} [[Ryan Day (snooker player)|Ryan Day]]| 9| {{flagicon|ENG}} [[Ben Woollaston]]| 10
||{{flagicon|ENG}} [[Andrew Higginson]]| 4| {{flagicon|WAL}} [[Michael White (snooker player)|Michael White]]| 10
}}
Any ideas? [[User:Nigej|Nigej]] ([[User talk:Nigej|talk]]) 10:16, 16 December 2021 (UTC)
----
{{col-begin}}
{{col-2}}
:That's the best I could do, it only works for <code><nowiki>|columns=2</nowiki></code> and it still looks bad. [[User:Deancarmeli|Deancarmeli]] ([[User talk:Deancarmeli|talk]]) 11:00, 16 December 2021 (UTC)
{{col-2}}
{{#invoke:RoundN|main|columns=2
| bold_winner = high
| 3rdplace = no
| team-width = 90
| flex_tree = no
| omit_blanks = yes
| branch_upwards = yes
| skipmatch = 2
||A|2|B|1
||A|3|C|4
}}
{{col-end}}
== Two Round 8 matches for Single-Elimination Tournament ==
Hey there! I'm currently doing a playoff bracket wherein after the Round of 16, would go on to two Rounds of 8 and then would proceed to the Semis and Grand Finals. Can I possibly know what feature I can add to the bracket that will allow me to show Two Rounds of 8?
{{#invoke:RoundN|main|46=0|32=November 28, 2021 {{Abbr|Bo3|Best-of-3}} series|33={{flagicon|MAS}} Orange Louvre Esports|34=1|35={{flagicon|SGP}} [[EVOS Esports|EVOS SG]]|36=2|37=November 27, 2021 {{Abbr|Bo3|Best-of-3}} series|38={{flagicon|PHI}} Execration|39=1|40={{flagicon|MYA}} Ronin Esports|41=2|42=<!-- Round 2 -->
November 29, 2021 {{Abbr|Bo3|Best-of-3}} series|43={{flagicon|INA}} Alter-Ego|44=2|45={{flagicon|INA}} Genflix Aerowolf|47=November 29, 2021 {{Abbr|Bo3|Best-of-3}} series|30={{flagicon|PHI}} [[ONIC Philippines]]|48={{flagicon|INA}} Geek Fam|49=2|50={{flagicon|PHI}} [[Blacklist International]]|51=0|52=November 29, 2021 {{Abbr|Bo3|Best-of-3}} series|53={{flagicon|PHI}} Aura PH|54=2|55={{flagicon|PHI}} [[ONIC Philippines]]|56=1|57=November 29, 2021 {{Abbr|Bo3|Best-of-3}} series|58={{flagicon|SGP}} EVOS SG|59=1|60={{flagicon|MYA}} Ronin Esports|61=2|31=2|29=1|columns=4|11=2|widescore=yes|bold_winner=high|3rdplace=no|semifinals=no|finals=no
<!-- Date-Place/Team 1/Score 1/Team 2/Score 2 -->|November 28, 2021 {{Abbr|Bo3|Best-of-3}} series|{{flagicon|INA}} [[EVOS Esports|EVOS Legends]]|0|{{flagicon|INA}} Alter-Ego|2|November 27, 2021 {{Abbr|Bo3|Best-of-3}} series|{{flagicon|PHI}} [[Smart Omega|Omega Esports]]|0|{{flagicon|INA}} Genflix Aerowolf|12=November 27, 2021 {{Abbr|Bo3|Best-of-3}} series|28={{flagicon|INA}} ONIC Esports|21=2|27=November 27, 2021 {{Abbr|Bo3|Best-of-3}} series|26=2|25={{flagicon|PHI}} Aura PH|24=1|23={{flagicon|INA}} Aura Fire|22=November 28, 2021 {{Abbr|Bo3|Best-of-3}} series|20={{flagicon|PHI}} [[Blacklist International]]|13={{flagicon|INA}} Bigetron Alpha|19=1|18={{flagicon|SGP}} RSG Singapore|17=November 28, 2021 {{Abbr|Bo3|Best-of-3}} series|16=2|15={{flagicon|INA}} Geek Fam|14=0|62=}} [[User talk:WIZ*ONEI|talk]] 01:56, 30 December 2021 (UTC)
: Try:
{{#invoke:RoundN|N16
| 3rdplace = no
| bold_winner = high
| color = no
| widescore = no
| flex_tree = no
<!-- Round of 16 -->
|Date_A|Team_A1|1|Team_A2|2
|Date_B|Team_B1|3|Team_B2|4
|Date_C|Team_C1|5|Team_C2|6
|Date_D|Team_D1|7|Team_D2|8
|Date_E|Team_E1|9|Team_E2|10
|Date_F|Team_F1|11|Team_F2|12
|Date_G|Team_G1|13|Team_G2|14
|Date_H|Team_H1|15|Team_H2|16
<!-- Quarter finales -->
|Date_I|Team_I1|17|Team_I2|18
|Date_J|Team_J1|19|Team_J2|20
|Date_K|Team_K1|21|Team_K2|22
|Date_L|Team_L1|23|Team_L2|24
<!-- Semi finals -->
|Date_M|Team_M1|25|Team_M2|26
|Date_N|Team_N1|27|Team_N2|28
<!-- Final -->
|Date_O|Team_O1|29|Team_O2|30
}}
[[User:Deancarmeli|Deancarmeli]] ([[User talk:Deancarmeli|talk]]) 07:31, 30 December 2021 (UTC)
== About the 2x-to-beat ==
Currently making a bracket with qf. How do you add a 2x-to-beat?
[[User:Homaisyou100|Homaisyou100]] ([[User talk:Homaisyou100|talk]]) 14:44, 11 January 2022 (UTC)
== Orphan function ==
It appears the orphan function is not working for the [[Ice hockey at the 2022 Winter Olympics – Men's tournament#Bracket|2022 men's Olympic ice hockey bracket]]. Can someone offer guidance to help get it fixed? [[User:Taxman1913|Taxman1913]] ([[User talk:Taxman1913|talk]]) 07:54, 16 February 2022 (UTC)
== Remove annoying thicker line ==
{{Edit template-protected|answered=yes}}
As soon as you add seeds, the line to the left for each entry becomes thicker. For instance as shown here (borrowed from [[User:DenSportgladeSkåningen|DenSportgladeSkåningen]] above):
{{#invoke:RoundN|N4|style=white-space:nowrap|omit_blanks = yes|RD1=Semifinaler|RD2=Bronsmatch|flex_tree=yes|bold_winner=high|skipmatch=|3rdplace=no
<!-- semifinaler -->
|node_function{orphan}|{{RDseed|B1}}{{beachsoccer|BRA}}|7|{{RDseed|A2}}{{beachsoccer|ARG}}|1
|node_function{orphan} |{{RDseed|A1}}{{beachsoccer|PAR}} {{aet}}|5|{{RDseed|B2}}{{beachsoccer|ECU}}|3
<!--Bronsmatch-->
||{{RDseed|A2}}{{beachsoccer|ARG}}|4 (0)|{{RDseed|B2}}{{beachsoccer|ECU}} {{pen}}|4 (1)
}}
In the Swedish Wiki I've adjusted the code to correct this. See how it looks like in [[:sv:Kvalspelet_till_världsmästerskapet_i_strandfotboll_2017#Omgång_2_5|svwp]].
The code I changed was on row 833, where I changed -%s to -0.7ex. Perhaps it can be done in a better way, but this way I got it to work after testing around. May I propose you do the same change in enwp? [[User:Inno|Inno]] ([[User talk:Inno|talk]]) 04:44, 22 May 2022 (UTC)
Added edit request [[User:Inno|Inno]] ([[User talk:Inno|talk]]) 18:34, 25 May 2022 (UTC)
: [[File:Red information icon with gradient background.svg|20px|link=|alt=]] '''Not done:'''<!-- Template:ETp --> made your edit to the [[Module:RoundN/sandbox|sandbox]], and it didn't appear to make a difference, at least not in my browser:
:: <code><nowiki>{{#invoke:RoundN/sandbox|...}}</nowiki></code>
{{#invoke:RoundN/sandbox|N4|style=white-space:nowrap|omit_blanks = yes|RD1=Semifinaler|RD2=Bronsmatch|flex_tree=yes|bold_winner=high|skipmatch=|3rdplace=no
<!-- semifinaler -->
|node_function{orphan}|{{RDseed|B1}}{{beachsoccer|BRA}}|7|{{RDseed|A2}}{{beachsoccer|ARG}}|1
|node_function{orphan} |{{RDseed|A1}}{{beachsoccer|PAR}} {{aet}}|5|{{RDseed|B2}}{{beachsoccer|ECU}}|3
<!--Bronsmatch-->
||{{RDseed|A2}}{{beachsoccer|ARG}}|4 (0)|{{RDseed|B2}}{{beachsoccer|ECU}} {{pen}}|4 (1)
}}
: <s>Also not crazy about the way the a.e.t. link overlaps with the number 5 in the Paraguay box.</s> Never mind, that's just my browser's font-size setting. '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' - [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>09:09, 27 May 2022 (UTC)</small>
:: I have changed the values on row 833 in sandbox to 'margin = ('-2px %s -2px -2ex'):format(padding, padding)', still no difference so the tree above doesn't seem to use the code in the sandbox. [[User:Inno|Inno]] ([[User talk:Inno|talk]]) 14:50, 27 May 2022 (UTC)
:::Tried ('-10px %s -10px -10ex') and still no change. Moved the request template to the top of this section and left it open so other template editors can have a look at this. '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' - [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>16:17, 27 May 2022 (UTC)</small>
I have no clue how the sandbox works. Obviously not well. Why not implement my proposed change to the template like I did in svwp? Works like a charm. The thicker border to the left is gone. Here's the [[:sv:Kvalspelet_till_världsmästerskapet_i_strandfotboll_2017#Omgång_2_5|link again]]. [[User:Inno|Inno]] ([[User talk:Inno|talk]]) 04:38, 28 May 2022 (UTC)
:{{done}} – seems pragmatic enough. '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' - [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>09:09, 28 May 2022 (UTC)</small>
::Great Ellsworth, thanks :) [[User:Inno|Inno]] ([[User talk:Inno|talk]]) 10:24, 28 May 2022 (UTC)
:::''my pleasure!'' '''''[[User:Paine Ellsworth|<span style="font-size:100%;color:darkblue;font-family:Segoe Script">Paine</span>]]''''' <small>17:36, 28 May 2022 (UTC)</small>
== Four-way final ==
Is it possible to do this using the RoundN module?
{| border="0" cellpadding="0" cellspacing="0" style="font-size: 90%; margin:1em 2em 1em 1em;"
|
| colspan="2" align="center" style="border:1px solid #aaa;" bgcolor="#f2f2f2" |Qualifiers<br />''[[AEW Dynamite|Dynamite]]''<br />{{small|(June 8, 2022)}}
| colspan="2" |
| colspan="2" align="center" style="border:1px solid #aaa;" bgcolor="#f2f2f2" |Final<br />[[AEW×NJPW: Forbidden Door|Forbidden Door]]<br />{{small|(June 26, 2022)}}
|
|-
| width="1" |
| width="175" |
| width="50" |
| width="10" |
| width="10" |
| width="175" |
| width="50" |
|
|-
| height="14" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|AUS}} [[Buddy Matthews]]</div>
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |10:32
| style="border-width:0 0 2px 0; border-style:solid;border-color:black;" |
|-
| height="7" |
| rowspan="2" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|GBR}} '''[[Pac (wrestler)|Pac]]'''</div>
| rowspan="2" align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |Pin
| rowspan="6" style="border-width:2px 2px 2px 0; border-style:solid;border-color:black;" |
|-
| height="7" |
| rowspan="7" style="border-width:0 0 2px 0; border-style:solid;border-color:black;" |
|
|
|
|
|-
| height="7" |
| colspan="2" rowspan="2" align="center" |
|
|
|
|
|-
| height="7" |
|
|
|
|
|-
| height="7" |
| rowspan="2" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|CAN}} [[Ethan Page]]</div>
| rowspan="2" align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
|
|-
| height="7" |
|
|-
| height="14" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|BUL}} [[Miro (wrestler)|Miro]]</div>
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| rowspan="2" style="border-width:2px 2px 0 0; border-style:solid;border-color:black;" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|GBR}} Pac</div>
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
|
|-
| height="14" |
| colspan="2" rowspan="2" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
|
|-
| height="14" |
| rowspan="2" style="border-width:0 2px 2px 0; border-style:solid;border-color:black;" |
| rowspan="7" style="border-width:2px 0 0 0; border-style:solid;border-color:black;" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
|
|-
|
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|MEX}} [[Penta Oscuro]]</div>
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
|
|-
|
| rowspan="2" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">{{flagicon|NED}} [[Malakai Black]]</div>
| rowspan="2" align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| rowspan="6" style="border-width:2px 2px 2px 0; border-style:solid;border-color:black;" |
|
|
|
|
|-
|
|
|-
|
| colspan="3" rowspan="2" |
|
|-
|
|
|
|
|
|-
|
| rowspan="2" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">''[[TBA]]''</div>
| rowspan="2" align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
|
|
|
|
|-
| height="14" |
|-
| height="7" |
| style="border:1px solid #aaa;" bgcolor="#f9f9f9" |<div style="padding: 0 2px">''[[TBA]]''</div>
| align="center" style="border:1px solid #aaa;" bgcolor="#f9f9f9" |
| style="border-width:2px 0 0 0; border-style:solid;border-color:black;" |
|} '''''[[User:MordecaiXLII|<span style="color: #009B77">MordecaiXLII</span>]]''''' ([[User talk:MordecaiXLII|talk]]) 13:45, 13 June 2022 (UTC)
== Template-protected edit request on 21 June 2022 — Enabling automatic winner background color ==
{{edit template-protected|Module:RoundN|answered=yes}}
The proposed change comes to address the '''''color''''' parameter functionality:
# When set to ''yes'' it will work exactly as before. no change.
# When set to ''yes'', while '''''bold_winner''''' is also set to ''yes'', the cells for the winners of both the final and the 3rdplace match will be colored correctly, as was suggested in [[#Change to |color field]]
'''Current state, lines 652–656:'''
<pre style="overflow: auto;">
if m.showBox[m.phase] then
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[m.phase + (col.show3rd or 0)]}
or p.teamBoxNormal
local f = {phase = m.phase, bold = m.bold.win(m.phase)}
</pre>
'''Wanted state:'''
<pre style="overflow: auto;">
if m.showBox[m.phase] then
if p.bold then
if m.bold.win(m.phase) and colorFinal then
color_index = 1 + (col.show3rd or 0)
else
color_index = 2 + (col.show3rd or 0)
end
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[color_index]}
or p.teamBoxNormal
else
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[m.phase + (col.show3rd or 0)]}
or p.teamBoxNormal
end
local f = {phase = m.phase, bold = m.bold.win(m.phase)}
</pre> [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 16:20, 21 June 2022 (UTC)
:{{to|CLalgo}} curious as to how and where this has been tested? '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' , [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>05:46, 27 June 2022 (UTC)</small>
::{{re|Paine Ellsworth}} Fair question. I've copied the code of '''''[[Module:RoundN]]''''' to the empty page of '''''[[Module:RoundN test]]''''', with the relevant changes. Then, I've used the latter to preview [[User:CLalgo/sandbox/RoundN test]], which is a userspace page I've created and tested on that shows the 4 combinations of final an 3rd place match winners. The userspace page uses the syntax of '''''Module:RoundN''''', but invokes '''''Module:RoundN test'''''. [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 10:53, 27 June 2022 (UTC)
:::Trying to understand... don't see how placing the module code in a non-existing module page can be tested like that. However, I did place the module code along with your changes into the [[Module:RoundN/sandbox|sandbox module]], and then placed your userpage sandbox code into [[User:Paine Ellsworth/sandbox|my user sandbox]] (using {{code|<nowiki>{{#invoke:RoundN/sandbox...</nowiki>}}) to compare it with [[User:CLalgo/sandbox/RoundN test|your user sandbox]] (using {{code|<nowiki>{{#invoke:RoundN...</nowiki>}} in preview) and saw the color switches in the second, third and fourth examples. So I've seen the changes your edit brings about, but how are these changes improvements over what the module presently produces? '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' , [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>11:41, 27 June 2022 (UTC)</small>
::::{{re|Paine Ellsworth}} Currently, when one sets <code><nowiki>|color = yes</nowiki></code>, the module is hardcoded to color specific, predetermined cells in specific, predetermined colors regardless of input. If the brackets were made before the competition has ended, in all but one case their structure would have to be changed in order to use the ''color'' functionality correctly. With my change, the coloring wouldn't be hardcoded to specific cells, but would be done automatically to match the input. [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 11:57, 27 June 2022 (UTC)
:::::Okay, sounds very good so {{done|done}}, and thank you for your patience and your explanation''!'' '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' , [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>12:27, 27 June 2022 (UTC)</small>
:::::: Thank you, and sorry that the change wasn't clear enough to begin with. [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 12:45, 27 June 2022 (UTC)
== Template-protected edit request on 28 June 2022 — Enabling repechage color ==
{{edit template-protected|Module:RoundN|answered=yes}}
The proposed change comes to address the color parameter functionality, in ''[[Repechage]]'' cases were the winner of the brackets is awarded a bronze medal:
# '''''color_repechage''''' — a new parameter, taking <code><nowiki>yes</nowiki></code> and <code><nowiki>no</nowiki></code> values.
# When set to <code><nowiki>yes</nowiki></code>, it is hardcoded to color the upper box of each match at the final stage of the brackets, which is usually 1, in bronze. That is, it works with the same logic as the '''''color''''' parameter.
# When set to <code><nowiki>yes</nowiki></code> while '''''bold_winner''''' is also set to <code><nowiki>yes</nowiki></code>, the cells of the winners of each match at the final stage of the brackets, which is usually 1, are colored bronze.
----
{{cot|Proposed changes}}
<big>'''Changes to be done:'''</big><br>
<big>'''Lines 349–350:'''</big><br>
* '''Current state:'''
<pre style="overflow: auto;">
'color',
'3rdplace',
</pre>
* '''Wanted state:'''
<pre style="overflow: auto;">
'color',
'color_repechage',
'3rdplace',
</pre>
----
<big>'''Lines 534–535:'''</big><br>
* '''Current state:'''
<pre style="overflow: auto;">
p.span = p.tCols > c and bump * 2 or p.branch_upwards or math.max((bump - 1) / 2, 2)
col.show3rd = p['3rdplace'] and c == p.tCols and rowNum.third
</pre>
* '''Wanted state:'''
<pre style="overflow: auto;">
p.span = p.tCols > c and bump * 2 or p.branch_upwards or math.max((bump - 1) / 2, 2)
col.color_repechage = p['color_repechage'] and ((c == p.tCols) or ((c == p.tCols-1) and skipMatch[math.pow(2, p.tCols) - 1]))
col.show3rd = p['3rdplace'] and c == p.tCols and rowNum.third
</pre>
----
<big>'''Lines 652–665:'''</big><br>
* '''Current state:'''
<pre style="overflow: auto;">
if m.showBox[m.phase] then
if p.bold then
if m.bold.win(m.phase) and colorFinal then
color_index = 1 + (col.show3rd or 0)
else
color_index = 2 + (col.show3rd or 0)
end
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[color_index]}
or p.teamBoxNormal
else
p.teamBoxCSS = colorFinal and
{border = p.teamBoxNormal.border, background = p.bgColor[m.phase + (col.show3rd or 0)]}
or p.teamBoxNormal
</pre>
* '''Wanted state:'''
<pre style="overflow: auto;">
if m.showBox[m.phase] then
if col.color_repechage then
col.color_repechage = 2
end
if p.bold then
if m.bold.win(m.phase) and (colorFinal or col.color_repechage) then
color_index = 1 + (col.show3rd or 0) + (col.color_repechage or 0)
else
color_index = 2 + (col.show3rd or 0) + (col.color_repechage or 0)
end
p.teamBoxCSS = (colorFinal or col.color_repechage) and
{border = p.teamBoxNormal.border, background = p.bgColor[color_index]}
or p.teamBoxNormal
else
p.teamBoxCSS = (colorFinal or col.color_repechage) and
{border = p.teamBoxNormal.border, background = p.bgColor[m.phase + (col.show3rd or 0) + (col.color_repechage or 0)]}
or p.teamBoxNormal
</pre>
{{cob}}
----
– [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 09:54, 28 June 2022 (UTC)
:{{done}}, and please update the /doc page as needed. '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' , [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'r there</sup>]] <small>19:56, 28 June 2022 (UTC)</small>
== Template-protected edit request on 30 June 2022 — Fixed bug: Empty finals color ==
{{edit template-protected|Module:RoundN|answered=yes}}
Currently, when the <code><nowiki>color</nowiki></code> parameter is used, the final match is colored even when empty. With the proposed change, when <code><nowiki>color</nowiki></code> will be used with <code><nowiki>bold_winner</nowiki></code>, the coloring will only be done when the matchboxes are no longer empty.
<big>'''Lines 659–663:'''</big><br>
* '''Current state:'''
<pre style="overflow: auto;">
if m.bold.win(m.phase) and (colorFinal or col.color_repechage) then
color_index = 1 + (col.show3rd or 0) + (col.color_repechage or 0)
else
color_index = 2 + (col.show3rd or 0) + (col.color_repechage or 0)
end
</pre>
* '''Wanted state:'''
<pre style="overflow: auto;">
if m.bold.win(m.phase) and (colorFinal or col.color_repechage) then
color_index = 1 + (col.show3rd or 0) + (col.color_repechage or 0)
elseif m.bold.box[#m.nonEmpty] then
color_index = 2 + (col.show3rd or 0) + (col.color_repechage or 0)
else
color_index = 4
end
</pre> [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 10:41, 30 June 2022 (UTC)
: {{ping|CLalgo}} Could you point to a page where this problem is occurring? (Not that I don't believe you, I just want to be able to do my own testing to make sure the change indeed fixes the problem before deploying it) [[User:Pppery|* Pppery *]] [[User talk:Pppery|<sub style="color:#800000">it has begun...</sub>]] 15:26, 8 July 2022 (UTC)
:: {{re|Pppery}} this is an older version of [[Judo at the 2022 Mediterranean Games – Women's 78 kg]]: [https://en.wikipedia.org/w/index.php?title=Judo_at_the_2022_Mediterranean_Games_%E2%80%93_Women%27s_78_kg&oldid=1095778047]. Is that good enough? [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 19:09, 8 July 2022 (UTC)
::: Yep. {{done}} [[User:Pppery|* Pppery *]] [[User talk:Pppery|<sub style="color:#800000">it has begun...</sub>]] 19:12, 8 July 2022 (UTC)
== Medal colors for gold/silver/bronze ==
Hi there, the parameters <code>color</code> and <code>color_repechage</code> allow for the background of a cell to be colored in gold / silver / bronze. I was wondering whether these colors should perhaps be adjusted for accessibility as, for example, when visiting a red link, the contrast between the link and the bronze background (on a page such as [[2022 European Judo Championships – Women's +78 kg|this one]]) is fairly low. If they need to be adjusted, some options (mentioned [https://en.wikipedia.org/w/index.php?title=User_talk:CLalgo&oldid=1095848836 here]) could include: mandatory lighter colors or an option to make them available. Is this perhaps something to consider or are the current colors ok? Another option could be to only color the background of the cell with the score and leave the background of the athlete name "as is"? [[User:Simeon|Simeon]] ([[User talk:Simeon|talk]]) 19:51, 30 June 2022 (UTC)
:As I said in my talk page, I also find the current color contrast troubling, and thank Simeon for starting this discussion. Both options mentioned are doable. Changing the colors to lighter one could be done very easily. Creating an option for lighter ones is also an option, and I've already written the code for it and tested it. I haven't submitted it because I was wondering myself if it is a good solution, or should the lighter colors should be the only option. As this is a widely used module, I'd like to invite more people to take part in this discussion. [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 20:25, 30 June 2022 (UTC)
::{{re|Simeon}} Here is an example of the current version and an alternative with lighter colors, and their contrasts:
::{| class=wikitable style="border: none; background: none;"
|-
|+ style="font-size:140%"| Current version
|-
! rowspan=2 colspan=3| Examples
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| AA Compliant
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| AAA Compliant
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| Ref.
|-
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
|- style="color:#0645AD"
| bgcolor=gold| '''Unvisited''' links
| bgcolor=silver| '''Unvisited''' links
| bgcolor=#C96| '''Unvisited''' links
| {{ya}} || {{ya}} || {{na}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=FFD700]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=C0C0C0]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=CC9966]
|- style="color:#0B0080"
| bgcolor=gold| '''Visited''' links
| bgcolor=silver| '''Visited''' links
| bgcolor=#C96| '''Visited''' links
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=FFD700]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=C0C0C0]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=CC9966]
|- style="color:#BA0000"
| bgcolor=gold| '''Unvisited''' red-links
| bgcolor=silver| '''Unvisited''' red-links
| bgcolor=#C96| '''Unvisited''' red-links
| {{ya}} || {{na}} || {{na}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=FFD700]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=C0C0C0]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=CC9966]
|- style="color:#A55858"
| bgcolor=gold| '''Visited''' red-links
| bgcolor=silver| '''Visited''' red-links
| bgcolor=#C96| '''Visited''' red-links
| {{na}} || {{na}} || {{na}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=FFD700]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=C0C0C0]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=CC9966]
|-
| bgcolor=gold| '''No''' link
| bgcolor=silver| '''No''' link
| bgcolor=#C96| '''No''' link
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{ya}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=FFD700]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=C0C0C0]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=CC9966]
|}
::{| class=wikitable style="border: none; background: none;"
|-
|+ style="font-size:140%"| Light-color version
|-
! rowspan=2 colspan=3| Examples
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| AA Compliant
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| AAA Compliant
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| Ref.
|-
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
|- style="color:#0645AD"
| bgcolor=F7F6A8| '''Unvisited''' links
| bgcolor=DCE5E5| '''Unvisited''' links
| bgcolor=FFDAB9| '''Unvisited''' links
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=F7F6A8]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=DCE5E5]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=FFDAB9]
|- style="color:#0B0080"
| bgcolor=F7F6A8| '''Visited''' links
| bgcolor=DCE5E5| '''Visited''' links
| bgcolor=FFDAB9| '''Visited''' links
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{ya}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=F7F6A8]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=DCE5E5]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=FFDAB9]
|- style="color:#BA0000"
| bgcolor=F7F6A8| '''Unvisited''' red-links
| bgcolor=DCE5E5| '''Unvisited''' red-links
| bgcolor=FFDAB9| '''Unvisited''' red-links
| {{ya}} || {{ya}} || {{ya}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=F7F6A8]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=DCE5E5]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=FFDAB9]
|- style="color:#A55858"
| bgcolor=F7F6A8| '''Visited''' red-links
| bgcolor=DCE5E5| '''Visited''' red-links
| bgcolor=FFDAB9| '''Visited''' red-links
| {{ya}} || {{na}} || {{na}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=F7F6A8]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=DCE5E5]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=FFDAB9]
|-
| bgcolor=F7F6A8| '''No''' link
| bgcolor=DCE5E5| '''No''' link
| bgcolor=FFDAB9| '''No''' link
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{ya}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=F7F6A8]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=DCE5E5]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=FFDAB9]
|}
::[[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 20:58, 3 July 2022 (UTC)
:::It seems like we need some additional changes to make the light-color version compliant? I'm not very familiar with what it'd mean if we're not compliant but, if possible, I'd prefer to make it compliant - even if that means fewer / no colors. [[User:Simeon|Simeon]] ([[User talk:Simeon|talk]]) 19:17, 4 July 2022 (UTC)
::::I agree, that's why I haven't pushed these lighter colors. I'll try other silver and bronze shades to achieve AA compliance. [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 19:32, 4 July 2022 (UTC)
:::::Would Light Yellow be more compliant? I.e.
:::::{| class="wikitable plainrowheaders" style="text-align:center"
|+ example
|-
! scope=row| Example 1
| style="background-color:lightyellow"| example
|} <span style="color:#01260d">>></span> [[User:Lil-unique1|<span style="color:#01260d">'''Lil-unique1'''</span>]] <span style="color:#01260d">'''('''</span>[[User talk:Lil-unique1|<span style="color:#08752d">'''talk'''</span>]]<span style="color:#01260d">''')'''</span> — 13:56, 18 July 2022 (UTC)
:::::: Actually, the light gold is the the only one of the three that is AA Compliant. [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 06:07, 19 July 2022 (UTC)
Visited and unvisited redlinks are essentially impossible to make AAA compliant, as they are not AAA compliant against white backgrounds. However, we can (and need to per [[MOS:COLOR]]) make the colors AAA compliant and AA compliant where possible. Here is my proposal:
{| class=wikitable style="border: none; background: none;"
|-
|+ style="font-size:140%"| AA compliant proposal version
|-
! rowspan=2 colspan=3| Examples
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| AA Compliant
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| AAA Compliant
| rowspan=7 style="width:15px; border: none; background: none;"|
! colspan=3| Ref.
|-
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
! {{Gold1}} !! {{Silver2}} !! {{Bronze3}}
|- style="color:#0645AD"
| bgcolor=F9F9CD| '''Unvisited''' links
| bgcolor=F1F4F4| '''Unvisited''' links
| bgcolor=FFEFDB| '''Unvisited''' links
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{ya}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=F9F9CD]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=F1F4F4]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0645AD,bg=FFEFDB]
|- style="color:#0B0080"
| bgcolor=F9F9CD| '''Visited''' links
| bgcolor=F1F4F4| '''Visited''' links
| bgcolor=FFEFDB| '''Visited''' links
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{ya}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=F9F9CD]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=F1F4F4]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=0B0080,bg=FFEFDB]
|- style="color:#BA0000"
| bgcolor=F9F9CD| '''Unvisited''' red-links
| bgcolor=F1F4F4| '''Unvisited''' red-links
| bgcolor=FFEFDB| '''Unvisited''' red-links
| {{ya}} || {{ya}} || {{ya}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=F9F9CD]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=F1F4F4]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=BA0000,bg=FFEFDB]
|- style="color:#A55858"
| bgcolor=F9F9CD| '''Visited''' red-links
| bgcolor=F1F4F4| '''Visited''' red-links
| bgcolor=FFEFDB| '''Visited''' red-links
| {{ya}} || {{ya}} || {{ya}}
| {{na}} || {{na}} || {{na}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=F9F9CD]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=F1F4F4]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=A55858,bg=FFEFDB]
|-
| bgcolor=F9F9CD| '''No''' link
| bgcolor=F1F4F4| '''No''' link
| bgcolor=FFEFDB| '''No''' link
| {{ya}} || {{ya}} || {{ya}}
| {{ya}} || {{ya}} || {{ya}}
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=F9F9CD]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=F1F4F4]
| [https://snook.ca/technical/colour_contrast/colour.html#fg=000000,bg=FFEFDB]
|}
Frankly, I'd be fine with removing the color altogether, but I understand if people want them. Pinging previous participants {{ping|Simeon|CLalgo|Lil-unique1}}, as this discussion has been stale for a few months. – [[User:Pbrks|Pbrks]] <sup><span style="font-variant:small-caps">([[User talk:Pbrks#top|t]] • [[Special:Contribs/Pbrks|c]])</span></sup> 14:46, 9 September 2022 (UTC)
:I have no preference on colour so long as we're compliant. <span style="color:#01260d">>></span> [[User:Lil-unique1|<span style="color:#01260d">'''Lil-unique1'''</span>]] <span style="color:#01260d">'''('''</span>[[User talk:Lil-unique1|<span style="color:#08752d">'''talk'''</span>]]<span style="color:#01260d">''')'''</span> — 15:26, 9 September 2022 (UTC)
::Are those the darkest shades still AAA compliant for visited an AA compliant for unvisited? [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 09:03, 10 September 2022 (UTC)
:::Do you mean for AAA for bluelinks and AA for redlinks? If so, then no, the gold could be darker. I lightened it for aesthetic reasons, as it looked much darker than the others. It could be as dark as {{color box|FFEA70|#FFEA70}} If not, then no, since we cannot get AAA compliance for unvisited redlinks. – [[User:Pbrks|Pbrks]] <sup><span style="font-variant:small-caps">([[User talk:Pbrks#top|t]] • [[Special:Contribs/Pbrks|c]])</span></sup> 13:49, 10 September 2022 (UTC)
::::Perhaps we should consider: do we need these background colours? I would prefer AA compliance and AAA compliance first, without background colours, and we should only add background colours if it can be justified not being compliant with a particular guideline. [[User:Simeon|Simeon]] ([[User talk:Simeon|talk]]) 17:14, 10 September 2022 (UTC)
:::::I do not care for the colors; I don't see any good reason to have them. With that said, we would have the same compliance rating as my proposal if all of the backgrounds were the default light grey color. – [[User:Pbrks|Pbrks]] <sup><span style="font-variant:small-caps">([[User talk:Pbrks#top|t]] • [[Special:Contribs/Pbrks|c]])</span></sup> 18:32, 10 September 2022 (UTC)
== Templatestyles ==
This template really should be converted to make use of template styles, its reusing lots of style statements, and using template styles would reduce the size of the generated output significantly. If I can find some time, I'll attempt to have a go at it. —[[User:TheDJ|Th<span style="color: green">e</span>DJ]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 14:30, 15 July 2022 (UTC)
: {{re|TheDJ}} What is [https://en.wikipedia.org/w/index.php?title=Module%3ARoundN&type=revision&diff=1098372531&oldid=1097114516 this undocumented edit] you've made to this module? [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 16:03, 15 July 2022 (UTC)
::It's not undocumented, the edit summary tells exactly why it was made, which is what edit summaries are for. If you set a css background color you should always set the text color as well. If you don't, you break accessibility for people not using standard colors. Pretty basic rule of background color usage. See also [[Wikipedia_talk:Manual_of_Style/Accessibility#2023_FIFA_Women's_World_Cup_qualification]] —[[User:TheDJ|Th<span style="color: green">e</span>DJ]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 17:16, 15 July 2022 (UTC)
::: {{re|TheDJ}} Was anything changed in terms of module functionality? Any added features\parameters? [[User:CLalgo|CLalgo]] ([[User talk:CLalgo|talk]]) 12:11, 16 July 2022 (UTC)
::::no —[[User:TheDJ|Th<span style="color: green">e</span>DJ]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 08:03, 18 July 2022 (UTC)
== node_function{orphan} ==
Maybe I missed something, but <code>node_function{orphan}</code> doesn't seem to work as it should. Look in [[User:DenSportgladeSkåningen/sandbox|my sandbox]] (copied it from 2022 MLS on svwp) for an example, it still shows lines from ''Conference Semifinal 1'' and ''Conference Semifinal 2'' to ''Conference Final 1'', but not from 3 and 4. [[User:DenSportgladeSkåningen|DenSportgladeSkåningen]] ([[User talk:DenSportgladeSkåningen|talk]]) 07:01, 18 October 2022 (UTC)
:I'm seeing the same issue for brackets of any size. It seems that it works fine in the first column but in subsequent columns, the top two matches won't have their lines hidden. See my testcases here: [[User:Blaixx/sandbox/RoundN-main]]. I have a hunch that the bug is somewhere below the comment <code>--col.t and col.t2 control whether lines are drawn</code> but the code is really hard (for me) to understand! [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 14:58, 23 February 2024 (UTC)
== Automatic VTE links ==
any objections to adding automatic VTE links? with [[Module:Sports table]], you don't need to add the {{para|name}} to tell the module the name of the parent, which reduces errors when the module/template is moved to a new ___location. we could still have the {{para|template}}, but would not need the {{para|name}}. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 16:12, 5 December 2022 (UTC)
: [[User:Frietjes|Frietjes]], I think it's going to be a very rare case when you want to put the bracket in its own template. This might have been the case awhile ago, but the current trend is to put the brackets directly in the article and use [[WP:LST]] when necessary. A quick check of "WhatLinksHere" in template space shows only a handful. Thanks! [[User:Plastikspork|Plastikspork]] [[User talk:Plastikspork|<sub style="font-size: 60%">―Œ</sub><sup style="margin-left:-3ex">(talk)</sup>]] 16:04, 21 December 2022 (UTC)
:: okay, now removed. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 21:08, 21 December 2022 (UTC)
== Unbold aet and pen when using bold_winner ==
per [[Module_talk:Team_bracket#Option_to_not_bold_text_in_parentheses?|this discussion]] with [[User:S.A. Julio|S.A. Julio]], I have tweaked the code so that aet and pen and other parenthetical links are not bolded when using bold_winner. let me know if you see any problems and I can adjust the code. see [[2022_FIFA_World_Cup_knockout_stage#Bracket|2022 FIFA World Cup knockout stage]] for a live example. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 21:22, 21 December 2022 (UTC)
:[[User:Frietjes|Frietjes]]: Please see [https://en.wikipedia.org/wiki/Special:LintErrors/misnested-tag?namespace=0 Misnested Tags in Article namespace] and note the many articles with misnested tags attributed directly to this module. Cheers! —[[User:Anomalocaris|Anomalocaris]] ([[User talk:Anomalocaris|talk]]) 00:51, 22 December 2022 (UTC)
:: okay, I changed it to a less aggressive pattern match. [[User:Frietjes|Frietjes]] ([[User talk:Frietjes|talk]]) 18:17, 22 December 2022 (UTC)
:::[[User:Frietjes|Frietjes]]: OK, the misnested tags are cleared, so, thanks! —[[User:Anomalocaris|Anomalocaris]] ([[User talk:Anomalocaris|talk]]) 22:53, 22 December 2022 (UTC)
== Edit request 25 February 2024 Fix node_function orphan bug ==
{{Edit template-protected|answered=yes}}
'''Description of suggested change:''' A fix for the longstanding <code>node_function{orphan}</code> bug where the lines from the first two matches in each round (after the first) would not be hidden (see examples here: [[User:Blaixx/sandbox/RoundN-main]]). This is what it looks like when fixed: [[User:Blaixx/sandbox/RoundN]] (tables generated using the Module:RoundN/sandbox).
The fix took a long time to find but is actually pretty simple. We just need to null out a variable once per column. That way all subsequent rounds will work the same way as the first. I also added some comments.
'''Diff:'''
See diff here: {{diff|diff=1210101008|oldid=1210100067}} [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 01:04, 25 February 2024 (UTC)
:{{Ping|Paine Ellsworth}} sorry for the ping. Would you mind taking a look at this edit request when you have a chance? I saw that you've made some edits to this module before. Thanks! [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 15:55, 2 March 2024 (UTC)
:[[User:Blaixx|Blaixx]] the bug is the connecting lines wrongly appearing, yes? [[User:SWinxy|SWinxy]] ([[User talk:SWinxy|talk]]) 23:00, 3 March 2024 (UTC)
::Yes, "node_function{orphan}" should hide the lines to the next column of boxes and the bug is what you've said: the lines wrongly appearing. [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 04:46, 4 March 2024 (UTC)
:{{complete2}}. '''''[[User:Paine Ellsworth|<span style="font-size:92%;color:darkblue;font-family:Segoe Script">P.I. Ellsworth</span>]]''''' , [[Editor|<span style="color:black">ed.</span>]] [[User talk:Paine Ellsworth|<sup>put'er there</sup>]] <small>13:57, 7 March 2024 (UTC)</small>
==Text overlapping issue==
It got worse readability when the template is implement to the [[2023 Copa Libertadores]]. Any idea?
{{#invoke:RoundN|main|columns=4
|style=font-size:90%; white-space:nowrap
|score-boxes=3|3rdplace=no|short_brackets=yes
|team-width=180|score-width=18
|RD1=[[#Round of 16|Round of 16]]
|RD2=[[#Quarter-finals|Quarter-finals]]
|RD3=[[#Semi-finals|Semi-finals]]
|RD4=[[#Final|Final]]
<!--Round of 16-->
||{{RDseed|11}}{{fbaicon|URU}} [[Club Nacional de Football|Nacional]]|1|1|'''2 (2)'''|{{RDseed|4}}{{fbaicon|ARG}} '''[[Boca Juniors]]''' {{pso}}|1|1|'''2 (3)'''
||{{RDseed|15}}{{fbaicon|COL}} [[Atlético Nacional]]|4|0|'''4'''|{{RDseed|3}}{{fbaicon|ARG}} '''[[Racing Club de Avellaneda|Racing]]'''|2|3|'''5'''
||{{RDseed|16}}{{fbaicon|COL}} '''[[Deportivo Pereira]]'''|1|1|'''2'''|{{RDseed|6}}{{fbaicon|ECU}} [[C.S.D. Independiente del Valle|Independiente del Valle]]|0|1|'''1'''
||{{RDseed|13}}{{fbaicon|BRA}} [[Clube Atlético Mineiro|Atlético Mineiro]]|0|0|'''0'''|{{RDseed|1}}{{fbaicon|BRA}} '''[[Sociedade Esportiva Palmeiras|Palmeiras]]'''|1|0|'''1'''
||{{RDseed|12}}{{fbaicon|ARG}} [[Argentinos Juniors]]|1|0|'''1'''|{{RDseed|8}}{{fbaicon|BRA}} '''[[Fluminense FC|Fluminense]]'''|1|2|'''3'''
||{{RDseed|10}}{{fbaicon|BRA}} [[CR Flamengo|Flamengo]]|1|1|'''2'''|{{RDseed|2}}{{fbaicon|PAR}} '''[[Club Olimpia|Olimpia]]'''|0|3|'''3'''
||{{RDseed|9}}{{fbaicon|BOL}} '''[[Club Bolívar|Bolívar]]''' {{pso}}|3|0|'''3 (5)'''|{{RDseed|5}}{{fbaicon|BRA}} [[Club Athletico Paranaense|Athletico Paranaense]]|1|2|'''3 (4)'''
||{{RDseed|14}}{{fbaicon|ARG}} [[Club Atlético River Plate|River Plate]]|2|1|'''3 (8)'''|{{RDseed|7}}{{fbaicon|BRA}} '''[[Sport Club Internacional|Internacional]]''' {{pso}}|1|2|'''3 (9)'''
<!--Quarter-finals-->
||{{RDseed|4}}{{fbaicon|ARG}} '''[[Boca Juniors]]''' {{pso}}|0|0|'''0 (4)'''|{{RDseed|3}}{{fbaicon|ARG}} [[Racing Club de Avellaneda|Racing]]|0|0|'''0 (1)'''
||{{RDseed|16}}{{fbaicon|COL}} [[Deportivo Pereira]]|0|0|'''0'''|{{RDseed|1}}{{fbaicon|BRA}} '''[[Sociedade Esportiva Palmeiras|Palmeiras]]'''|4|0|'''4'''
||{{RDseed|8}}{{fbaicon|BRA}} '''[[Fluminense FC|Fluminense]]'''|2|3|'''5'''|{{RDseed|2}}{{fbaicon|PAR}} [[Club Olimpia|Olimpia]]|0|1|'''1'''
||{{RDseed|9}}{{fbaicon|BOL}} [[Club Bolívar|Bolívar]]|0|0|'''0'''|{{RDseed|7}}{{fbaicon|BRA}} '''[[Sport Club Internacional|Internacional]]'''|1|2|'''3'''
<!--Semi-finals-->
||{{RDseed|4}}{{fbaicon|ARG}} '''[[Boca Juniors]]''' {{pso}}|0|1|'''1 (4)'''|{{RDseed|1}}{{fbaicon|BRA}} [[Sociedade Esportiva Palmeiras|Palmeiras]]|0|1|'''1 (2)'''
||{{RDseed|8}}{{fbaicon|BRA}} '''[[Fluminense FC|Fluminense]]'''|2|2|'''4'''|{{RDseed|7}}{{fbaicon|BRA}} [[Sport Club Internacional|Internacional]]|2|1|'''3'''
<!--Final-->
|4 November – [[Maracanã Stadium|Rio de Janeiro]]|{{RDseed|4}}{{fbaicon|ARG}} [[Boca Juniors]]|||1|{{RDseed|8}}{{fbaicon|BRA}} '''[[Fluminense FC|Fluminense]]''' {{aet}}|||'''2'''}}
[[User:KyleRGiggs|KyleRGiggs]] ([[User talk:KyleRGiggs|talk]]) 08:21, 18 July 2024 (UTC)
:Can you elaborate? What got worse? Worse than what? [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 21:26, 21 July 2024 (UTC)
::I don't know how to elaborate but [[User:CodeMars04|CodeMars04]] said very clearly in his edit summary, I will quote it. {{quote|…some team names were overlapping on scores, which shows even more on mobile version. IMO, this needs further testing (in a sandbox, for example) before being implemented on a permanent basis.}} [[User:KyleRGiggs|KyleRGiggs]] ([[User talk:KyleRGiggs|talk]]) 17:34, 22 July 2024 (UTC)
:::I think I resolved the issue by increasing the team-width parameter from 180px to 215. [[User_talk:Blaixx|<b style="color: #329604">B</b><b style="color: #FD8F42">L</b><b style="color: #0096FF">A</b><b>IXX</b>]] 20:17, 22 July 2024 (UTC)
== Using RDseed with long names? ==
This is not for any particular edit request, but a request for advice on where to take this. I've implemented this style of bracket at [[2024 Arena Football League season]] among other arena football season articles, and have noticed that when I include the {{tl|RDseed}} template, even with {{tl|nowrap}}, some cells take up two lines. I know there's something technical that might be causing this, but any advice on how I can fix this? The current version of the bracket as of writing this is below. [[User:JalenFolf|<span style="font-size:1.2em;font-family:eurofurence;background:#368ec9;color:white">Jalen Folf</span>]] [[User talk:JalenFolf|<span style="background:#6babd6;color:black">(Bark[s])</span>]] 18:56, 21 July 2024 (UTC)
:Scratch that. I figured it out using the team-width parameter, as described in the RDseed documentation. [[User:JalenFolf|<span style="font-size:1.2em;font-family:eurofurence;background:#368ec9;color:white">Jalen Folf</span>]] [[User talk:JalenFolf|<span style="background:#6babd6;color:black">(Bark[s])</span>]] 20:28, 21 July 2024 (UTC)
{{#invoke:RoundN|N8
|RD1=Round 1
|skipmatch2=yes
|skipmatch4=yes
|bold_winner=high
|team-width=auto
<!--Round One-->
|July 6 – [[Tony's Pizza Events Center]]|{{RDseed|5}}{{nowrap|Southwest Kansas Storm}}|35|{{RDseed|3}}Salina Liberty|41
|||||
|July 5 – [[Kia Center]]|{{RDseed|6}}Nashville Kats|62|{{RDseed|4}}Orlando Predators|32
|||||
|July 13 – [[MVP Arena]]|{{RDseed|3}}Salina Liberty|59|{{RDseed|2}}Albany Firebirds|80
|{{nowrap|July 13 – MetraPark [[First Interstate Arena]]}}|{{RDseed|6}}Nashville Kats|32|{{RDseed|1}}Billings Outlaws|35
|July 19 – [[American Dream Meadowlands|American Dream Center]]|{{RDseed|2}}Albany Firebirds|41|{{RDseed|1}}Billings Outlaws|46
}}
::{{ping|JalenFolf}} {{TL|RDseed}} may not go within {{TL|nowrap}} due to Div-Span-Flip errors (HTML hierarchy), a tracked syntax error on Wikipedia. However, I did find a solution for you that you might have overlooked. The [[Template:RDseed]] comes with a parameter (towards the bottom of the page) that accomodates the need for wider team entries; just add <code><nowiki>|team-width=auto </nowiki></code> to the parameter set as I have here, and it will self adjust based on input. If that causes issues with being too wide, just change <code>auto</code> to some integer that works better (170 is the default width). Does this work for you? [[User:Zinnober9|Zinnober9]] ([[User talk:Zinnober9|talk]]) 21:12, 21 July 2024 (UTC)
== omit_label for consolation matches ==
I noticed that that using <code>omit_label</code> works for regular headings, but for consolation matches it results in an error. Is there any way this could be resolved? Thanks, [[User:S.A. Julio|S.A. Julio]] ([[User talk:S.A. Julio#top|talk]]) 03:07, 6 September 2024 (UTC)
|