Module:Namespace detect/config: Difference between revisions

Content added Content deleted
(Fixing content model)
pt>!Silent
m (Modificou o nível de proteção de "Módulo:Namespace detect/config": Módulo com impacto significativo em outras páginas ([Editar=Permitir apenas autorrevisores] (indefinidamente) [Mover=Permitir apenas autorrevisores] (indefinidamente)))
Line 25: Line 25:


---- This parameter displays content for the main namespace:
---- This parameter displays content for the main namespace:
-- cfg.main = 'main'
cfg.main = 'principal'


---- This parameter displays in talk namespaces:
---- This parameter displays in talk namespaces:
-- cfg.talk = 'talk'
cfg.talk = 'discussão'


---- This parameter displays content for "other" namespaces (namespaces for which
---- This parameter displays content for "other" namespaces (namespaces for which
---- parameters have not been specified):
---- parameters have not been specified):
-- cfg.other = 'other'
cfg.other = 'outro'


---- This parameter makes talk pages behave as though they are the corresponding
---- This parameter makes talk pages behave as though they are the corresponding
---- subject namespace. Note that this parameter is used with [[Module:Yesno]].
---- subject namespace. Note that this parameter is used with [[Module:Yesno]].
---- Edit that module to change the default values of "yes", "no", etc.
---- Edit that module to change the default values of "yes", "no", etc.
-- cfg.subjectns = 'subjectns'
cfg.subjectns = 'domínio de conteúdo'


---- This parameter sets a demonstration namespace:
---- This parameter sets a demonstration namespace:
-- cfg.demospace = 'demospace'
cfg.demospace = 'domínio para demonstração'


---- This parameter sets a specific page to compare:
---- This parameter sets a specific page to compare:
cfg.demopage = 'page'
cfg.demopage = 'página'


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Line 54: Line 54:
---- The header for the namespace column in the wikitable containing the list of
---- The header for the namespace column in the wikitable containing the list of
---- possible subject-space parameters.
---- possible subject-space parameters.
-- cfg.wikitableNamespaceHeader = 'Namespace'
cfg.wikitableNamespaceHeader = 'Domínio'


---- The header for the wikitable containing the list of possible subject-space
---- The header for the wikitable containing the list of possible subject-space
---- parameters.
---- parameters.
-- cfg.wikitableAliasesHeader = 'Aliases'
cfg.wikitableAliasesHeader = 'Nomes alternativos'


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------