انتقل إلى المحتوى

الفرق بين المراجعتين لصفحة: «وحدة:Documentation/config»

link
ط (مراجعة واحدة)
 
(link)
سطر ٣٢: سطر ٣٢:
-- cfg['sandbox-notice-image']
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[Image:Sandbox.svg|50px|alt=|link=]]'
cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]'


--[[
--[[
سطر ٤٢: سطر ٤٢:
-- cfg['sandbox-notice-diff-blurb'].
-- cfg['sandbox-notice-diff-blurb'].
--]]
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-template'] = '[[imamatpedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[imamatpedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'


سطر ٩١: سطر ٩١:
-- cfg['documentation-icon-wikitext']
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=Documentation icon]]'
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'


-- cfg['template-namespace-heading']
-- cfg['template-namespace-heading']
سطر ١٣٥: سطر ١٣٥:
-- cfg['transcluded-from-blurb']
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
-- 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.'
cfg['transcluded-from-blurb'] = 'The above [[imamatpedia:Template documentation|documentation]] is [[Help:Transclusion|transcluded]] from $1.'


--[[
--[[
سطر ١٤٣: سطر ١٤٣:
-- display cfg['create-link-display'].
-- display cfg['create-link-display'].
--]]
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[imamatpedia:Lua|Scribunto module]].'


----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
سطر ١٧٩: سطر ١٧٩:
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
--
--    cfg['testcases-link-display'] (cfg['testcases-edit-link-display'])
--    cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
--
-- If the test cases page doesn't exist, it is in the format:
-- If the test cases page doesn't exist, it is in the format:
سطر ٢٣٢: سطر ٢٣٢:
-- The text to display for "mirror" links.
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'


----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
سطر ٢٥٦: سطر ٢٦٠:
-- The text to display for test cases "edit" links.
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'edit'
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']
-- cfg['testcases-create-link-display']
سطر ٢٧١: سطر ٢٧٩:
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
-- 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['add-categories-blurb'] = 'Add categories to the $1 subpage.'


-- cfg['doc-link-display']
-- cfg['doc-link-display']
سطر ٣١٦: سطر ٣٢٤:
-- The name of the subpage typically used for documentation pages.
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
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']
-- cfg['docpage-preload']
سطر ٣٣٠: سطر ٣٣٤:


----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
-- Print version configuration
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------


-- cfg['print-subpage']
-- cfg['templatestyles']
-- The name of the template subpage used for print versions.
-- The name of the TemplateStyles page where CSS is kept.
cfg['print-subpage'] = 'Print'
-- Sandbox CSS will be at Module:Documentation/sandbox/styles.css when needed.
cfg['templatestyles'] = 'Module:Documentation/styles.css'


-- cfg['print-link-display']
-- cfg['container']
-- The text to display when linking to the /Print subpage.
-- Class which can be used to set flex or grid CSS on the
cfg['print-link-display'] = '/Print'
-- two child divs documentation and documentation-metadata
cfg['container'] = 'documentation-container'


-- cfg['print-blurb']
-- cfg['main-div-classes']
-- Text to display if a /Print subpage exists. $1 is a link to the subpage with a display value of cfg['print-link-display'].
-- Classes added to the main HTML "div" tag.
cfg['print-blurb'] = 'A [[Help:Books/for experts#Improving the book layout|print version]] of this template exists at $1.'
cfg['main-div-classes'] = 'documentation'
.. ' 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'


----------------------------------------------------------------------------------------------------
-- cfg['main-div-heading-class']
-- HTML and CSS configuration
-- Class for the main heading for templates and modules and assoc. talk spaces
----------------------------------------------------------------------------------------------------
cfg['main-div-heading-class'] = 'documentation-heading'


-- cfg['main-div-id']
-- cfg['start-box-class']
-- The "id" attribute of the main HTML "div" tag.
-- Class for the start box
cfg['main-div-id'] = 'template-documentation'
cfg['start-box-class'] = 'documentation-startbox'


-- cfg['main-div-classes']
-- cfg['start-box-link-classes']
-- The CSS classes added to the main HTML "div" tag.
-- Classes used for the [view][edit][history] or [create] links in the start box.
cfg['main-div-classes'] = 'template-documentation iezoomfix'
-- mw-editsection-like is per [[imamatpedia:Village pump (technical)/Archive 117]]
cfg['start-box-link-classes'] = 'mw-editsection-like plainlinks'


-- cfg['start-box-linkclasses']
-- cfg['end-box-class']
-- The CSS classes used for the [view][edit][history] or [create] links in the start box.
-- Class for the end box.
cfg['start-box-linkclasses'] = 'mw-editsection-like plainlinks'
cfg['end-box-class'] = 'documentation-metadata'


-- cfg['start-box-link-id']
-- cfg['end-box-plainlinks']
-- The HTML "id" attribute for the links in the start box.
-- Plainlinks
cfg['start-box-link-id'] = 'doc_editlinks'
cfg['end-box-plainlinks'] = 'plainlinks'
 
----------------------------------------------------------------------------------------------------
-- {{fmbox}} template configuration
----------------------------------------------------------------------------------------------------


-- cfg['fmbox-id']
-- cfg['toolbar-class']
-- The id sent to the "id" parameter of the {{fmbox}} template.
-- Class added for toolbar links.
cfg['fmbox-id'] = 'documentation-meta-data'
cfg['toolbar-class'] = 'documentation-toolbar'


-- cfg['fmbox-style']
-- cfg['clear']
-- The value sent to the style parameter of {{fmbox}}.
-- Just used to clear things.
cfg['fmbox-style'] = 'background-color: #ecfcf4'
cfg['clear'] = 'documentation-clear'


-- cfg['fmbox-textstyle']
-- The value sent to the "textstyle parameter of {{fmbox}}.
cfg['fmbox-textstyle'] = 'font-style: italic'


----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
سطر ٤٠٣: سطر ٣٩٣:
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- 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.
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikipedia pages with strange ((documentation)) usage'
cfg['strange-usage-category'] = 'imamatpedia pages with strange ((documentation)) usage'


--[[
--[[
مستخدم مجهول