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 args.Title then
local title_string = '"'..args.Title..'"'
if args.RTitle then
Line 105:
td_tags[v] = mw.html.create('td')
if args[v] == 'Title' then
td_tags[v]:wikitext(add_title())
else