https://bugzilla.wikimedia.org/show_bug.cgi?id=22265
--- Comment #13 from Allen Stambaugh <[email protected]> 2011-03-02 23:46:33 UTC --- A new variable, {{CITECLASS}}, along with other changes should fix the ordered list problem. My very limited PHP skills are not up to creating a new variable but the code below should give you an idea what I am thinking of. 'cite_class_group-default' => 'decimal'; 'cite_class_group-@alpha' => 'alpha'; 'cite_references_prefix' => '<div class="references"> <ol class="{{CITECLASS}}">'; Some CSS style rules are also needed. div.references ol.decimal { list-style-type: decimal; } div.references ol.alpha { list-style-type: lower-alpha; } Hopefully this can be of some help to you. -- 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
