Module:Test

From MassiveCraft Wiki
Revision as of 05:35, 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 function helper(names) 
  	table.insert(t, names) return "" end
  if not str:gsub("%w+", helper):find"%S" then return t end
end