45,647
edits
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
local function link(term,alt) | local function link(term,alt) | ||
return "[[Contionary:" .. term .. "|" .. (alt or term) .. "]]" | return "[[Contionary:*" .. term .. "|*" .. (alt or term) .. "]]" | ||
end | end | ||
Line 66: | Line 66: | ||
end | end | ||
table.insert(links, link( | table.insert(links, link(obj.term, obj["alt"])) | ||
table.insert(categories, "Soc'ul' terms inherited from Wascotl *" .. (obj["cat"] or obj.term)) | table.insert(categories, "Soc'ul' terms inherited from Wascotl *" .. (obj["cat"] or obj.term)) | ||
else | else |