Difference between pages "Module:Category handler/config" and "Template:Main Page - Editing"

From MechWarrior: Living Legends Wiki
< Module:Category handler(Difference between pages)
Jump to: navigation, search
m (1 revision imported: Nav stuff the 2nd)
 
(Editing Template for Main Page)
 
Line 1: Line 1:
--------------------------------------------------------------------------------
+
'''As a community project, everyone is able to contribute;'''
--            [[Module:Category handler]] configuration data                  --
 
--      Language-specific parameter names and values can be set here.        --
 
--      For blacklist config, see [[Module:Category handler/blacklist]].    --
 
--------------------------------------------------------------------------------
 
  
local cfg = {} -- Don't edit this line.
+
# You are welcome to contribute to the MWLL Wiki by suggestion in the #mwll_wiki channel on [http://discord.me/mwll Discord].<br />
 
+
# To edit, account registration is required, please contact Avatar or Serpentus on Discord. If you have any questions about the Wiki or anything else, you can ask one of the Players, Veterans or Wiki team on Discord. Alternatively you may be able to reach one of the [[Mechwarrior Living Legends Wiki:Administrators|administrators]] here.<br /><br />Once granted editor status:<br />
--------------------------------------------------------------------------------
+
#* All pages can be directly edited.
--                      Start configuration data                            --
+
#* A list of all Help Pages can be found [[:Category:Help|here]].
--------------------------------------------------------------------------------
+
#* If you are new to Wikis, you may want to read the [[Help:How to edit|How to Edit Guide]].
 
+
#* If you want to experiment with editing a Wiki, please do it in the [[Help:Sandbox|Sandbox]], not in the articles.<noinclude>
--------------------------------------------------------------------------------
+
#* Another way to help would be to check the list of [[Special:Wantedpages|Wanted Pages]] for frequently linked-to articles that don't exist yet.
--                              Parameter names                              --
+
#* If you want to help, but you're not sure where to start, try improving the various [[:Category:Stub|Stub]] articles by expanding them, or check out the [[Mechwarrior Living Legends Wiki:Current events|Current Events]] to see what we're working on currently.
-- These configuration items specify custom parameter names.                 --
+
[[Category:Main Page Templates]]</noinclude>
-- To add one extra name, you can use this format:                            --
 
--                                                                            --
 
-- foo = 'parameter name',                                                    --
 
--                                                                            --
 
-- To add multiple names, you can use this format:                            --
 
--                                                                            --
 
-- foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'},        --
 
--------------------------------------------------------------------------------
 
 
 
cfg.parameters = {
 
 
-- The nocat and categories parameter suppress
 
-- categorisation. They are used with Module:Yesno, and work as follows:
 
--
 
-- cfg.nocat:
 
-- Result of yesno()                        Effect
 
-- true                                    Categorisation is suppressed
 
-- false                                    Categorisation is allowed, and
 
--                                          the blacklist check is skipped
 
-- nil                                      Categorisation is allowed
 
--
 
-- cfg.categories:
 
-- Result of yesno()                        Effect
 
-- true                                    Categorisation is allowed, and
 
--                                          the blacklist check is skipped
 
-- false                                    Categorisation is suppressed
 
-- nil                                      Categorisation is allowed
 
nocat = 'nocat',
 
categories = 'categories',
 
 
-- The parameter name for the legacy "category2" parameter. This skips the
 
-- blacklist if set to the cfg.category2Yes value, and suppresses
 
-- categorisation if present but equal to anything other than
 
-- cfg.category2Yes or cfg.category2Negative.
 
category2 = 'category2',
 
 
-- cfg.subpage is the parameter name to specify how to behave on subpages.
 
subpage = 'subpage',
 
 
-- The parameter for data to return in all namespaces.
 
all = 'all',
 
 
-- The parameter name for data to return if no data is specified for the
 
-- namespace that is detected.
 
other = 'other',
 
 
-- The parameter name used to specify a page other than the current page;
 
-- used for testing and demonstration.
 
demopage = 'page',
 
}
 
 
 
--------------------------------------------------------------------------------
 
--                              Parameter values                              --
 
-- These are set values that can be used with certain parameters. Only one    --
 
-- value can be specified, like this:                                        --
 
--                                                                            --
 
-- cfg.foo = 'value name'                                                    --                                              --
 
--------------------------------------------------------------------------------
 
 
 
-- The following settings are used with the cfg.category2 parameter. Setting
 
-- cfg.category2 to cfg.category2Yes skips the blacklist, and if cfg.category2
 
-- is present but equal to anything other than cfg.category2Yes or
 
-- cfg.category2Negative then it supresses cateogrisation.
 
cfg.category2Yes = 'yes'
 
cfg.category2Negative = '¬'
 
 
 
-- The following settings are used with the cfg.subpage parameter.
 
-- cfg.subpageNo is the value to specify to not categorise on subpages;
 
-- cfg.subpageOnly is the value to specify to only categorise on subpages.
 
cfg.subpageNo = 'no'
 
cfg.subpageOnly = 'only'
 
 
 
--------------------------------------------------------------------------------
 
--                          Default namespaces                              --
 
-- This is a table of namespaces to categorise by default. The keys are the   --
 
-- namespace numbers.                                                        --
 
--------------------------------------------------------------------------------
 
 
 
cfg.defaultNamespaces = {
 
[ 0] = true, -- main
 
[ 6] = true, -- file
 
[ 12] = true, -- help
 
[ 14] = true, -- category
 
[100] = true, -- portal
 
[108] = true, -- book
 
}
 
 
 
--------------------------------------------------------------------------------
 
--                                Wrappers                                    --
 
-- This is a wrapper template or a list of wrapper templates to be passed to  --
 
-- [[Module:Arguments]].                                                      --
 
--------------------------------------------------------------------------------
 
 
 
cfg.wrappers = 'Template:Category handler'
 
 
 
--------------------------------------------------------------------------------
 
--                          End configuration data                          --
 
--------------------------------------------------------------------------------
 
 
 
return cfg -- Don't edit this line.
 

Revision as of 18:15, 31 July 2017

As a community project, everyone is able to contribute;

  1. You are welcome to contribute to the MWLL Wiki by suggestion in the #mwll_wiki channel on Discord.
  2. To edit, account registration is required, please contact Avatar or Serpentus on Discord. If you have any questions about the Wiki or anything else, you can ask one of the Players, Veterans or Wiki team on Discord. Alternatively you may be able to reach one of the administrators here.

    Once granted editor status:
    • All pages can be directly edited.
    • A list of all Help Pages can be found here.
    • If you are new to Wikis, you may want to read the How to Edit Guide.
    • If you want to experiment with editing a Wiki, please do it in the Sandbox, not in the articles.
    • Another way to help would be to check the list of Wanted Pages for frequently linked-to articles that don't exist yet.
    • If you want to help, but you're not sure where to start, try improving the various Stub articles by expanding them, or check out the Current Events to see what we're working on currently.