Jump to content

Module:List: Difference between revisions

2 bytes removed ,  10 years ago
Undid revision 581617993 by Mr. Stradivarius (talk) actually, this is no longer necessary due to changes in Module:Random
m>Mr. Stradivarius
(change the "type" parameter to the slightly less generic "marker")
m>Mr. Stradivarius
(Undid revision 581617993 by Mr. Stradivarius (talk) actually, this is no longer necessary due to changes in Module:Random)
Line 67: Line 67:
list
list
.attr('start', args.start)
.attr('start', args.start)
.attr('type', args.marker)
.attr('type', args.type)
.css('list-style-type', args.list_style_type or args['list-style-type'])
.css('list-style-type', args.list_style_type or args['list-style-type'])
.cssText(args.list_style or args.ul_style or args.ol_style) -- ul_style and ol_style are included for backwards compatibility. No distinction is made for ordered or unordered lists.
.cssText(args.list_style or args.ul_style or args.ol_style) -- ul_style and ol_style are included for backwards compatibility. No distinction is made for ordered or unordered lists.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.