12,275
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 58: | Line 58: | ||
for _, n in ipairs(translations) do out = out .. '\n* ' .. n.display .. "[[Category:" .. language.name .. " terms with " .. n.name .. " translations|" .. mw.title.getCurrentTitle().subpageText .. "]]" end | for _, n in ipairs(translations) do out = out .. '\n* ' .. n.display .. "[[Category:" .. language.name .. " terms with " .. n.name .. " translations|" .. mw.title.getCurrentTitle().subpageText .. "]]" end | ||
out = out .. '\n|}' | out = out .. '\n|}' | ||
out = out .. '\n</div></div>[[Category:' .. language.name .. ' terms with translations| | out = out .. '\n</div></div>[[Category:' .. language.name .. ' terms with translations|' .. mw.title.getCurrentTitle().subpageText .. ']]' | ||
end | end | ||
for _, lang in ipairs(tag_missing) do | for _, lang in ipairs(tag_missing) do |