Difference between revisions of "Module:Namespace detect/config"
From BESA® Wiki
m (1 revision) |
(create separate configuration page for Module:Namespace detect) |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- Namespace detect configuration data -- | -- Namespace detect configuration data -- | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| − | local cfg = {} | + | local cfg = {} |
| − | -- | + | -- This parameter displays content for the main namespace: |
| − | + | cfg.main = 'main' | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | -- This parameter displays in talk namespaces: | |
| − | + | cfg.talk = 'talk' | |
| − | + | -- This parameter displays content for "other" namespaces (namespaces for which | |
| − | -- cfg. | + | -- parameters have not been specified, or for when cfg.demospace is set to |
| + | -- cfg.other): | ||
| + | cfg.other = 'other' | ||
| − | + | -- This parameter makes talk pages behave as though they are the corresponding | |
| − | -- | + | -- subject namespace. Note that this parameter is used with [[Module:Yesno]]. |
| − | -- cfg. | + | -- Edit that module to change the default values of "yes", "no", etc. |
| + | cfg.subjectns = 'subjectns' | ||
| − | + | -- This parameter sets a demonstration namespace: | |
| − | + | cfg.demospace = 'demospace' | |
| − | + | ||
| − | + | ||
| − | + | -- This parameter sets a specific page to compare: | |
| − | + | cfg.page = 'page' | |
| − | ---- | + | -- The header for the namespace column in the wikitable containing the list of |
| − | cfg. | + | -- possible subject-space parameters. |
| + | cfg.wikitableNamespaceHeader = 'Namespace' | ||
| − | + | -- The header for the wikitable containing the list of possible subject-space | |
| − | + | -- parameters. | |
| − | + | cfg.wikitableAliasesHeader = 'Aliases' | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | return cfg | + | return cfg |
Revision as of 14:56, 20 March 2014
Documentation for this module may be created at Module:Namespace detect/config/doc
Script error: Lua error: Internal error: The interpreter exited with status 126.
--------------------------------------------------------------------------------
-- Namespace detect configuration data --
--------------------------------------------------------------------------------
local cfg = {}
-- This parameter displays content for the main namespace:
cfg.main = 'main'
-- This parameter displays in talk namespaces:
cfg.talk = 'talk'
-- This parameter displays content for "other" namespaces (namespaces for which
-- parameters have not been specified, or for when cfg.demospace is set to
-- cfg.other):
cfg.other = 'other'
-- This parameter makes talk pages behave as though they are the corresponding
-- subject namespace. Note that this parameter is used with [[Module:Yesno]].
-- Edit that module to change the default values of "yes", "no", etc.
cfg.subjectns = 'subjectns'
-- This parameter sets a demonstration namespace:
cfg.demospace = 'demospace'
-- This parameter sets a specific page to compare:
cfg.page = 'page'
-- The header for the namespace column in the wikitable containing the list of
-- possible subject-space parameters.
cfg.wikitableNamespaceHeader = 'Namespace'
-- The header for the wikitable containing the list of possible subject-space
-- parameters.
cfg.wikitableAliasesHeader = 'Aliases'
return cfg