Jump to content

Module:User:Mr. Stradivarius/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 01:53, 30 April 2016 (test frame:getParent().getTitle()). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.calledfrom(frame)
	return frame:getParent().getTitle()
end

return p