Module:Sandbox/Ahecht/pagecreator

< Module:Sandbox‎ | Ahecht
Revision as of 16:35, 13 February 2018 by imported>Ahecht (Ahecht moved page Module:Sandbox/ahecht/pagecreator to Module:Sandbox/Ahecht/pagecreator without leaving a redirect: Caps)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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