Content deleted Content added
fix backwards logic in DYK isActive |
make args and prefixArgs available to the featured topic makeData function |
||
Line 408:
end,
makeData = function (articleHistoryObj)
local args = articleHistoryObj.args
local prefixArgs = articleHistoryObj.prefixArgs
local data = {}
local getTopicStatus = require('Module:FeaturedTopicSum').status
|