Module:Test

From MassiveCraft Wiki
Revision as of 05:42, 30 December 2015 by Ryciera (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Test/doc

local p = {}

names = ""

function p.info(frame)
	
	names=frame.args.names
	
	 local t = {}
	 local num = 0
	 for i in string.gmatch(writers, "%S+") do
	 	t["num"]= "[[user:" .. i .. "|" .. i .. "]]"
	 	num = num + 1
 	end
 	return t["num"]
end