Jump to content

Module:Sandbox/Kephir: Difference between revisions

From Wikipedia, the free encyclopedia
blah
m Jonesey95 moved page Module:User:Kephir to Module:Sandbox/Kephir without leaving a redirect: move to standard location for user test modules
 
(No difference)

Latest revision as of 13:44, 15 November 2024

-- [[User:Kephir]]'s Scribunto sandbox
-- do not expect anything to stay here in place

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