Module:Episode list: Difference between revisions

Content deleted Content added
disable call to new function addRowDividerTrackingCategory to see if this resolves problems at Template talk:Episode list#References in ShortSummary get transcluded even when the text isn't displayed due to all args being evaluated
remove unused function and require
Line 4:
local colorContrastModule = require('Module:Color contrast')
local htmlColor = mw.loadData('Module:Color contrast/colors')
local delinkModule = require('Module:Delink')
local langModule = require("Module:Lang")
local mathModule = require('Module:Math')
Line 190 ⟶ 189:
addTrackingCategory(trackingCategoryList["default_line_colors"])
end
end
 
-- Local function which is used to remove wiki-links from repated information in rowspans.
-- Used for Doctor Who serials, where the director and writer are the same for each part of serial.
local function removeWikilinks(args, v)
return delinkModule._delink{args[v]}
end