Module:Category handler/data
Tools
Actions
General
Print/export
| This module issubject to page protection. It is a highly visible module in use by a very large number of pages. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it isprotected from editing. |
{{#invoke:Category handler|function_name}}
-- This module assembles data to be passed to [[Module:Category handler]] using-- mw.loadData. This includes the configuration data and whether the current-- page matches the title blacklist.localdata=require('Module:Category handler/config')localmShared=require('Module:Category handler/shared')localblacklist=require('Module:Category handler/blacklist')localtitle=mw.title.getCurrentTitle()data.currentTitleMatchesBlacklist=mShared.matchesBlacklist(title.prefixedText,blacklist)data.currentTitleNamespaceParameters=mShared.getNamespaceParameters(title,mShared.getParamMappings())returndata