Changes

Jump to: navigation, search

Module:Namespace detect/config

2,241 bytes added, 10:03, 5 April 2014
use cfg.demopage rather than cfg.page now that the default parameter has been changed on the /data page
--------------------------------------------------------------------------------
-- 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.
-- This -------------------------------------------------------------------------------- Parameter names ---- These configuration items specify custom parameter displays content for names. Values added ---- here will work in addition to the main namespacedefault English parameter names. ---- To add one extra name, you can use this format: ---- ---- cfg.main foo = 'mainparameter name' ---- ---- To add multiple names, you can use this format: ---- ---- cfg.foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'} ----------------------------------------------------------------------------------
---- This parameter displays in talk namespacescontent for the main namespace:-- cfg.talk main = 'talkmain'
---- This parameter displays content for "other" in talk namespaces (namespaces for which:-- parameters have not been specified, or for when cfg.demospace is set to-- cfg.other):cfg.other talk = 'othertalk'
---- This parameter makes talk pages behave as though they are the correspondingdisplays content for "other" namespaces (namespaces for which-- subject namespace. Note that this parameter is used with [[Module-- parameters have not been specified):Yesno]].-- Edit that module to change the default values of "yes", "no", etc.cfg.subjectns other = 'subjectnsother'
---- This parameter sets a demonstration 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.demospace subjectns = 'demospacesubjectns'
---- This parameter sets a specific page to comparedemonstration namespace:-- cfg.page demospace = 'pagedemospace'
-- The header for the namespace column in the wikitable containing the list of-- possible subject-space parameters.This parameter sets a specific page to compare:cfg.wikitableNamespaceHeader demopage = 'Namespacepage'
---------------------------------------------------------------------------------- Table configuration ---- These configuration items allow customisation of the "table" function, ---- 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.
Anonymous user

Navigation menu