:숨김 시작

젊은리버럴 (토론 | 기여)님의 2023년 5월 6일 (토) 22:31 판 (새 문서: <includeonly><div class="mw-collapsible {{#ifeq:{{{showhide|}}}{{{toggle|}}}|left|mw-collapsible-leftside-toggle}} {{#if:{{{expanded|}}} | |mw-collapsed}} {{{class|}}}" style="box-sizing:border-box;width:100%;font-size:95%;padding:4px;border:{{{border|none}}};{{{style|}}}"><!-- --><div style="font-size:100%;line-height:1.6;font-weight:bold;background:{{{bg1|transparent}}};text-align:{{{ta1|left}}};{{{extra1|}}};{{{titlestyle|{{{headercss|}}}}}}">{{{header|}}}{{{title|...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
설명문서 [편집] [역사] [새로고침]

문법[원본 편집]

{{Hidden begin
|toggle=
|border=
|header=
|title=
|titlestyle=
|bodystyle=
|bg1=
|bg2=
|ta1=
|ta2=
|extra1=
|extra2=
}}
<!-- content -->
{{Hidden end}}

매개변수[원본 편집]

매개변수 설명
toggle Set to "left" (without speechmarks) to move [show/hide] button to titlebar's lefthand side.
title 제목 표시줄에 텍스트 표시.
titlestyle CSS styles to apply to title, e.g. "border:1px solid lightgrey;" to produce a border around the titlebar, "background:color;" to change the titlebar's background color from transparent to color, "text-align:[center/right];" to change the titlebar text's alignment from left to center or right, etc.
bodystyle CSS styles to apply to the hidden material, e.g. background and text-align per titlestyle.

예시[원본 편집]

입력 출력
{{숨김 시작
|title = default example
}}
*def
*ghi
{{숨김 끝}}
default example
  • def
  • ghi
{{숨김 시작
|title = title with background:pink
|titlestyle = background:pink;
}}
*def
*ghi
{{숨김 끝}}
title with background:pink
  • def
  • ghi
{{숨김 시작
|title = title aligned in the center
|titlestyle = background:pink; text-align:center;
}}
*def
*ghi
{{숨김 끝}}
title aligned in the center
  • def
  • ghi
{{숨김 시작
|title = title aligned on the right needs padding-right
|titlestyle = background:pink;
 text-align:right;padding-right:3em;
}}
*change window width and
*watch title alignment
{{숨김 끝}}
title aligned on the right needs padding-right
  • change window width and
  • watch title alignment
{{숨김 시작
|toggle = left
|title = title with toggle=left
|titlestyle = background:palegreen;
}}
*def
*ghi
{{숨김 끝}}
title with toggle=left
  • def
  • ghi
{{숨김 시작
|toggle = right
|title = title with toggle=right
|titlestyle = background:lightgrey;
}}
*def
*ghi
{{숨김 끝}}
title with toggle=right
  • def
  • ghi
{{숨김 시작
|toggle = left
|title = abc with toggle=left
|titlestyle = background:palegreen;
|bodystyle = font-size:150%; font-weight:bold; 
}}
*def
*ghi
{{숨김 끝}}
abc with toggle=left
  • def
  • ghi
{{숨김 시작
|toggle = right
|header = deprecated_header_
|title = title with toggle=right
|titlestyle = font-style:italic; padding-right:3em;
|border = dashed
|bg1 = palegreen
|bg2 = cyan
|ta1 = left
|ta2 = center
|extra1 = font-size:120%
|extra2 = font-size:150%
}}
*make window narrower and
*title will wrap
{{숨김 끝}}
deprecated_header_title with toggle=right
  • make window narrower and
  • title will wrap
{{숨김 시작
|toggle = right
|title = title with non-breaking spaces
|titlestyle = 
|border = dotted
|bg1 = cyan
|bg2 = yellow
|ta1 = right
|ta2 = left
|extra1 = font-size:120%; padding-right:2.5em;
|extra2 = font-size:150%; padding-left:3em;
}}
*def these should have left padding 
*ghi
{{숨김 끝}}
title with non-breaking spaces
  • def these should have left padding
  • ghi

같이 보기[원본 편집]


Wikipedia-ico-48px.png
이 틀 문서는 한국어 위키백과틀:숨김 시작 문서에서 분기하였습니다.
연습장이나 사용자 문서에서 틀의 사용이나 수정을 연습할 수 있습니다.
분류는 /설명문서에 넣어주세요.