https://bugzilla.wikimedia.org/show_bug.cgi?id=22265
--- Comment #19 from Erwin Dokter <[email protected]> 2011-03-05 12:45:41 UTC --- The disadvantage of Allen's code is that you are stuck with a few predefined group names within cite_body.php, making any wiki-side HTML customization in Mediawiki:cite_reference_link_prefix impossible. Is there a way to inject a groupname as a CSS value into cite_reference_link_prefix, ie. if it were to contain: <ol class="references" style="list-style-type: $1;"> That way, it would only have to check if a group name has an associated file present, and pass that to $1 (else default to "decimal"). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
