Изменения

Нет изменений в размере ,  14:14, 16 июня 2023
м
Нет описания правки
Строка 272: Строка 272:  
if add_origin then output_str = output_str ..' '.. origin end
 
if add_origin then output_str = output_str ..' '.. origin end
 
if add_description then output_str = output_str ..'. – '.. description end
 
if add_description then output_str = output_str ..'. – '.. description end
if font_grey then output_str = '<span style="color: gray;">' .. output_str ..'</span>' end
+
if font_grey then output_str = '<span style="color: gray;">' .. output_str ..' ('.. ctd_title ..')</span>' end
text = text ..'<ref>' .. output_str ..' ('.. ctd_title ..').</ref>'
+
text = text ..'<ref>' .. output_str ..'.</ref>'
 
end
 
end