Изменения

м
Нет описания правки
Строка 155: Строка 155:  
else
 
else
 
term_to_show = text
 
term_to_show = text
end
  −
-- in case of literature add volume, chapter, page and so on
  −
if not isempty(specification) then
  −
term_to_show = term_to_show ..', '.. specification
   
end
 
end
 
 
Строка 230: Строка 226:  
elseif not isempty(frame.args['author']) then
 
elseif not isempty(frame.args['author']) then
 
term_to_show = frame.args['author'] ..', «'.. term_to_show ..'»'
 
term_to_show = frame.args['author'] ..', «'.. term_to_show ..'»'
 +
end
 +
-- add volume, chapter, page and so on
 +
if not isempty(specification) then
 +
term_to_show = term_to_show ..', '.. specification
 
end
 
end