4,599
edits
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:".. | 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:".. | categories = categories.."|[[Category:"..orgiArgs[k].." Deities]]" | ||
end | end | ||
end | end |