Content deleted Content added
No edit summary |
No edit summary |
||
Line 195:
local function getArticleTitleAndPipedLink(title, seasonNumberDiff)
local disambiguation = getDisambiguation(title)
▲ seasonType = getSeasonType(title)
▲ seasonNumber = getSeasonNumberNew(title)
▲ pipedLink = seasonType:gsub("^%l", string.upper) .. " "
local showName = getShowName(title)
Line 236 ⟶ 229:
-- Standard titles such as "Lost (season 1)".
else
local
return showName .. " (" ..
end
end
|