Revision as of 19:42, 2 July 2007 view sourceAlex Smotrov (talk | contribs)1,908 edits →"no redirects" option: css← Previous edit | Revision as of 21:36, 2 July 2007 view source Eep² (talk | contribs)7,014 editsm →"no redirects" option: replyNext edit → | ||
Line 9: | Line 9: | ||
<source lang=css>div.allpagesredirect a {color:gray}</source> | <source lang=css>div.allpagesredirect a {color:gray}</source> | ||
:will simply make them easier to distinquish from normal pages. CSS code goes into ] ∴ ] 19:42, 2 July 2007 (UTC) | :will simply make them easier to distinquish from normal pages. CSS code goes into ] ∴ ] 19:42, 2 July 2007 (UTC) | ||
::Thanks, but I was looking for a built-in ] option (that should be present anyway). Oh and I use simple.css. ;) ∞] <sup>(]|])</sup> 21:36, 2 July 2007 (UTC) |
Revision as of 21:36, 2 July 2007
This is the talk page for the special page at Special:PrefixIndex. For general information on this and other special pages, see Help:Special page. For recent talk about special pages, see Recentchangeslinked/Specialpages discussion |
"no redirects" option
Is there an option to not include redirects? ∞ΣɛÞ² 20:59, 30 June 2007 (UTC)
- I am not aware of such an option, but at least redirects are enclosed into <div class=allpagesredirect> (which already has italic CSS). So
div.allpagesredirect {display:none}
- will hide them (leaving empty table cells unfortunately), while
div.allpagesredirect a {color:gray}
- will simply make them easier to distinquish from normal pages. CSS code goes into your monobook.css ∴ Alex Smotrov 19:42, 2 July 2007 (UTC)
- Thanks, but I was looking for a built-in MediaWiki option (that should be present anyway). Oh and I use simple.css. ;) ∞ΣɛÞ² 21:36, 2 July 2007 (UTC)