Module:Namespace detect/config: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
create separate configuration page for Module:Namespace detect |
imported>Ravidreams சி en:Module:Namespace_detect/config இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன |
||
| (4 பயனர்களால் செய்யப்பட்ட 10 இடைப்பட்ட திருத்தங்கள் காட்டப்படவில்லை.) | |||
வரிசை 1:
--------------------------------------------------------------------------------
-- Namespace detect configuration data --
-- --
-- This module stores configuration data for Module:Namespace detect. Here --
-- you can localise the module to your wiki's language. --
-- --
-- To activate a configuration item, you need to uncomment it. This means --
-- that you need to remove the text "-- " at the start of the line. --
--------------------------------------------------------------------------------
local cfg = {} -- Don't edit this line.
--------------------------------------------------------------------------------
-- Parameter names --
cfg.main = 'main'▼
-- These configuration items specify custom parameter names. Values added --
-- here will work in addition to the default English parameter names. --
-- To add one extra name, you can use this format: --
-- --
-- cfg.foo = 'parameter name' --
-- --
-- To add multiple names, you can use this format: --
-- --
-- cfg.foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'} --
--------------------------------------------------------------------------------
---- This parameter displays
-- cfg.
---- This parameter displays
-- parameters have not been specified, or for when cfg.demospace is set to▼
-- cfg.other):▼
cfg.other = 'other'▼
---- This parameter
-- 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
▲---- 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
-- cfg.
---- This parameter sets a specific page to compare:
-- 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▼
-- Table configuration --
-- parameters.▼
-- These configuration items allow customisation of the "table" function, --
cfg.wikitableAliasesHeader = 'Aliases'▼
-- used to generate a table of possible parameters in the module --
-- documentation. --
--------------------------------------------------------------------------------
▲---- 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'
--------------------------------------------------------------------------------
-- End of configuration data --
--------------------------------------------------------------------------------
return cfg -- Don't edit this line.
| |||