Kopumbwa na makambo oyo ezali na kati

Module:Category handler/data

Útá Wikipedia.
Bozongeli lokola ya 9 ɔkɔtɔ́bɛ 2015 à 09:57 na 87.97.129.129 (ntembe) (Page créée avec « -- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matche... »)
(mbó.) ← Lizóngeli lilekí | Lizóngeli na mosálá (mbó.) | Lizóngeli lilandí → (mbó.)

La documentation pour ce module peut être créée à Module:Category handler/data/doc

-- This module assembles data to be passed to [[Module:Category handler]] using
-- mw.loadData. This includes the configuration data and whether the current
-- page matches the title blacklist.

local data = require('Module:Category handler/config')
local mShared = require('Module:Category handler/shared')
local blacklist = require('Module:Category handler/blacklist')
local title = mw.title.getCurrentTitle()

data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(
	title.prefixedText,
	blacklist
)

data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(
	title,
	mShared.getParamMappings()
)

return data