Module:pine-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 77: Line 77:
     end
     end
-- Split between spaces if term is multiword
return term
--[[ Split between spaces if term is multiword
local words = split(term, "%s")
local words = split(term, "%s")
for i, word in ipairs(words) do
for i, word in ipairs(words) do
Line 85: Line 87:
end
end
return table.concat(words, " ")
return table.concat(words, " ")]]
end
end


Navigation menu