48,355
edits
No edit summary |
No edit summary |
||
| Line 1,179: | Line 1,179: | ||
if prev_term or prev_symbol then | if prev_term or prev_symbol then | ||
previous = m_links.full_link{lang = lang, sc = sc, term = prev_term, alt = " < " .. prev_symbol, tr = "-", no_alt_ast = true} | previous = "[[Contionary:" .. prev_term .. "|" .. " < " .. prev_symbol .. "]]" | ||
--previous = m_links.full_link{lang = lang, sc = sc, term = prev_term, alt = " < " .. prev_symbol, tr = "-", no_alt_ast = true} | |||
end | end | ||
local current = m_links.full_link{lang = lang, sc = sc, alt = cur_symbol, tr = "-", no_alt_ast = true} | local current = "[[Contionary:" .. pagename .. "|" .. pagename .. "]]" | ||
--local current = m_links.full_link{lang = lang, sc = sc, alt = cur_symbol, tr = "-", no_alt_ast = true} | |||
local next = "" | local next = "" | ||
if next_term or next_symbol then | if next_term or next_symbol then | ||
next = m_links.full_link{lang = lang, sc = sc, term = next_term, alt = next_symbol .. " > ", tr = "-", no_alt_ast = true} | next = "[[Contionary:" .. next_term .. "|" .. next_symbol .. " > ]]" | ||
--next = m_links.full_link{lang = lang, sc = sc, term = next_term, alt = next_symbol .. " > ", tr = "-", no_alt_ast = true} | |||
end | end | ||