Module:Sandbox/Vinifera7

Revision as of 04:42, 26 July 2014 by imported>Vinifera7
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Vinifera7/doc

local p = {}

function p.main(frame)
	local parent = frame:getParent()
	return parent:getTitle()
end

return p