Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.
// request.cf · coarse context
A page that knows where it met you.
Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.
This template is within the scope of WikiProject Sports, a collaborative effort to improve the coverage of sport-related topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.SportsWikipedia:WikiProject SportsTemplate:WikiProject Sportssports
Assess: newly added and existing articles, maybe nominate some good B-class articles for GA; independently assess some as A-class, regardless of GA status.
This template is within the scope of WikiProject Olympics, a collaborative effort to improve the coverage of Olympics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.OlympicsWikipedia:WikiProject OlympicsTemplate:WikiProject OlympicsOlympics
Latest comment: 1 year ago2 comments1 person in discussion
Template:Medals table has implented {{sticky header}} in their code (...local sticky = frame:extensionTag{ name = "templatestyles", args = {src = "template:sticky header/styles.css) and it works perfectly and is a great addition. However, there are also very long tables, and it would be good if they were scrollable in a container like {{sticky table start}}. In All-time Olympic Games medal table, we even have three long tables one after the other, and that's not good.
Sticky header is probably the preferred choice, as no container is placed around the table.
However, a parameter for the template would be desirable for very long tables.
with these changes in {{Template:Medals table}}, this switch would work, tested with Module:Sandbox/Miria~01/2 on User:Miria~01/sandbox2 with {{#invoke:Sandbox/Miria~01/2|createTable|style=alt for the first table and for the second table with {{#invoke:Sandbox/Miria~01/2|createTable. These would be the changes in {{Module:Medals table}}
This would not change anything for all other medal tables, and you would only need to insert {{Medals table|style=alt when calling the template, if desired. Miria~01 (talk) 18:55, 18 June 2025 (UTC)Reply
Oh yes PrimeHunter, this template is terrible. No one can make such a small Lua fix. The {{Winners}} template had a similar problem with youth categories, but I recently fixed it; you can look at it if you want. However, Lua is completely unknown to me; I cannot modify the Module:Medals table myself... Maiō T. (talk) 11:11, 8 March 2026 (UTC)Reply
Hello PrimeHunter, are you still here? I'm testing the sandbox for this issue and I think I've managed to solve it. See the following examples:
Okay people, I've been testing this for the past few days and haven't found any snags. So I'm gonna copy sandbox to live. I am confident that this new feature will be used in many youth competitions in the future. Have a nice time, this topic is now closed. Maiō T. (talk) 14:07, 21 July 2026 (UTC)Reply
Latest comment: 3 months ago6 comments2 people in discussion
Hi, I'm currently theming my wikis and noticed an unnecessary attribute for the Rank field. If you go to any article (I chose 2025_World_Figure_Skating_Championships because it was on main page) and change color attribute of .wikitable, you can see that all headers remain black except for rank. Removing inherit from Rank makes it black again, like the rest of headers. The only exception is Timeless theme, where all headers with default background get that color). Lili1228 (talk) 09:24, 3 April 2026 (UTC)Reply
As I said, this affects custom CSS (that themes .wikitable), I don't have any issue on any of the stock themes. If you apply something like .wikitable { color: red; }, you'll see that all the text in the first row becomes red but Rank's color: inherit; causes an inconsistency. Lili1228 (talk) 18:11, 5 April 2026 (UTC)Reply
Thank you for clarifying. Feel free to propose a change in the sandbox that fixes your personal issue while continuing to support the standard skins and viewing modes. – Jonesey95 (talk) 20:39, 5 April 2026 (UTC)Reply