47,715
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
local prefix, arg = modtext:match("^([a-z]+):(.*)$") | local prefix, arg = modtext:match("^([a-z]+):(.*)$") | ||
alt = prefix == "a" and table.insert(links, link(term, | alt = prefix == "a" and table.insert(links, link(term, arg)) or nil | ||
cat = prefix == "c" and table.insert(categories, "Soc'ul' terms from Wascotl *" .. | cat = prefix == "c" and table.insert(categories, "Soc'ul' terms from Wascotl *" .. arg) or nil | ||
end | end | ||
else | else |