Module:Category handler/data

සිංහල විශ්වකෝෂය වෙතින්
< Module:Category handler
15:13, 10 නොවැම්බර් 2016 වන විට චමිල (කතාබහ | දායකත්ව) (සංශෝධනය) විසින් සිදු කර ඇති සංශෝධන

වෙත පනින්න: සංචලනය, සොයන්න

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
"http://encyclopedia.gov.lk/si_encyclopedia/index.php?title=Module:Category_handler/data&oldid=205" වෙතින් සම්ප්‍රවේශනය කෙරිණි