日媒炒作称日有5万“中国间谍”:女间谍嫁自卫队员
Appearance
百度 在北京地区国学公众号文章标题的高频词中,教育孩子老师课堂课程亲子幼儿园幼儿的出现频率都很高,教育对象孩子在这组围绕国学教育的关联词簇中高居首位,总词频接近6000次,在所有词汇中仅次于本研究的核心词汇国学。
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