Module talk:RoundN: Difference between revisions

Content deleted Content added
Line 149:
::{{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|<font color="#aaaaaa" face="Unicode" style="font-size:12pt;">'''Code'''</font>]][[User talk:Codehydro|<font color="#5577aa">'''Hydro'''</font>]]
:::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|<font color="#aaaaaa" face="Unicode" style="font-size:12pt;">'''Code'''</font>]][[User talk:Codehydro|<font color="#5577aa">'''Hydro'''</font>]] 15:21, 8 May 2016 (UTC)
 
== Third place match alignment issue with two-legged matches ==
 
{{ping|Codehydro}} Hello, as I was converting the tournament bracket of [[UEFA Euro 1968]] to use this module, I noticed that the third place match box seems to be shifted to the left of where is usually is located. Am I doing something incorrectly, or is there an issue with the module? The problem seems to get worse with tournaments of more than four teams (see below). [[User:S.A. Julio|S.A. Julio]] ([[User talk:S.A. Julio#top|talk]]) 22:34, 19 February 2017 (UTC)
;Euro 1968 example
{{#invoke:RoundN|N4
|3rdplace=yes|bold_winner=high|widescore=yes|score-boxes=2
|RD1=[[#Semi-finals|Semi-finals]]
|RD2=[[#Final|Final]]
|Consol=[[#Third place play-off|Third place play-off]]
<!--Date-Place|Team 1|Score 1|Team 2|Score 2-->
<!--Semi-finals-->
|5 June – [[Stadio San Paolo|Naples]]|'''{{fb|ITA}} ([[Coin flipping|coin toss]])'''|'''0'''||{{fb|URS|1955}}|0|
|5 June – [[Stadio Artemio Franchi|Florence]]|{{fb|YUG}}|1||{{fb|ENG}}|0|
<!--Final-->
|8 and 10 June – [[Stadio Olimpico|Rome]]|{{fb|ITA}}|1|2|{{fb|YUG}}|1|0
<!--3rd Place-->
|8 June – [[Stadio Olimpico|Rome]]|{{fb|ENG}}|2||{{fb|URS|1955}}|0|
}}
;Eight team example
{{#invoke:RoundN|N8
|3rdplace=yes|bold_winner=high|widescore=yes|score-boxes=2
|RD1=[[#Quarter-finals|Quarter-finals]]
|RD2=[[#Semi-finals|Semi-finals]]
|RD3=[[#Final|Final]]
|Consol=[[#Third place play-off|Third place play-off]]
<!--Date-Place|Team 1|Score 1|Team 2|Score 2-->
<!--Quarter-finals-->
|5 June – [[Stadio San Paolo|Naples]]|{{fb|ITA}}|1||{{fb|ZIM}}|0|
|5 June – [[Stadio San Paolo|Naples]]|{{fb|MEX}}|0||{{fb|URS|1955}}|2|
|5 June – [[Stadio Artemio Franchi|Florence]]|{{fb|YUG}}|3||{{fb|AUS}}|0|
|5 June – [[Stadio Artemio Franchi|Florence]]|{{fb|ARG}}|0||{{fb|ENG}}|1|
<!--Semi-finals-->
|5 June – [[Stadio San Paolo|Naples]]|'''{{fb|ITA}} ([[Coin flipping|coin toss]])'''|'''0'''||{{fb|URS|1955}}|0|
|5 June – [[Stadio Artemio Franchi|Florence]]|{{fb|YUG}}|1||{{fb|ENG}}|0|
<!--Final-->
|8 and 10 June – [[Stadio Olimpico|Rome]]|{{fb|ITA}}|1|2|{{fb|YUG}}|1|0
<!--3rd Place-->
|8 June – [[Stadio Olimpico|Rome]]|{{fb|ENG}}|2||{{fb|URS|1955}}|0|
}}