Module:Category handler/data and Category:Illinois College of Optometry At Chicago Class of 1990: Difference between pages

From WikiMD.org
< Module:Category handler(Difference between pages)
Jump to navigation Jump to search
en>MusikAnimal
m (1 revision imported)
 
(Created automatically by the AutoCreateCategoryPages extension.)
 
Line 1: Line 1:
-- This module assembles data to be passed to [[Module:Category handler]] using
This is a category page.
-- mw.loadData. This includes the configuration data and whether the current
It lists all of the pages in category "Illinois College of Optometry At Chicago Class of 1990" as well as all subcategories of category "Illinois College of Optometry At Chicago Class of 1990" if any exist.
-- 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 04:48, 27 September 2022

This is a category page. It lists all of the pages in category "Illinois College of Optometry At Chicago Class of 1990" as well as all subcategories of category "Illinois College of Optometry At Chicago Class of 1990" if any exist.