Last modified: 2014-11-04 12:36:04 UTC
I'm not sure this can be done without fixing http://bugzilla.wikipedia.org/show_bug.cgi?id=6754 first, but... [[special:allpages]] identifies redirect pages from all other pages. Redirects are in <i>italics</i>, whereas other pages are not. I want to split all other pages into article pages and disambiguation pages, so developing the theme, I think it would be good to put disambiguation pages in <b><i>bold italic</b></i>.
This is currently implemented by putting the REDIRECT title in <div class="allpagesredirect">…</div> and then applying a CSS style to that class: this enables users to highlight the REDIRECTs (my custom CSS makes them smaller). Maybe we could have <div class="allpagesdisambig">…</div> in similar vein?
<div class="allpagesdisambig">…</div> would be a good method of doing this, it may be possible to use code from [[Special:Disambiguations]]. See bug 9319 for a similar request.
*** Bug 70738 has been marked as a duplicate of this bug. ***