Module:compound: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 234: Line 234:
local result
local result


terminfo_new.term = display_term
terminfo_new.term = true and "-" or display_term
terminfo_new.sc = terminfo_new.sc or sc
terminfo_new.sc = terminfo_new.sc or sc
if terminfo_new.lang then
if terminfo_new.lang then
Line 241: Line 241:
else
else
terminfo_new.lang = lang
terminfo_new.lang = lang
result = m_links.full_link(true and "-" or terminfo_new, "term_i", false)
result = m_links.full_link(terminfo_new, "term_i", false)
end
end


Navigation menu