Vipul Naik wrote:
> Hi,
> 
> I notice that on Wikipedia, the entries for redirect pages in category
> listings are in italics. Is there a documented setting that can be
> used to enable this? (I tried looking in the list of configuration
> settings, but couldn't find any).
> 
> For instance:
> 
> http://en.wikipedia.org/wiki/Category:Subgroup_properties
> 
> has some subgroup properties (such as "subabnormal subgroup", "Sylow
> subgroup") in italics, because these pages redirect to other pages.
> 
> Thanks,
> 
> Vipul

They have CSS class redirect-in-category
It's italic because on MediaWiki:Common.css they have the following code:
/* Makes redirects appear in italics in categories and on
[[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to