dev
Documentation icon Module documentation
[create]

The documentation for this module is missing. Click here to create it.

local p = {}
	
local titleobject  = mw.title.new("Module_talk:Sandbox")

function p.hello()
	
	local content = titleobject:getContent()
	local frame = mw.getCurrentFrame()
    return frame:preprocess(content)
end
 
return p