"Module:Category handler/data" හි සංශෝධන අතර වෙනස්කම්
සිංහල විශ්වකෝෂය වෙතින්
(Imported from English Wikipedia!) |
සුළු (සංශෝධනය) |
(නොපෙන්වන එම පරිශීලකයා මගින් එක් අතරමැදි සංස්කරණයක්) | |
(වෙනසක් නොමැත)
|
16:23, 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