もっと詳しく


← ver edição anterior Revisão das 21h57min de 12 de novembro de 2021
Linha 109: Linha 109:
local yearsAgo = 2006
local yearsAgo = 2006
while yearsAgo <= currentYear do
while yearsAgo <= currentYear do
local yearlyItems = table.insert(allItems, getRecentAdditions(YearsAgo, patterns, skipPatterns, showWikitext))
local yearlyItems = table.insert(allItems, getRecentAdditions(yearsAgo, patterns, skipPatterns, showWikitext))
yearsAgo = yearsAgo + 1
yearsAgo = yearsAgo + 1
end
end
table.insert(allItem, getRecentAdditions(‘Recentes’, patterns, skipPatterns, showWikitext))
table.insert(allItem, getRecentAdditions(‘Recentes’, patterns, skipPatterns, showWikitext))
return allItems
return allItems
end
end