45,646
edits
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
if terminfo.term ~= "-" then | if terminfo.term ~= "-" then | ||
-- mw.log(terminfo.term) | -- mw.log(terminfo.term) | ||
link = require("Module:links").full_link(terminfo, "term_i", | link = require("Module:links").full_link(terminfo, "term_i", true, false, to_wik) | ||
if (link ~= "") then link = " " .. link end | if (link ~= "") then link = " " .. link end | ||
end | end |