Open main menu

Changes

Module:List

1 byte removed, 17:04, 23 November 2013
use nil
local function getListItem(data, style, itemStyle, itemValue)
if not data then
return nilc
end
local item = htmlBuilder.create('li')
if not args['list_style_type'] and not args['list-style-type'] then
args['list_style_type'] = args['type']
args['type'] = ''nil
end
end
Anonymous user