Difference between revisions of "Module:Sandbox/Galobtter"
Jump to navigation
Jump to search
blackwiki>Galobtter (fix) |
blackwiki>Galobtter (+) |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.main(frame) | function p.main(frame) | ||
| − | return | + | return frame:getParent():getTitle() |
end | end | ||
return p | return p | ||
Revision as of 13:48, 7 June 2019
local p = {}
function p.main(frame)
return frame:getParent():getTitle()
end
return p