Module:jugs-cell: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Melinoë (talk | contribs)
No edit summary
Line 1: Line 1:
local m_links = require("Module:links")
local lang = require("Module:languages").getByCode("non")
local export = {}
local export = {}


Line 64: Line 66:
if words then
if words then
for i,j in ipairs(words) do
for i,j in ipairs(words) do
table.insert(links, links({lang = lang, term = j, accel = accel}))
table.insert(links, m_links.full_link({lang = lang, term = j, accel = accel}))
end
end
end
end