Module:Test: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8: Line 8:
v = v:match('^%s*(.-)%s*$')
v = v:match('^%s*(.-)%s*$')
if v ~= '' then
if v ~= '' then
categories = categories.."|[[:Category:"..args[k].." Deities|"..args[k].."]]"
categories = categories.."|[[:Category:"..orgiArgs[k].." Deities|"..orgiArgs[k].."]]"
end
end
end
end
Line 15: Line 15:
v = v:match()
v = v:match()
if v ~= '' then
if v ~= '' then
categories = categories.."|[[Category:"..args[k].." Deities]]"
categories = categories.."|[[Category:"..orgiArgs[k].." Deities]]"
end
end
end
end