View source for Module:Documentation/config
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
----------------------------------------------------------------------------
-- Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in
-- Module:Documentation to localise it to your wiki and your language.
----------------------------------------------------------------------------
local cfg = {}
-- Argument names
-- The following are all names of arguments that affect the behaviour of {{documentation}}.
-- The comments next to the configuration values are the effects that the argument has
-- on the module. (Not the effects of the argument names themselves.)
cfg.livepageArg = 'livepage' -- Name of the live template; used in {{template sandbox notice}}.
cfg.headingArg = 'heading' -- Custom heading used in the start box.
cfg.preloadArg = 'preload' -- Custom preload page for creating documentation.
cfg.headingStyleArg = 'heading-style' -- Custom CSS style for the start box heading.
cfg.contentArg = 'content' -- Passes documentation content directly from the {{documentation}} invocation.
cfg.linkBoxArg = 'link box' -- Specifies a custom link box (end box) or prevents it from being generated.
-- Argument values
000
1:0
Template used on this page:
Return to Module:Documentation/config.