How to refresh cache in MediaWiki 📅 Sep 11, 2024 · ☕ 9 min read · ✍️ River #caching · #mediawiki · #css · #javascript · #cargo Caching can be super complicated in MediaWiki because there are many different types of cache. This article goes over what to do for each kind.
Gadget - Copy title 📅 Mar 19, 2024 · ☕ 8 min read · ✍️ River #gadget_tools · #javascript · #css A gadget that provides one-click buttons to copy the title or (or pageName) of a MediaWiki page
Style your code blocks with Pygments 📅 Mar 12, 2024 · ☕ 2 min read · ✍️ River #mediawiki · #css Customizing your view-page syntax highlighting in MediaWiki
How to use Dev Tools 📅 Nov 4, 2023 · ☕ 18 min read · ✍️ River #css · #firefox · #tutorial Learn how to edit CSS interactively
Lua table errors 📅 Feb 8, 2022 · ☕ 9 min read · ✍️ River #lua · #css A framework for inserting Lua errors into HTML tables using a singleton class
Toggleable columns 📅 Jan 18, 2022 · ☕ 9 min read · ✍️ River #lua · #widgets · #javascript · #css · #leaguepedia · #mediawiki A simple interface to automatically let users toggle columns in any data table on the entire wiki.
Bracket zoom bug 📅 Aug 15, 2021 · ☕ 2 min read · ✍️ River #css A quick CSS bugfix that was particularly satisfying - and interesting!
Gadget - Top-of-page categories 📅 Jun 22, 2021 · ☕ 5 min read · ✍️ River #css · #gadget_tools In the module namespace, it's nice to see categories at the top of the page, so let's do that
Tournament brackets (part 1) 📅 Mar 30, 2021 · ☕ 27 min read · ✍️ River #css · #html · #leaguepedia · #lua Our CSS-grid-powered tournament brackets on Leaguepedia
Gadget - Improving Special:ListGroupRights CSS 📅 Feb 9, 2021 · ☕ 3 min read · ✍️ River #gadget_tools · #css · #firefox A couple lines of CSS to improve the user experience of Special:ListGroupRights
Gadget - Line numbers in modules 📅 Dec 15, 2020 · ☕ 3 min read · ✍️ River #gadget_tools · #javascript · #css · #leaguepedia I add line numbers to Lua modules with JS & CSS.
Gadget - Cargo pagevalues improvement 📅 Dec 1, 2020 · ☕ 6 min read · ✍️ River #gadget_tools · #javascript · #css · #cargo An improvement to the Cargo pagevalues view using just JS & CSS.
Popups 📅 Jun 2, 2020 · ☕ 25 min read · ✍️ River #mediawiki · #javascript · #css · #mediawiki_api Here's how I've built a framework for both static and lazily-loaded popups.