Documentation for this module may be created at Module:Sandbox/Luuva/ChangeTitle/doc
local p = {} function p.hello( frame ) return mw.title.new( "abc", "" ) end return p