Module:List: Difference between revisions
From Vintage Story Wiki
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
local args = f.args | local args = f.args | ||
local listItems = args[1]:match(';') | local listItems = args[1]:match(';') | ||
local list = table.concat(listItems, '\n') | local list = table.concat(listItems, '\n') | ||
local html = { | local html = { |
Revision as of 21:36, 17 August 2022
Documentation for this module may be created at Module:List/doc