মডিউল:List: সংশোধিত সংস্করণের মধ্যে পার্থক্য
tweak comment at the start |
fix horizontal numbered list style |
||
৫৬ নং লাইন: | ৫৬ নং লাইন: | ||
local function getStyle(listType, indent, style) | local function getStyle(listType, indent, style) | ||
local styles = {} | local styles = {} | ||
if listType == 'horizontal' then | if listType == 'horizontal' or listType == 'horizontal_numbered' then | ||
indent = indent and tonumber(indent) | indent = indent and tonumber(indent) | ||
indent = tostring((indent and indent * 1.6) or 0) | indent = tostring((indent and indent * 1.6) or 0) |