Difference between revisions of "Module:Sandbox/Ahecht/pagecreator"
< Module:Sandbox | Ahecht
Jump to navigation
Jump to search
blackwiki>Ahecht |
m (7 revisions imported) |
| (One intermediate revision by one other user not shown) | |
(No difference)
| |
Latest revision as of 09:14, 27 September 2020
| File:OOjs UI icon information-progressive.svg | Module rating is invalid or not specified. |
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