Anonymous
×
Create a new article
Write your page title here:
We currently have 15 articles on TwistedFates Database. Type your article name above or click on one of the titles below and start writing!



TwistedFates Database
15Articles

Module:Documentation/config and Module:Message box/configuration: Difference between pages

(Difference between pages)
wikip>Andrybak
m (replace deprecated "Image:" with "File:")
 
m (1 revision imported)
 
Line 1: Line 1:
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
--                         Message box configuration                        --
--                               Configuration for Module:Documentation
--                                                                           --
--
-- This module contains configuration data for [[Module:Message box]].       --
-- Here you can set the values of the parameters and messages used in Module:Documentation to
--------------------------------------------------------------------------------
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------


local cfg = {} -- Do not edit this line.
return {
 
ambox = {
----------------------------------------------------------------------------------------------------
types = {
-- Protection template configuration
speedy = {
----------------------------------------------------------------------------------------------------
class = 'ambox-speedy',
 
image = 'Ambox warning pn.svg'
-- cfg['protection-reason-edit']
},
-- The protection reason for edit-protected templates to pass to
delete = {
-- [[Module:Protection banner]].
class = 'ambox-delete',
cfg['protection-reason-edit'] = 'template'
image = 'Ambox warning pn.svg'
 
},
--[[
content = {
----------------------------------------------------------------------------------------------------
class = 'ambox-content',
-- Sandbox notice configuration
image = 'Ambox important.svg'
--
},
-- On sandbox pages the module can display a template notifying users that the current page is a
style = {
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
class = 'ambox-style',
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
image = 'Edit-clear.svg'
-- messages that the notices contains.
},
----------------------------------------------------------------------------------------------------
move = {
--]]
class = 'ambox-move',
 
image = 'Merge-split-transwiki default.svg'
-- cfg['sandbox-notice-image']
},
-- The image displayed in the sandbox notice.
protection = {
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'
class = 'ambox-protection',
 
image = 'Semi-protection-shackle-keyhole.svg'
--[[
},
-- cfg['sandbox-notice-pagetype-template']
notice = {
-- cfg['sandbox-notice-pagetype-module']
class = 'ambox-notice',
-- cfg['sandbox-notice-pagetype-other']
image = 'Information icon4.svg'
-- The page type of the sandbox page. The message that is displayed depends on the current subject
}
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
},
-- cfg['sandbox-notice-diff-blurb'].
default                    = 'notice',
--]]
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
allowSmall                  = true,
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
smallParam                  = 'left',
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
smallClass                  = 'mbox-small-left',
 
substCheck                  = true,
--[[
classes                    = {'metadata', 'ambox'},
-- cfg['sandbox-notice-blurb']
imageEmptyCell              = true,
-- cfg['sandbox-notice-diff-blurb']
imageCheckBlank            = true,
-- cfg['sandbox-notice-diff-display']
imageSmallSize              = '20x20px',
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
imageCellDiv                = true,
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
useCollapsibleTextFields    = true,
-- type, which is either cfg['sandbox-notice-pagetype-template'],
imageRightNone              = true,
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
sectionDefault              = 'article',
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
allowMainspaceCategories    = true,
-- the sandbox and the main template. The display value of the diff link is set by
templateCategory            = 'Article message templates',
-- cfg['sandbox-notice-compare-link-display'].
        templateCategoryRequireName = true,
--]]
templateErrorCategory      = 'Article message templates with missing parameters',
cfg['sandbox-notice-blurb'] = 'This is the $1 for $2.'
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
cfg['sandbox-notice-diff-blurb'] = 'This is the $1 for $2 ($3).'
removalNotice              = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
cfg['sandbox-notice-compare-link-display'] = 'diff'
},
 
--[[
cmbox = {
-- cfg['sandbox-notice-testcases-blurb']
types = {
-- cfg['sandbox-notice-testcases-link-display']
speedy = {
-- cfg['sandbox-notice-testcases-run-blurb']
class = 'cmbox-speedy',
-- cfg['sandbox-notice-testcases-run-link-display']
image = 'Ambox warning pn.svg'
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
},
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
delete = {
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
class = 'cmbox-delete',
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
image = 'Ambox warning pn.svg'
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
},
-- cases page, and $2 is a link to the page to run it.
content = {
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
class = 'cmbox-content',
-- cases.
image = 'Ambox important.svg'
--]]
},
cfg['sandbox-notice-testcases-blurb'] = 'See also the companion subpage for $1.'
style = {
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
class = 'cmbox-style',
cfg['sandbox-notice-testcases-run-blurb'] = 'See also the companion subpage for $1 ($2).'
image = 'Edit-clear.svg'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
},
 
move = {
-- cfg['sandbox-category']
class = 'cmbox-move',
-- A category to add to all template sandboxes.
image = 'Merge-split-transwiki default.svg'
cfg['sandbox-category'] = 'Template sandboxes'
},
 
protection = {
----------------------------------------------------------------------------------------------------
class = 'cmbox-protection',
-- Start box configuration
image = 'Semi-protection-shackle-keyhole.svg'
----------------------------------------------------------------------------------------------------
},
 
notice = {
-- cfg['documentation-icon-wikitext']
class = 'cmbox-notice',
-- The wikitext for the icon shown at the top of the template.
image = 'Information icon4.svg'
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
}
 
},
-- cfg['template-namespace-heading']
default              = 'notice',
-- The heading shown in the template namespace.
showInvalidTypeError = true,
cfg['template-namespace-heading'] = 'Template documentation'
classes              = {'cmbox'},
 
imageEmptyCell      = true
-- cfg['module-namespace-heading']
},
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'Module documentation'
fmbox = {
 
types = {
-- cfg['file-namespace-heading']
warning = {
-- The heading shown in the file namespace.
class = 'fmbox-warning',
cfg['file-namespace-heading'] = 'Summary'
image = 'Ambox warning pn.svg'
 
},
-- cfg['other-namespaces-heading']
editnotice = {
-- The heading shown in other namespaces.
class = 'fmbox-editnotice',
cfg['other-namespaces-heading'] = 'Documentation'
image = 'Information icon4.svg'
 
},
-- cfg['view-link-display']
system = {
-- The text to display for "view" links.
class = 'fmbox-system',
cfg['view-link-display'] = 'view'
image = 'Information icon4.svg'
 
}
-- cfg['edit-link-display']
},
-- The text to display for "edit" links.
default              = 'system',
cfg['edit-link-display'] = 'edit'
showInvalidTypeError = true,
 
classes              = {'fmbox'},
-- cfg['history-link-display']
imageEmptyCell      = false,
-- The text to display for "history" links.
imageRightNone      = false
cfg['history-link-display'] = 'history'
},
 
-- cfg['purge-link-display']
imbox = {
-- The text to display for "purge" links.
types = {
cfg['purge-link-display'] = 'purge'
speedy = {
 
class = 'imbox-speedy',
-- cfg['create-link-display']
image = 'Ambox warning pn.svg'
-- The text to display for "create" links.
},
cfg['create-link-display'] = 'create'
delete = {
 
class = 'imbox-delete',
----------------------------------------------------------------------------------------------------
image = 'Ambox warning pn.svg'
-- Link box (end box) configuration
},
----------------------------------------------------------------------------------------------------
content = {
 
class = 'imbox-content',
-- cfg['transcluded-from-blurb']
image = 'Ambox important.svg'
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
},
cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from $1.'
style = {
 
class = 'imbox-style',
--[[
image = 'Edit-clear.svg'
-- cfg['create-module-doc-blurb']
},
-- Notice displayed in the module namespace when the documentation subpage does not exist.
move = {
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
class = 'imbox-move',
-- display cfg['create-link-display'].
image = 'Merge-split-transwiki default.svg'
--]]
},
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
protection = {
 
class = 'imbox-protection',
----------------------------------------------------------------------------------------------------
image = 'Semi-protection-shackle-keyhole.svg'
-- Experiment blurb configuration
},
----------------------------------------------------------------------------------------------------
license = {
 
class = 'imbox-license licensetpl',
--[[
image = 'Imbox license.png' -- @todo We need an SVG version of this
-- cfg['experiment-blurb-template']
},
-- cfg['experiment-blurb-module']
featured = {
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
class = 'imbox-featured',
-- It is only shown in the template and module namespaces. With the default English settings, it
image = 'Cscr-featured.svg'
-- might look like this:
},
--
notice = {
-- Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
class = 'imbox-notice',
--
image = 'Information icon4.svg'
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
}
--
},
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
default              = 'notice',
-- on what namespace we are in.
showInvalidTypeError = true,
--
classes              = {'imbox'},
-- Parameters:
imageEmptyCell      = true,
--
below                = true,
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
templateCategory    = 'File message boxes'
--
},
--    cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
--
ombox = {
-- If the sandbox doesn't exist, it is in the format:
types = {
--
speedy = {
--    cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
class = 'ombox-speedy',
--
image = 'Ambox warning pn.svg'
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
},
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
delete = {
-- loads a default edit summary of cfg['mirror-edit-summary'].
class = 'ombox-delete',
--
image = 'Ambox warning pn.svg'
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
},
--
content = {
--    cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
class = 'ombox-content',
--
image = 'Ambox important.svg'
-- If the test cases page doesn't exist, it is in the format:
},
--
style = {
--    cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
class = 'ombox-style',
--
image = 'Edit-clear.svg'
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
},
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
move = {
-- namespace.
class = 'ombox-move',
--]]
image = 'Merge-split-transwiki default.svg'
cfg['experiment-blurb-template'] = "Editors can experiment in this template's $1 and $2 pages."
},
cfg['experiment-blurb-module'] = "Editors can experiment in this module's $1 and $2 pages."
protection = {
 
class = 'ombox-protection',
----------------------------------------------------------------------------------------------------
image = 'Semi-protection-shackle-keyhole.svg'
-- Sandbox link configuration
},
----------------------------------------------------------------------------------------------------
notice = {
 
class = 'ombox-notice',
-- cfg['sandbox-subpage']
image = 'Information icon4.svg'
-- The name of the template subpage typically used for sandboxes.
}
cfg['sandbox-subpage'] = 'sandbox'
},
 
default              = 'notice',
-- cfg['template-sandbox-preload']
showInvalidTypeError = true,
-- Preload file for template sandbox pages.
classes              = {'ombox'},
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
allowSmall          = true,
 
imageEmptyCell      = true,
-- cfg['module-sandbox-preload']
imageRightNone      = true
-- Preload file for Lua module sandbox pages.
},
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
 
tmbox = {
-- cfg['sandbox-link-display']
types = {
-- The text to display for "sandbox" links.
speedy = {
cfg['sandbox-link-display'] = 'sandbox'
class = 'tmbox-speedy',
 
image = 'Ambox warning pn.svg'
-- cfg['sandbox-edit-link-display']
},
-- The text to display for sandbox "edit" links.
delete = {
cfg['sandbox-edit-link-display'] = 'edit'
class = 'tmbox-delete',
 
image = 'Ambox warning pn.svg'
-- cfg['sandbox-create-link-display']
},
-- The text to display for sandbox "create" links.
content = {
cfg['sandbox-create-link-display'] = 'create'
class = 'tmbox-content',
 
image = 'Ambox important.svg'
-- cfg['compare-link-display']
},
-- The text to display for "compare" links.
style = {
cfg['compare-link-display'] = 'diff'
class = 'tmbox-style',
 
image = 'Edit-clear.svg'
-- cfg['mirror-edit-summary']
},
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
move = {
-- template page.
class = 'tmbox-move',
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
image = 'Merge-split-transwiki default.svg'
 
},
-- cfg['mirror-link-display']
protection = {
-- The text to display for "mirror" links.
class = 'tmbox-protection',
cfg['mirror-link-display'] = 'mirror'
image = 'Semi-protection-shackle-keyhole.svg'
 
},
-- cfg['mirror-link-preload']
notice = {
-- The page to preload when a user clicks the "mirror" link.
class = 'tmbox-notice',
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
image = 'Information icon4.svg'
 
}
----------------------------------------------------------------------------------------------------
},
-- Test cases link configuration
default              = 'notice',
----------------------------------------------------------------------------------------------------
showInvalidTypeError = true,
 
classes              = {'tmbox'},
-- cfg['testcases-subpage']
allowSmall          = true,
-- The name of the template subpage typically used for test cases.
imageRightNone      = true,
cfg['testcases-subpage'] = 'testcases'
imageEmptyCell      = true,
 
imageEmptyCellStyle  = true,
-- cfg['template-testcases-preload']
templateCategory    = 'Talk message boxes'
-- Preload file for template test cases pages.
}
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
}
 
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
 
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
 
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'edit'
 
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'run'
 
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'create'
 
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
 
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'Please add categories to the $1 subpage.'
 
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
 
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
 
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
 
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'Subpages of this $1'
 
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'template'
 
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'module'
 
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'page'
 
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
 
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
 
-- cfg['file-docpage-preload']
-- Preload file for documentation page in the file namespace.
cfg['file-docpage-preload'] = 'Template:Documentation/preload-filespace'
 
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
 
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
 
----------------------------------------------------------------------------------------------------
-- Print version configuration
----------------------------------------------------------------------------------------------------
 
-- cfg['print-subpage']
-- The name of the template subpage used for print versions.
cfg['print-subpage'] = 'Print'
 
-- cfg['print-link-display']
-- The text to display when linking to the /Print subpage.
cfg['print-link-display'] = '/Print'
 
-- cfg['print-blurb']
-- Text to display if a /Print subpage exists. $1 is a link to the subpage with
-- a display value of cfg['print-link-display'].
cfg['print-blurb'] = 'A [[Help:Books/for experts#Improving the book layout|print version]] of this template exists at $1.'
.. ' If you make a change to this template, please update the print version as well.'
 
-- cfg['display-print-category']
-- Set to true to enable output of cfg['print-category'] if a /Print subpage exists.
-- This should be a boolean value (either true or false).
cfg['display-print-category'] = true
 
-- cfg['print-category']
-- Category to output if cfg['display-print-category'] is set to true, and a /Print subpage exists.
cfg['print-category'] = 'Templates with print versions'
 
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
 
-- cfg['templatestyles']
-- The name of the TemplateStyles page where CSS is kept.
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'
 
-- cfg['container']
-- Class which can be used to set flex or grid CSS on the
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'
 
-- cfg['main-div-classes']
-- Classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'documentation'
 
-- cfg['main-div-heading-class']
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['main-div-heading-class'] = 'documentation-heading'
 
-- cfg['start-box-class']
-- Class for the start box
cfg['start-box-class'] = 'documentation-startbox'
 
-- cfg['start-box-link-classes']
-- Classes used for the [view][edit][history] or [create] links in the start box.
-- mw-editsection-like is per [[Wikipedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'
 
-- cfg['end-box-class']
-- Class for the end box.
cfg['end-box-class'] = 'documentation-metadata'
 
-- cfg['end-box-plainlinks']
-- Plainlinks
cfg['end-box-plainlinks'] = 'plainlinks'
 
-- cfg['toolbar-class']
-- Class added for toolbar links.
cfg['toolbar-class'] = 'documentation-toolbar'
 
-- cfg['clear']
-- Just used to clear things.
cfg['clear'] = 'documentation-clear'
 
 
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
 
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
 
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
 
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
 
return cfg

Revision as of 21:26, 21 May 2021

Documentation for this module may be created at Module:Message box/configuration/doc

--------------------------------------------------------------------------------
--                          Message box configuration                         --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------

return {
	ambox = {
		types = {
			speedy = {
				class = 'ambox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ambox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'ambox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'ambox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ambox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ambox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'ambox-notice',
				image = 'Information icon4.svg'
			}
		},
		default                     = 'notice',
		allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
		allowSmall                  = true,
		smallParam                  = 'left',
		smallClass                  = 'mbox-small-left',
		substCheck                  = true,
		classes                     = {'metadata', 'ambox'},
		imageEmptyCell              = true,
		imageCheckBlank             = true,
		imageSmallSize              = '20x20px',
		imageCellDiv                = true,
		useCollapsibleTextFields    = true,
		imageRightNone              = true,
		sectionDefault              = 'article',
		allowMainspaceCategories    = true,
		templateCategory            = 'Article message templates',
	        templateCategoryRequireName = true,
		templateErrorCategory       = 'Article message templates with missing parameters',
		templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
		removalNotice               = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
	},
	
	cmbox = {
		types = {
			speedy = {
				class = 'cmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'cmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'cmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'cmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'cmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'cmbox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'cmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'cmbox'},
		imageEmptyCell       = true
	},
	
	fmbox = {
		types = {
			warning = {
				class = 'fmbox-warning',
				image = 'Ambox warning pn.svg'
			},
			editnotice = {
				class = 'fmbox-editnotice',
				image = 'Information icon4.svg'
			},
			system = {
				class = 'fmbox-system',
				image = 'Information icon4.svg'
			}
		},
		default              = 'system',
		showInvalidTypeError = true,
		classes              = {'fmbox'},
		imageEmptyCell       = false,
		imageRightNone       = false
	},
	
	imbox = {
		types = {
			speedy = {
				class = 'imbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'imbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'imbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'imbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'imbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'imbox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			license = {
				class = 'imbox-license licensetpl',
				image = 'Imbox license.png' -- @todo We need an SVG version of this
			},
			featured = {
				class = 'imbox-featured',
				image = 'Cscr-featured.svg'
			},
			notice = {
				class = 'imbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'imbox'},
		imageEmptyCell       = true,
		below                = true,
		templateCategory     = 'File message boxes'
	},
	
	ombox = {
		types = {
			speedy = {
				class = 'ombox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ombox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'ombox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'ombox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ombox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ombox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'ombox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'ombox'},
		allowSmall           = true,
		imageEmptyCell       = true,
		imageRightNone       = true
	},
	
	tmbox = {
		types = {
			speedy = {
				class = 'tmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'tmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'tmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'tmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'tmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'tmbox-protection',
				image = 'Semi-protection-shackle-keyhole.svg'
			},
			notice = {
				class = 'tmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'tmbox'},
		allowSmall           = true,
		imageRightNone       = true,
		imageEmptyCell       = true,
		imageEmptyCellStyle  = true,
		templateCategory     = 'Talk message boxes'
	}
}