10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 10: | Line 10: | ||
if data.language and data.language.proto then | if data.language and data.language.proto then | ||
if not data.nostar then alt = " | if not data.nostar then alt = "*" .. alt end -- * is an asterisk but sometimes the asterisk gets mistaken for wiki formatting | ||
link = "Appendix:" .. data.language.name .. "/" .. data.term | link = "Appendix:" .. data.language.name .. "/" .. data.term | ||
if anchor then link = link .. "#" .. data.language.name .. anchor end | if anchor then link = link .. "#" .. data.language.name .. anchor end |