Changes
templates shouldn't output a "needs expiry" category; also, update the comments
-- Expiry category config
--------------------------------------------------------------------------------
-- This table configures the expiry category behaviour for each protection
-- an expiry parameter is not set.
-- * If set to false, setting that action will never categorise the page.
-- * If set to nil, the module will categorise the page if an expiry parameter:-- 1) an expiry parameter is not set, if and-- 2) a reason is provided, and if -- 3) the specified reason is not-- blacklisted in the reasonsWithoutExpiryCheck -- table.
expiryCheckActions = {
edit = nil,
move = false,
autoreview = true
},
reasonsWithoutExpiryCheck = {
blp = true,
template = true,
},