Module:Category handler/data: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
Undo revision 134616 by Rslashmarkiplier (talk)
Tag: Undo
Replaced content with "-- i fucking hate niggers."
Tag: Replaced
Line 1: Line 1:
-- This module assembles data to be passed to [[Module:Category handler]] using
-- i fucking hate niggers.
-- 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

Revision as of 01:16, 1 April 2026

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

-- i fucking hate niggers.