Перейти к содержанию

Модуль:CTD: различия между версиями

м
нет описания правки
мНет описания правки
мНет описания правки
Строка 286: Строка 286:
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
output_str = ' [' .. output_str .. '.]'
output_str = ' [' .. output_str .. ']'
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 ..'</span>' end
text = text .. output_str
text = text .. output_str