Changes
→Parameters: add ol_style parameter
* <code>class</code> - a custom class for the {{tag|div}} tags surrounding the list, e.g. <code>plainlinks</code>.
* <code>style</code> - a custom css style for the {{tag|div}} tags surrounding the list, e.g. <code>font-size: 90%;</code>.
* <code>list_style</code> - a custom css style for the list itself. The format is the same as for the {{para|style}} parameter. <code>ul_style</code> is an alias and <code>ol_style</code> are aliases for this parameter, included for backwards compatibility.
* <code>item_style</code> - a custom css style for all of the list items (the {{tag|li}} tags). The format is the same as for the {{para|style}} parameter. <code>li_style</code> is an alias for this parameter, included for backwards compatibility.
* <code>item_style1</code>, <code>item_style2</code>, <code>item_style3</code>... - custom css styles for each of the list items. The format is the same as for the {{para|style}} parameter. The <code>li_style1</code>, <code>li_style2</code> <code>li_style3</code> ... parameters are aliases for these parameters, included for backwards compatibility.