(07-18-2026, 10:30 PM)Bob Schroeck Wrote: We've also got a DISPLAYNAME issue on Useful Notes pages -- I've spotted it several times today/this evening:
It looks like somehow, somewhere we have a default DISPLAYNAME set up for works that the {{Useful Notes}} template is trying to override?
That was a problem with Useful Notes being work-like, but not needing italic titles... and me not realizing how to turn it off correctly. Fixed yesterday. I may do a less hacky solution later.
(07-18-2026, 08:37 PM)robkelk Wrote: I just noticed a bug in the new Work header.
At least on the ATT page for Gilligan's Island, the list of subpages has extra text, which means all of the page links are greyed out. Instead of "Gilligan's Island/SUBPAGENAME", it's showing "Gilligan's Island/and/SUBPAGENAME".
Ah, the apostrophe bug rears its head again. In this case I looked at the code of Extension:Subpage Fun and realized that all of the escaping gets disabled if I just have it wrap the pages in links instead. So now we just grab that, split our string by brackets instead of pipes, and away we go. I think it's a tiny bit faster this way which is funny.
(07-18-2026, 02:38 PM)robkelk Wrote: If we are going to use it, is the column width the one we should use?
In general, column-width is better for responsive design than column-count, though you can use both. column-width is a minimum width, so the each column will never get smaller than that on small screens. column-count is the number of columns -- or if you're using a width, the maximum number of columns. Categories pages use both (as they are now, my extension may disable this later...)
"Kitto daijoubu da yo." - Sakura Kinomoto

