Jump to content

Module:Sandbox/Luis150902

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Renamed user awfwvowjvwrvnwio (talk | contribs) at 14:22, 23 September 2015 (Created page with '--This is a test created by Luis150902 local test = {} local getArgs = require("Module:Arguments").getArgs function test.f1(frame) local args = getArgs(fr...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

--[[This is a test created by Luis150902]]

local test = {}
local getArgs = require("Module:Arguments").getArgs

function test.f1(frame)
	local args = getArgs(frame)
	return args["1"].length
end

return test