Module:Lua test

From Visual Data Wiki
Jump to navigation Jump to search

Lua test documentation


local p = {}
function p.hello(frame)
    return frame:preprocess( "'''Bold''' and ''italics'' is {{Foo}}" )
end
return p