Module:cognates: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 15: Line 15:
for lang, entry in pairs(args) do
for lang, entry in pairs(args) do
if type(lang) == "string" then
if type(lang) == "string" then
if m_languages.find_by_code(lang) then
if m_languages.find_by_code(lang) and lang ~= nat then
local term, data = m_inline.parse(entry)
local term, data = m_inline.parse(entry)
local cat = ""
local cat = ""

Navigation menu