Module:User:Kephir

From English Wikipedia @ Freddythechick

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.

(diff) ← Older 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;
}