Module:Category handler/data: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
6 revisions imported from loginwiki:Module:Category_handler/data
(don't bother with the "or false")
m (6 revisions imported from loginwiki:Module:Category_handler/data)
 
(13 intermediate revisions by 10 users not shown)
Line 4:
 
local data = require('Module:Category handler/config')
local matchesBlacklistmShared = require('Module:Category handler/shared').matchesBlacklist
local blacklist = require('Module:Category handler/blacklist')
local title = mw.title.getCurrentTitle()
 
data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(
mw.title.getCurrentTitle().prefixedText,
require('Module:Category handler/blacklist')
)
 
data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(
title,
mShared.getParamMappings()
)
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu