Module:Infobox: Difference between revisions

From Vintage Story Wiki
(Created blank page)
 
m (oh god how does this work)
 
Line 1: Line 1:
local p = {}


function p.hello()
return "Hello, world!"
end
return p

Latest revision as of 14:02, 15 February 2020

local p = {}

function p.hello() return "Hello, world!" end

return p