聊城市举行新一轮就业创业政策新闻发布会
Disnnem
百度 3月22日,记者致电武汉大学宣传部,该部新媒体办公室的一位吴姓主任表示会尽快做出答复。
Documentation for this module may be created at ???: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