Documentation for this module may be created at Module:CreateButton/doc
local p = {} --p stands for package function p.hello( frame ) local wrapper = mw.html.create( 'html' ) return tostring( wrapper ) end return p