45,647
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
local sep = args[2] or " " | local sep = args[2] or " " | ||
for word in mw.ustring.gmatch(str, "( | for word in mw.ustring.gmatch(str, "(%S+)") do | ||
word = "[[Contionary:" .. mw.ustring.lower(word) .. "|" .. word .. "]]" | word = "[[Contionary:" .. mw.ustring.lower(word) .. "|" .. word .. "]]" | ||
table.insert(words, word) | table.insert(words, word) |