为正义和祖国献身 奥运冠军库索辛斯基走向刑场
????
百度 同时要求相关责任单位和个人严格开展消防安全管理,严格落实各项消防安全措施,严禁吸烟和带有火种的人员进站乘车,强化用火用电控制,确保消防安全万无一失。
?? ????? ????? ??????? ?????: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