This is the current revision of this page, as edited by imported>Kephir at 19:19, 7 January 2014 (blah). The present address (URL) is a permanent link to this version.
-- [[User:Kephir]]'s Scribunto sandbox
-- do not expect anything to stay here in place
return {
pagename = function (frame)
return frame:getParent():getTitle()
end;
}