-- [[User:Kephir]]'s Scribunto sandbox -- do not expect anything to stay here in place return { pagename = function (frame) return frame:getParent():getTitle() end; }