Difference between revisions of "Module:TEMPLATENAME"
MyWikiBiz, Author Your Legacy — Thursday October 30, 2025
Jump to navigationJump to search (Pywikibot 6.4.0) |
(No difference)
|
Latest revision as of 07:31, 16 July 2021
Documentation for this module may be created at Module:TEMPLATENAME/doc
local p = {}
function p.main(frame)
return frame:getParent():getTitle()
end
return p