Module:User:Kephir

From WikiProjectMed
Jump to navigation Jump to search
-- [[User:Kephir]]'s Scribunto sandbox
-- do not expect anything to stay here in place

return {
	pagename = function (frame)
		return frame:getParent():getTitle()
	end;
}