Content deleted Content added
Undid revision 971123583 by Alex 21 (talk) No consensus at Template talk:Episode table |
Restore; revert was not part of BRD as explained in discussion, and no support has been provided for not including this update. |
||
Line 75:
end
function EpisodeTable.new(frame,args)
args = args or {}
local categories = ''
Line 104:
-- Caption
if args.caption then
root:tag('caption'):wikitext(frame:expandTemplate{title='sronly',args={args.caption}})
end
Line 186 ⟶ 187:
wrappers = 'Template:Episode table'
})
return EpisodeTable.new(frame,args)
end
Line 196 ⟶ 197:
args.dontclose = true
args.episodes = nil
return EpisodeTable.new(frame,args)
end
|