모듈:Documentation/config: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음
(새 문서: ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- H...) |
편집 요약 없음 |
||
91번째 줄: | 91번째 줄: | ||
-- 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'] = '[[ | cfg['documentation-icon-wikitext'] = '[[Image:Template-info.svg|50px|link=|alt=]]' | ||
-- cfg['template-namespace-heading'] | -- cfg['template-namespace-heading'] | ||
135번째 줄: | 135번째 줄: | ||
-- 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 [[ | cfg['transcluded-from-blurb'] = 'The above [[위키백과:틀 설명문서|틀 설명문서]] is [[Wikipedia:Transclusion|transcluded]] from $1.' | ||
--[[ | --[[ | ||
202번째 줄: | 202번째 줄: | ||
-- cfg['template-sandbox-preload'] | -- cfg['template-sandbox-preload'] | ||
-- Preload file for template sandbox pages. | -- Preload file for template sandbox pages. | ||
cfg['template-sandbox-preload'] = ' | cfg['template-sandbox-preload'] = '틀:틀 설명문서/미리싣기-연습장' | ||
-- cfg['module-sandbox-preload'] | -- cfg['module-sandbox-preload'] | ||
-- Preload file for Lua module sandbox pages. | -- Preload file for Lua module sandbox pages. | ||
cfg['module-sandbox-preload'] = ' | cfg['module-sandbox-preload'] = '틀:틀 설명문서/미리싣기-모듈-연습장' | ||
-- cfg['sandbox-link-display'] | -- cfg['sandbox-link-display'] | ||
235번째 줄: | 235번째 줄: | ||
-- cfg['mirror-link-preload'] | -- cfg['mirror-link-preload'] | ||
-- The page to preload when a user clicks the "mirror" link. | -- The page to preload when a user clicks the "mirror" link. | ||
cfg['mirror-link-preload'] = ' | cfg['mirror-link-preload'] = '틀:틀 설명문서/미러' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
247번째 줄: | 247번째 줄: | ||
-- cfg['template-testcases-preload'] | -- cfg['template-testcases-preload'] | ||
-- Preload file for template test cases pages. | -- Preload file for template test cases pages. | ||
cfg['template-testcases-preload'] = ' | cfg['template-testcases-preload'] = '틀:틀 설명문서/미리싣기-시험장' | ||
-- cfg['module-testcases-preload'] | -- cfg['module-testcases-preload'] | ||
-- Preload file for Lua module test cases pages. | -- Preload file for Lua module test cases pages. | ||
cfg['module-testcases-preload'] = ' | cfg['module-testcases-preload'] = '틀:틀 설명문서/미리싣기-모듈-시험장' | ||
-- cfg['testcases-link-display'] | -- cfg['testcases-link-display'] | ||
279번째 줄: | 279번째 줄: | ||
-- 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'] = ' | cfg['add-categories-blurb'] = '분류는 $1에 넣어주세요.' | ||
-- cfg['doc-link-display'] | -- cfg['doc-link-display'] | ||
-- The text to display when linking to the /doc subpage. | -- The text to display when linking to the /doc subpage. | ||
cfg['doc-link-display'] = '/ | cfg['doc-link-display'] = '/설명문서' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
303번째 줄: | 303번째 줄: | ||
-- the template namespace, the module namespace, or another namespace. | -- the template namespace, the module namespace, or another namespace. | ||
--]] | --]] | ||
cfg['subpages-link-display'] = ' | cfg['subpages-link-display'] = '$1에 딸린 문서.' | ||
-- cfg['template-pagetype'] | -- cfg['template-pagetype'] | ||
331번째 줄: | 331번째 줄: | ||
-- cfg['docpage-preload'] | -- cfg['docpage-preload'] | ||
-- Preload file for template documentation pages in all namespaces. | -- Preload file for template documentation pages in all namespaces. | ||
cfg['docpage-preload'] = ' | cfg['docpage-preload'] = '틀:틀 설명문서/미리싣기' | ||
-- cfg['module-preload'] | -- cfg['module-preload'] | ||
-- Preload file for Lua module documentation pages. | -- Preload file for Lua module documentation pages. | ||
cfg['module-preload'] = ' | cfg['module-preload'] = '틀:틀 설명문서/미리싣기-파일' | ||
---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ||
411번째 줄: | 411번째 줄: | ||
-- 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'] = ' | cfg['strange-usage-category'] = '이상한 ((틀 설명문서)) 사용' | ||
--[[ | --[[ |