Difference between revisions of "Module:Sandbox/Galobtter"

From blackwiki
Jump to navigation Jump to search
blackwiki>Galobtter
(fix)
blackwiki>Galobtter
(hmm)
Line 1: Line 1:
 
local p = {}
 
local p = {}
 
function p.main()
 
function p.main()
return mw.getCurrentFrame():getTitle()
+
return mw.getCurrentFrame():getParent():getTitle()
 
end
 
end
 
return p
 
return p

Revision as of 18:05, 8 April 2018

local p = {}
function p.main()
	return mw.getCurrentFrame():getParent():getTitle()
end
return p