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