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