Content deleted Content added
update from sandbox - make future years italicized - see Special:PermaLink/794880094#Italics |
update from Module:Team appearances list/sandbox with minor tweaks |
||
Line 172:
local hlist = require('Module:List').horizontal
local competitions, absent_years, absent_ranges = competition_information(args)
local current_year =
local function is_absent(y)
if absent_years[y] then
Line 203:
end
if y then
if y > current_year then
table.insert(appearances, string.format(▼
args.team, y, args.competition, y▼
))▼
'\'\'[[%s at the %d %s|%d]]\'\'',▼
end
end
end
|