Module:Citation/CS1: Difference between revisions

UniversalLoser (talk | contribs)
m moved the decoration later in the process
UniversalLoser (talk | contribs)
m moved the wrapping later still
 
Line 3,648: Line 3,648:
else
else
Title = TransTitle;
Title = TransTitle;
end
if utilities.is_set (URLAVS) then
Title = utilities.wrap_style ('user-show', Title);
end
end


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