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