「モジュール:Documentation/config」の版間の差分
ナビゲーションに移動
検索に移動
en:Module:Documentation/config oldid=989669779 より更新
Triple-Zeta (トーク | 投稿記録) 細 (45版 をインポートしました) |
template>ネイ (en:Module:Documentation/config oldid=989669779 より更新) |
||
32行目: | 32行目: | ||
-- 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'] = '[[ | cfg['sandbox-notice-image'] = '[[File:Sandbox.svg|50px|alt=|link=]]' | ||
--[[ | --[[ | ||
350行目: | 350行目: | ||
-- cfg['print-blurb'] | -- 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']. | -- Text to display if a /Print subpage exists. $1 is a link to the subpage with | ||
cfg['print-blurb'] = '$ | -- a display value of cfg['print-link-display']. | ||
.. ' | cfg['print-blurb'] = '$1にこのテンプレートは[[:en:Help:Books/for experts#Improving the book layout|印刷用バージョンがあります]]。' | ||
.. 'もしこのテンプレートを更新した時は、印刷用バージョンも更新してください。' | |||
-- cfg['display-print-category'] | -- cfg['display-print-category'] | ||
367行目: | 368行目: | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
-- cfg[' | -- cfg['templatestyles'] | ||
-- The | -- The name of the TemplateStyles page where CSS is kept. | ||
cfg[' | -- 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'] | -- cfg['main-div-classes'] | ||
-- | -- Classes added to the main HTML "div" tag. | ||
cfg['main-div-classes'] = ' | cfg['main-div-classes'] = 'documentation' | ||
-- cfg[' | -- cfg['main-div-heading-class'] | ||
-- | -- Class for the main heading for templates and modules and assoc. talk spaces | ||
cfg[' | cfg['main-div-heading-class'] = 'documentation-heading' | ||
-- cfg['start-box- | -- cfg['start-box-class'] | ||
-- | -- Class for the start box | ||
cfg['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[' | -- cfg['toolbar-class'] | ||
-- | -- Class added for toolbar links. | ||
cfg[' | cfg['toolbar-class'] = 'documentation-toolbar' | ||
-- cfg[' | -- cfg['clear'] | ||
-- | -- Just used to clear things. | ||
cfg[' | cfg['clear'] = 'documentation-clear' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |