Jump to content

Module:Sandbox/Kephir

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jonesey95 (talk | contribs) at 13:44, 15 November 2024 (Jonesey95 moved page Module:User:Kephir to Module:Sandbox/Kephir without leaving a redirect: move to standard location for user test modules). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- [[User:Kephir]]'s Scribunto sandbox
-- do not expect anything to stay here in place

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