Module:mg-spel: Difference between revisions
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
c = c:gsub("ñ", "in") | c = c:gsub("ñ", "in") | ||
c = c:gsub("x", "is") | c = c:gsub("x", "is") | ||
if c ~= term then | |||
table.insert(ret, "* " .. m_l.full_link({term = c, lang = lang}) .. " " .. m_q.format_qualifier({"Celtic script"})) | |||
end | |||
-- Southern | -- Southern | ||
s = s:gsub("ñ", "nh") | s = s:gsub("ñ", "nh") | ||
s = s:gsub("il", "lh") | s = s:gsub("il", "lh") | ||
if s ~= term then | |||
table.insert(ret, "* " .. m_l.full_link({term = s, lang = lang}) .. " " .. m_q.format_qualifier({"Celtic script"})) | |||
end | |||
if e ~= term and a ~= term and c ~= term and s ~= term then | |||
error('Delete me') | |||
end | |||
return table.concat(ret) | return table.concat(ret) | ||