Module:links: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 335: Line 335:
local asterisk = lang:hasType("reconstructed") and not lang:hasType("conlang") and not link.target:match("^%*") and "*" or ""
local asterisk = lang:hasType("reconstructed") and not lang:hasType("conlang") and not link.target:match("^%*") and "*" or ""
return "[[" .. asterisk .. link.target .. (link.fragment and "#" .. link.fragment or "") .. "|" .. link.display .. "]]"
return "[[" .. link.target .. (link.fragment and "#" .. link.fragment or "") .. "|" .. asterisk ..link.display .. "]]"
end
end


Navigation menu