Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 12:
local title = mw.title.getCurrentTitle()
local page_title = mw.title.getCurrentTitle().text
local mainlist = args.MainList or args['1'] or
local
local EpisodeNumber,EpisodeNumber2,Title,Aux1,DirectedBy,WrittenBy,DirectedBy,Aux2,Aux3,OriginalAirDate,AltDate,ProdCode,Viewers,Aux4,return_table
Line 61:
if args.TopColor then
top_color = '#'..args.TopColor
elseif row_color and
top_color = '#E9E9E9'
elseif
top_color = '#F2F2F2'
else
Line 121:
local categories = ''
if not args.LineColor and
categories = categories..'[[Category:Episode list using the default LineColor]]'
end
if args.TopColor and
categories = categories..'[[Category:Episode lists with row deviations]]'
end
if
local bottom_wrapper = mw.html.create('tr')
local ShortSummary = mw.html.create('td')
|