Module:Documentation/config: Difference between revisions

m
Protected "Module:Documentation/config": much used module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite) [Protect=Allow only administrators] (indefinite))
m (replace deprecated "Image:" with "File:")
m (Protected "Module:Documentation/config": much used module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite) [Protect=Allow only administrators] (indefinite)))
Line 32:
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[FileImage:Sandbox.svg|50px|alt=|link=]]'
 
--[[
Line 350:
 
-- 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'].
-- 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.'
Line 368 ⟶ 367:
----------------------------------------------------------------------------------------------------
 
-- cfg['templatestylesmain-div-id']
-- The name"id" attribute of the TemplateStyles page wheremain CSSHTML is"div" kepttag.
cfg['main-div-heading-classid'] = 'template-documentation-heading'
-- 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']
-- ClassesThe CSS classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'template-documentation iezoomfix'
 
-- cfg['mainstart-divbox-heading-classlinkclasses']
-- ClassesThe CSS classes used for the [view][edit][history] or [create] links in the start box.
-- Class for the main heading for templates and modules and assoc. talk spaces
cfg['start-box-link-classeslinkclasses'] = 'mw-editsection-like plainlinks'
cfg['main-div-heading-class'] = 'documentation-heading'
 
-- cfg['start-box-classlink-id']
-- ClassThe HTML "id" attribute for the links in the start box.
cfg['start-box-classlink-id'] = 'documentation-startboxdoc_editlinks'
 
----------------------------------------------------------------------------------------------------
-- cfg['start-box-link-classes']
-- {{fmbox}} template configuration
-- 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['toolbarfmbox-classid']
-- The id sent to the "id" parameter of the {{fmbox}} template.
-- Class added for toolbar links.
cfg['toolbarfmbox-classid'] = 'documentation-toolbarmeta-data'
 
-- cfg['clearfmbox-style']
-- The value sent to the style parameter of {{fmbox}}.
-- Just used to clear things.
cfg['clearfmbox-style'] = 'documentationbackground-clearcolor: #ecfcf4'
 
-- cfg['endfmbox-box-classtextstyle']
-- The value sent to the "textstyle parameter of {{fmbox}}.
cfg['fmbox-textstyle'] = 'font-style: italic'
 
----------------------------------------------------------------------------------------------------
371

edits