Module:Category handler/data and File:Decomposed Primo Desiderio Crypt (Nose).jpg: Difference between pages

From The Freestyle Knowledge Base
(Difference between pages)
Jump to navigation Jump to search
m (1 revision imported)
 
 
Line 1: Line 1:
-- This module assembles data to be passed to [[Module:Category handler]] using
[[Decomposed Primo Desiderio Crypt Deck]], May 5, 2019
-- mw.loadData. This includes the configuration data and whether the current
-- page matches the title blacklist.


local data = require('Module:Category handler/config')
Photo: [[Decomposed]]
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 02:04, 7 June 2019