Module:Episode list: Difference between revisions

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