Content deleted Content added
clean up the noticeBarIcons table - the ID isn't used, and there's no need for long key names |
add peer review notice bar icon |
||
Line 1,865:
noticeBarIcons = {
-- Peer review, or NA status
{
isActive = function (articleHistoryObj)
local status = articleHistoryObj:getStatusId()
return status == 'PR' or status == 'NA'
end,
icon = 'Nuvola apps kedit.svg'
},
-- Wikipedia 1.0
{
isActive = function (articleHistoryObj)
|