문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 중 하나의 권한을 가진 사용자에게 제한됩니다: 사용자, 관리자. 문서를 고치려면 이메일 인증 절차가 필요합니다. 사용자 환경 설정에서 이메일 주소를 입력하고 이메일 주소 인증을 해주시기 바랍니다. 문서의 원본을 보거나 복사할 수 있습니다. <includeonly><templatestyles src="Main page featured/styles.css" /> <div style="flex: 9999 0 0px"> <div class="lightmode" style="height:100%"> {{BubbleBox|background=bubbles|border={{SiteColor|Generic}}|style=flex: 9999 0 0px;height:calc(100% - 58px)|open}} <div style="background-color: rgba(255, 255, 255, 0.65); border: 0.125rem solid #ffffff; border-radius: .5rem; text-align: center; font-size: 1.25rem;">'''{{{header}}}'''</div> <div style="background-color: rgba(255, 255, 255, 0.5); border: 0.125rem solid #ffffff; border-radius: .5rem; padding: .25rem; margin-top: 0.125em;">'''{{date|{{{item 1 date}}}}}''' {{{item 1 content}}} </div> {{#if: {{{item 2 date|}}} |<div style="background-color: rgba(255, 255, 255, 0.5); border: 0.125rem solid #ffffff; border-radius: .5rem; padding: .25rem; margin-top: 0.125em;">'''{{date|{{{item 2 date}}}}}''' {{{item 2 content}}} </div>}}</div> </div> <div class="darkmode" style="display:none;height:100%"> <div style="border: 2px solid #577100; border-radius: 8px; padding: 10px;flex: 9999 0 0px;height:calc(100% - 24px)"> <div style="background-color: rgba(255, 255, 255, 0.2); border: 0.125rem solid #577100; border-radius: .5rem; text-align: center; font-size: 1.25rem;">'''{{{header}}}'''</div> <div style="border: 0.125rem solid #577100; border-radius: .5rem; padding: .25rem; margin-top: 0.125em;">'''{{date|{{{item 1 date}}}}}''' {{{item 1 content}}} </div> {{#if: {{{item 2 date|}}} |<div style="background-color: rgba(255, 255, 255, 0.5); border: 0.125rem solid #ffffff; border-radius: .5rem; padding: .25rem; margin-top: 0.125em;">'''{{date|{{{item 2 date}}}}}''' {{{item 2 content}}} </div>}}</div> </div> </div> </includeonly><noinclude> For use with [[Main Page/Featured]]. == Parameters == {| class="wikitable" |- ! Parameter ! Type ! Status ! Description |- ! item <#> date | Named | Required | The date that the item is being saved to the wiki. * Currently supports up to two items, named as "item 1 date" and "item 2 date". * The second item is optional. |- ! item <#> content | Named | Required | The content. * Currently supports up to two items, named as "item 1 content" and "item 2 content". * The second item is optional. |} [[Category:Templates]] </noinclude> 틀:Main page featured 문서로 돌아갑니다.