Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 86:
local title_string = '"'..args.Title..'"'
if args.RTitle then
title_string = title_string..args.RTitle
end
Line 94:
if args.RAltTitle then
title_string = title_string..args.RAltTitle
end
return title_string
|