10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
nocap = false, | nocap = false, | ||
nocat = false, | nocat = false, | ||
nopre = false, | |||
} | } | ||
Line 55: | Line 56: | ||
end | end | ||
local text = ((params.nocap and "c") or "C") .. "ognate with " | local text = ((not params.nopre) and ((params.nocap and "c") or "C") .. "ognate with ") or "" | ||
for i, link in ipairs(links) do | for i, link in ipairs(links) do |