Zum Inhalt springen

Modul:List: Unterschied zwischen den Versionen

fix indent parameter
(convert to Module:HtmlBuilder and fix list-style-type support)
(fix indent parameter)
Zeile 59: Zeile 59:
root.addClass(args.class)
root.addClass(args.class)
if listType == 'horizontal' or listType == 'horizontal_ordered' then
if listType == 'horizontal' or listType == 'horizontal_ordered' then
local indent = args.indent and tonumber(indent)
local indent = tonumber(args.indent)
indent = tostring((indent and indent * 1.6) or 0)
indent = tostring((indent and indent * 1.6) or 0)
root.css('margin-left', indent .. 'em')
root.css('margin-left', indent .. 'em')
Anonymer Benutzer