Module:Sandbox/Ahecht/pagecreator

From blackwiki
< Module:Sandbox‎ | Ahecht
Revision as of 19:52, 8 April 2015 by blackwiki>Ahecht
Jump to navigation Jump to search

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

Usage

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



local p = {}

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

return p