Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 83:
local function add_title()
if args.
local title_string = '"'..args.Title..'"'
if args.RTitle then
Line 96:
title_string = title_string..RAltTitle
end
return
end
end
Line 106:
if v == 'Title' then
td_tags[v]:wikitext()
else
td_tags[v]:wikitext(args[v])
|