Изменения

Перейти к навигации Перейти к поиску
м
Нет описания правки
Строка 268: Строка 268:  
output_str = output_str ..' '.. origin  
 
output_str = output_str ..' '.. origin  
 
else  
 
else  
output_str = output_str .. ', '.. lifetime
+
output_str = output_str .. ' ('.. lifetime ..')'
 
end
 
end
 
if add_description then output_str = output_str ..'. – '.. description end
 
if add_description then output_str = output_str ..'. – '.. description end
Строка 275: Строка 275:  
if add_origin then output_str = output_str ..' '.. origin end
 
if add_origin then output_str = output_str ..' '.. origin end
 
end
 
end
if add_origin   then output_str = output_str ..' '.. origin end
  −
if add_description then output_str = output_str ..'. – '.. description end
   
text = '<span style="border-bottom: 1px dotted gray; cursor: help;" title="' .. output_str .. ' (БТС).">' .. text .. '</span>'   
 
text = '<span style="border-bottom: 1px dotted gray; cursor: help;" title="' .. output_str .. ' (БТС).">' .. text .. '</span>'   
 
end
 
end
Строка 314: Строка 312:  
output_str = output_str ..' '.. origin  
 
output_str = output_str ..' '.. origin  
 
else  
 
else  
output_str = output_str .. ', '.. lifetime
+
output_str = output_str .. ' ('.. lifetime ..')'
 
end
 
end
 
if add_description then output_str = output_str ..'. – '.. description end
 
if add_description then output_str = output_str ..'. – '.. description end

Навигация