47,726
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 335: | Line 335: | ||
local asterisk = link.display | local asterisk = link.display | ||
if lang:hasType("reconstructed") and not lang:hasType("conlang") | if lang:hasType("reconstructed") and not lang:hasType("conlang") and not link.display:match("^%*") then | ||
asterisk = "*" .. link.display | |||
end | end | ||
return "[[" .. link.target .. (link.fragment and "#" .. link.fragment or "") .. "|*" .. | return "[[" .. link.target .. (link.fragment and "#" .. link.fragment or "") .. "|*" .. link.display .. "]]" | ||
end | end | ||