Module:Citation/CS1: Difference between revisions
wrap title link if the url-avs parameter is set |
m moved the wrapping later still |
||
(One intermediate revision by the same user not shown) | |||
Line 3,590: | Line 3,590: | ||
Title = kern_quotes (Title); -- if necessary, separate title's leading and trailing quote marks from module provided quote marks | Title = kern_quotes (Title); -- if necessary, separate title's leading and trailing quote marks from module provided quote marks | ||
Title = utilities.wrap_style ('quoted-title', Title); | Title = utilities.wrap_style ('quoted-title', Title); | ||
Title = script_concatenate (Title, ScriptTitle, 'script-title'); -- <bdi> tags, lang attribute, categorization, etc.; must be done after title is wrapped | Title = script_concatenate (Title, ScriptTitle, 'script-title'); -- <bdi> tags, lang attribute, categorization, etc.; must be done after title is wrapped | ||
TransTitle = utilities.wrap_style ('trans-quoted-title', TransTitle ); | TransTitle = utilities.wrap_style ('trans-quoted-title', TransTitle ); | ||
Line 3,956: | Line 3,953: | ||
end | end | ||
end | end | ||
end | |||
if utilities.is_set (URLAVS) then | |||
Title = utilities.wrap_style ('user-show', Title); | |||
end | end | ||