Module:Proposal support: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
local list = ""
local list = ""
for _, sig in ipairs(args) do
for _, sig in ipairs(args) do
list = list .. "\n* " .. sig:gsub("\n", "")
if sig ~= "" and sig ~= " " then
supporters = supporters + 1
list = list .. "\n* " .. sig:gsub("\n", "")
supporters = supporters + 1
end
end
end
local s = "s"
local s = "s"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.