Изменения

м
Нет описания правки
Строка 228: Строка 228:  
if not isempty(frame.args['author_short']) then
 
if not isempty(frame.args['author_short']) then
 
term_to_show = frame.args['author_short'] ..', «'.. term_to_show ..'»'
 
term_to_show = frame.args['author_short'] ..', «'.. term_to_show ..'»'
 +
term_without_link = frame.args['author_short'] ..', «'.. term_without_link ..'»'
 
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 ..'»'
 +
term_without_link = frame.args['author'] ..', «'.. term_without_link ..'»'
 
end
 
end
 
-- add volume, chapter, page and so on
 
-- add volume, chapter, page and so on