Module:Article history/config: Difference between revisions

Content deleted Content added
add featured topic code
fix variable name
Line 440:
local isFeatured = false
for _, topic in ipairs(topics) do
if topic.status == 'FT' then
isFeatured = true
break