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 23:34, 3 December 2014 (test frame:expandTemplate). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.main(frame)
	local args = require('Module:Arguments').getArgs(frame)
	return frame:expandTemplate{title = args._template, args}
end

return p