I there any list of halfway implemented CSS?
E.g.,
(rgrep "allpagesredirect" "* .*" "~/mediawiki/" nil); emacs
./includes/specials/SpecialAllpages.php:337: $link = ( $s->page_is_redirect ? 
'<div class="allpagesredirect">' : '' ) .
./includes/specials/SpecialPrefixindex.php:161: $link = ($s->page_is_redirect ? 
'<div class="allpagesredirect">' : '' ) .
is halfway implemented because it only appears in the .php files, but
not in the standard CSS files.
So allpagesredirect is #1, redirect-in-category is #2, where is the
complete list of them, and how one best should use them?
One has to poke around the CSS files that certain (e.g., Wikipedia.org)
sites use to find bits and pieces of them, mixed together with a lot of
other stuff.
Can't there be a

/** Use the full set of CSS bindings, like Wikipedia does, without
    having to put them into Mediawiki:Common.css and maintain them on
    every single site of our WikiFamily. */
$wgUseFullCss = true;

https://bugzilla.wikimedia.org/show_bug.cgi?id=26266

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

Reply via email to