[NBA]西蒙斯斩获三双 76人主场大胜森林狼
百度 “中心城区的房龄和设施偏老旧,越来越难以适应人民品质居住和美好生活的需求,因此要建立可循环再生的体系,让中心城市的‘老龄化住宅’实现循环再生。
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