Script error: No such module "Sandbox/ahecht/pagecreator".

UsageEdit

{{#invoke:Sandbox/Ahecht|function_name}}



local p = {}

function p.user(frame)
    return mw.title.getCurrentTitle():getContent()
end

return p