When you go to [[Special:AllPages]], it gives you a list of links if the list is small enough. Else it gives you a list of alphabetical ranges.
These ranges have two (identical-target) links, separated by the word "to" - e.g. "<a>Aardvark</a> to <a>Baboon</a>". This is basically the most confusing way we could have built this feature, because it looks like you're linking to the two pages and there is no obvious way to get to a list of all the pages.
I would suggest:
- Make the links bigger. Make them big old blocks, with padding and everything. Make them span the whole page. I want HUGE click targets.
- Link the whole message, not just bits of it. This makes basically everything easier, because the message can take two uncomplicated strings as arguments, and it can be ->text()ed instead of ->parse() or ->plain()ed.
- Maybe indicate how many links are on each page. Could be useful.
- Hover effects on the links would be fantastic. Just saying.
Let's get this done.
Version: 1.23.0
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=65159