https://bugzilla.wikimedia.org/show_bug.cgi?id=37901
Jonathan Haas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #18 from Jonathan Haas <[email protected]> --- (In reply to comment #16) > * Internal links > ** If the page does not exist, colour it red > ** If the page does exist but is a disambiguation page, colour it yellow > ** If the page does exist but is under (arbitrary) stub threshold, colour it > purple > ** Elsewise, colour it dark blue Don't forget about redirection pages. In some Wikipedia's it is probably bad practice to link them. In german Wikipedia, it's okay to link them, but only if the link target makes more sense than the main page title. So in any case it's nice to see that the link target is a redirect. A bonus would be a tooltip which shows the page the redirect redirects to. (In reply to comment #6) > This can be implemented with a generated CSS file containing attribute > selectors matching red link targets like this: > > a[href="./Foo"], > a[href="./Bar"] { color: red } This is a really horrible idea. About 5% of the population are color blind, you really don't want to hardcode colors like this in any way. If embedding this information in the page source is technically impossible for whatever reason, then load a list of external pages using JS and add css classes or other attributes on the fly. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
