Difference between revisions of "Module:List"
Jump to navigation
Jump to search
Tracking categories don't exist on this wiki
>Minorax m (29 revisions imported from meta:Module:List) |
>Pppery (Tracking categories don't exist on this wiki) |
||
Line 145: | Line 145: | ||
return tostring(root) | return tostring(root) | ||
end | end | ||
Line 172: | Line 156: | ||
checkType('makeList', 2, args, 'table') | checkType('makeList', 2, args, 'table') | ||
local data = p.makeListData(listType, args) | local data = p.makeListData(listType, args) | ||
return p.renderList(data) | |||
end | end | ||