新詞查詢
檢視 模組:Category handler/data 的原始碼
←
模組:Category handler/data
前往:
導覽
、
搜尋
由於以下原因,您無權編輯此頁面:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
-- 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
此頁面使用了以下模板:
模組:Category handler/data/doc
(
檢視原始碼
)
返回到「
模組:Category handler/data
」。
Cookies 幫助我們給予服務內容。依您有使用我們的服務,代表您同意我們使用 cookies。
確定
Edit 模組