Template:안내문: Difference between revisions
From IT위키
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<div style="font-size:1em;border:1px solid #9c92b8;box-sizing: border-box; border-radius:3px; | <div style="font-size:1em;border:1px solid #9c92b8;box-sizing: border-box; border-radius:3px; | ||
padding:15px 20px; background-color:#fbfbfb;width:100%;margin-bottom:0.8rem;"> | padding:15px 20px; background-color:#fbfbfb;width:100%;margin-bottom:0.8rem;"> | ||
{{#if:{{{제목|}}}|<p style="margin: 0; margin-bottom:0.5rem; font-weight:bold"><b>{{{제목|}}}</b></p>|}}{{#if:{{{내용|}}}|<p style="margin-bottom: 0.3rem; padding-left:10px">{{{내용|}}}</p>|}}{{#if:{{{추가1|}}}|<p style="margin-top: 0.5rem; margin-bottom: 0.3rem; padding-left:10px">{{{추가1|}}}</p>|}}{{#if:{{{추가2|}}}|<p style="margin-top: 0.5rem; margin-bottom: 0.3rem; padding-left:10px">{{{추가2|}}}</p>|}}{{#if:{{{추가3|}}}|<p style="margin-top: 0.5rem; margin-bottom: 0.3rem; padding-left:10px">{{{추가3|}}}</p>|}} | |||
</div> | </div> | ||
</onlyinclude> | </onlyinclude> | ||
Line 9: | Line 8: | ||
== 틀 소개 == | == 틀 소개 == | ||
강조하고 싶은 안내문을 쓸 때 사용하는 기본 틀입니다. | 강조하고 싶은 안내문을 쓸 때 사용하는 기본 틀입니다. | ||
== 예시 == | |||
{{안내문 | |||
|제목 = 제목입니다. | |||
|내용 = 내용입니다. | |||
|추가1 = 한 문장씩 총 3문장까지 더 쓸 수도 있습니다. | |||
|추가2 = | |||
|추가3 = | |||
}} | |||
== 사용법 == | == 사용법 == | ||
<pre>{{안내문 | <pre>{{안내문 | ||
|제목 = | |제목 = | ||
|내용 = | |내용 = | ||
|추가1 = | |||
|추가2 = | |||
|추가3 = | |||
}}</pre> | }}</pre> | ||
[[분류:틀]][[분류:디자인 틀]] | [[분류:틀]][[분류:디자인 틀]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:38, 25 March 2022
틀 소개[edit source]
강조하고 싶은 안내문을 쓸 때 사용하는 기본 틀입니다.
예시[edit source]
제목입니다.
내용입니다.
한 문장씩 총 3문장까지 더 쓸 수도 있습니다.
사용법[edit source]
{{안내문 |제목 = |내용 = |추가1 = |추가2 = |추가3 = }}