More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
local t = {} | 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 | end |
Revision as of 05:42, 30 December 2015
Documentation for this module may be created at Module:Test/doc