Changes
use the new shared function for getting parameter mappings
local mShared = require('Module:Category handler/shared')
local blacklist = require('Module:Category handler/blacklist')
local title = mw.title.getCurrentTitle()
data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(
title,
)
return data