Module:Citation/CS1: Difference between revisions

UniversalLoser (talk | contribs)
m casting urlavs to url
UniversalLoser (talk | contribs)
m moved the wrapping later still
 
(2 intermediate revisions by the same user not shown)
Line 3,621: Line 3,621:
elseif not utilities.is_set (TitleLink) and utilities.is_set (URLAVS) then
elseif not utilities.is_set (TitleLink) and utilities.is_set (URLAVS) then
Title = external_link (URLAVS, Title, URL_origin, UrlAccess) .. TransTitle .. Format;
Title = external_link (URLAVS, Title, URL_origin, UrlAccess) .. TransTitle .. Format;
URL = '';
URLAVS = ''; -- unset these because no longer needed
URLAVS = ''; -- unset these because no longer needed
Format = "";
Format = "";
Line 3,952: Line 3,953:
end
end
end
end
end
if utilities.is_set (URLAVS) then
Title = utilities.wrap_style ('user-show', Title);
end
end