Module:Episode list: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 3:
local getArgs
local yesno = require('Module:Yesno')
local _modmm = require('Module:Math')._mod()
 
function p.sublist(frame)
Line 62:
 
local top_color
local epn = tonumbermm_cleanNumber(args.EpisodeNumber) or 1
if args.TopColor then
top_color = '#'..args.TopColor
elseif row_color and not on_main_page and mm._mod(epn,2) == 0 then
top_color = '#E9E9E9'
elseif not on_main_page and args.ShortSummary then