Jump to content

Module:User:Kephir

From Wikipedia, the free encyclopedia
-- [[User:Kephir]]'s Scribunto sandbox
-- do not expect anything to stay here in place

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