Module:Category handler/data

பாரத்ப்பீடியா இல் இருந்து
< Module:Category handler
WikiDwarf (பேச்சு | பங்களிப்புகள்) பயனரால் செய்யப்பட்ட 19:42, 6 மே 2022 அன்றிருந்தவாரான திருத்தம் ("-- 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. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blackli..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது)
Jump to navigation Jump to search

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

-- 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.

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
"https://ta.bharatpedia.org/index.php?title=Module:Category_handler/data&oldid=15207" இருந்து மீள்விக்கப்பட்டது