Module:Category handler/data: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
Ookami (talk | contribs)
m 7 revisions imported
Replaced content with "nusoi = nuswa"
Tag: Replaced
 
Line 1: Line 1:
-- This module assembles data to be passed to [[Module:Category handler]] using
nusoi = nuswa
-- 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

Latest revision as of 19:27, 26 March 2026

Documentation for this module may be created at Module:Category handler/data/doc

nusoi = nuswa