脚后跟开裂用什么药
Aspeto
![]() | Este módulo pode ter sua documenta??o deficiente. Por favor, documente-o ou melhore suas explica??es caso o saiba usar ou tenha conhecimentos para tal. |
Descri??o
Este Módulo implementa a predefini??o {{Cat handler}}. Por favor consulte a predefini??o para mais instru??es.
Uso
Outra documenta??o:
-- 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('Módulo:Category handler/config')
local mShared = require('Módulo:Category handler/shared')
local blacklist = require('Módulo:Category handler/blacklist')
local title = mw.title.getCurrentTitle()
data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(
title.prefixedText,
blacklist
)
data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(
title,
mShared.getParamMappings()
)
return data