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