This is an old revision of this page, as edited by Alex Smotrov (talk | contribs) at 19:42, 2 July 2007 (→"no redirects" option: css). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 19:42, 2 July 2007 by Alex Smotrov (talk | contribs) (→"no redirects" option: css)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)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)