Difference between revisions of "Module:Sandbox/Ahecht/pagecreator"

From blackwiki
Jump to navigation Jump to search
blackwiki>Ahecht
blackwiki>Ahecht
m (Ahecht moved page Module:Sandbox/ahecht/pagecreator to Module:Sandbox/Ahecht/pagecreator without leaving a redirect: Caps)
(No difference)

Revision as of 15:35, 13 February 2018

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