Бюрократы, Администраторы интерфейса, Администраторы (Semantic MediaWiki), Кураторы (Semantic MediaWiki), Editors (Semantic MediaWiki), Скрывающие, Администраторы, trusted
69 208
правок
мНет описания правки |
мНет описания правки |
||
Строка 155: | Строка 155: | ||
else | else | ||
term_to_show = text | term_to_show = text | ||
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 | ||