(새 문서: <onlyinclude><table class="navbox nowraplinks" style="background: transparent; font-size: 100%; text-align: left; border: none; padding: 0; margin: -2px;{{{전체모양|}}}"><!-- ===...) |
태그: 편집 취소 |
||
(같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
<onlyinclude> | <onlyinclude>{{#css: | ||
.navbox { /* Navbox container style */ | |||
box-sizing: border-box; | |||
border: 1px solid #a2a9b1; | |||
width: 100%; | |||
clear: both; | |||
font-size: 88%; | |||
text-align: center; | |||
padding: 1px; | |||
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */ | |||
} | |||
.navbox .navbox { | |||
margin-top: 0; /* No top margin for nested navboxes */ | |||
} | |||
.navbox + .navbox { | |||
margin-top: -1px; /* Single pixel border between adjacent navboxes */ | |||
} | |||
.navbox-inner, | |||
.navbox-subgroup { | |||
width: 100%; | |||
} | |||
.navbox-group, | |||
.navbox-title, | |||
.navbox-abovebelow { | |||
padding: 0.25em 1em; /* Title, group and above/below styles */ | |||
line-height: 1.5em; | |||
text-align: center; | |||
} | |||
th.navbox-group { /* Group style */ | |||
white-space: nowrap; | |||
/* @noflip */ | |||
text-align: right; | |||
} | |||
.navbox, | |||
.navbox-subgroup { | |||
background-color: #fdfdfd; /* Background color */ | |||
} | |||
.navbox-list { | |||
line-height: 1.5em; | |||
border-color: #fdfdfd; /* Must match background color */ | |||
} | |||
/* cell spacing for navbox cells */ | |||
tr + tr > .navbox-abovebelow, | |||
tr + tr > .navbox-group, | |||
tr + tr > .navbox-image, | |||
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | |||
border-top: 2px solid #fdfdfd; /* Must match background color */ | |||
} | |||
.navbox th, | |||
.navbox-title { | |||
background-color: #ccccff; /* Level 1 color */ | |||
} | |||
.navbox-abovebelow, | |||
th.navbox-group, | |||
.navbox-subgroup .navbox-title { | |||
background-color: #ddddff; /* Level 2 color */ | |||
} | |||
.navbox-subgroup .navbox-group, | |||
.navbox-subgroup .navbox-abovebelow { | |||
background-color: #e6e6ff; /* Level 3 color */ | |||
} | |||
.navbox-even { | |||
background-color: #f7f7f7; /* Even row striping */ | |||
} | |||
.navbox-odd { | |||
background-color: transparent; /* Odd row striping */ | |||
} | |||
.navbox .hlist td dl, | |||
.navbox .hlist td ol, | |||
.navbox .hlist td ul, | |||
.navbox td.hlist dl, | |||
.navbox td.hlist ol, | |||
.navbox td.hlist ul { | |||
padding: 0.125em 0; /* Adjust hlist padding in navboxes */ | |||
} | |||
/* Default styling for Navbar template */ | |||
.navbar { | |||
display: inline; | |||
font-size: 88%; | |||
font-weight: normal; | |||
} | |||
/* Default styling for Navbar template */ | |||
.navbar { | |||
display: inline; | |||
font-size: 88%; | |||
font-weight: normal; | |||
} | |||
.navbar ul { | |||
display: inline; | |||
white-space: nowrap; | |||
} | |||
.mw-body-content .navbar ul { | |||
line-height: inherit; | |||
} | |||
.navbar li { | |||
word-spacing: -0.125em; | |||
} | |||
.navbar.mini li abbr[title] { | |||
font-variant: small-caps; | |||
border-bottom: none; | |||
text-decoration: none; | |||
cursor: inherit; | |||
} | |||
/* Navbar styling when nested in infobox and navbox */ | |||
.infobox .navbar { | |||
font-size: 100%; | |||
} | |||
.navbox .navbar { | |||
display: block; | |||
font-size: 100%; | |||
} | |||
.navbox-title .navbar { | |||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
text-align: left; | |||
/* @noflip */ | |||
margin-right: 0.5em; | |||
} | |||
.navbar { | |||
display: inline; | |||
font-size: 88%; | |||
font-weight: normal; | |||
} | |||
.navbar ul { | |||
display: inline; | |||
white-space: nowrap; | |||
} | |||
.mw-body-content .navbar ul { | |||
line-height: inherit; | |||
} | |||
.navbar li { | |||
word-spacing: -0.125em; | |||
} | |||
.navbar.mini li abbr[title] { | |||
font-variant: small-caps; | |||
border-bottom: none; | |||
text-decoration: none; | |||
cursor: inherit; | |||
} | |||
/* Navbar styling when nested in infobox and navbox */ | |||
.infobox .navbar { | |||
font-size: 100%; | |||
} | |||
.navbox .navbar { | |||
display: block; | |||
font-size: 100%; | |||
} | |||
.navbox-title .navbar { | |||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
text-align: left; | |||
/* @noflip */ | |||
margin-right: 0.5em; | |||
} | |||
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript | |||
in [[MediaWiki:Common.js]] are styled here so they can be customised. */ | |||
.collapseButton { | |||
/* @noflip */ | |||
float: right; | |||
font-weight: normal; | |||
/* @noflip */ | |||
margin-left: 0.5em; | |||
/* @noflip */ | |||
text-align: right; | |||
width: auto; | |||
} | |||
-- | /* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */ | ||
{{ | /* Standard Navigationsleisten, aka box hiding thingy | ||
from .de. Documentation at [[Wikipedia:NavFrame]]. */ | |||
div.NavFrame { | |||
margin: 0; | |||
padding: 4px; | |||
border: 1px solid #a2a9b1; | |||
text-align: center; | |||
border-collapse: collapse; | |||
font-size: 95%; | |||
} | |||
div.NavFrame + div.NavFrame { | |||
border-top-style: none; | |||
border-top-style: hidden; | |||
} | |||
div.NavFrame div.NavHead { | |||
line-height: 1.6em; | |||
font-weight: bold; | |||
background-color: #ccf; | |||
position: relative; | |||
} | |||
div.NavFrame p, | |||
div.NavFrame div.NavContent, | |||
div.NavFrame div.NavContent p { | |||
font-size: 100%; | |||
} | |||
a.NavToggle { | |||
position: absolute; | |||
top: 0; | |||
/* @noflip */ | |||
right: 3px; | |||
font-weight: normal; | |||
font-size: 90%; | |||
} | |||
/* Style for horizontal lists (separator following item). | |||
@source mediawiki.org/wiki/Snippets/Horizontal_lists | |||
@revision 8 (2016-05-21) | |||
@author [[User:Edokter]] | |||
*/ | |||
.hlist dl, | |||
.hlist ol, | |||
.hlist ul { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
/* Display list items inline */ | |||
.hlist dd, | |||
.hlist dt, | |||
.hlist li { | |||
margin: 0; | |||
display: inline; | |||
} | |||
/* Display nested lists inline */ | |||
.hlist.inline, | |||
.hlist.inline dl, | |||
.hlist.inline ol, | |||
.hlist.inline ul, | |||
.hlist dl dl, .hlist dl ol, .hlist dl ul, | |||
.hlist ol dl, .hlist ol ol, .hlist ol ul, | |||
.hlist ul dl, .hlist ul ol, .hlist ul ul { | |||
display: inline; | |||
} | |||
/* Hide empty list items */ | |||
.hlist .mw-empty-li { | |||
display: none; | |||
} | |||
/* Generate interpuncts */ | |||
.hlist dt:after { | |||
content: ": "; | |||
} | |||
/** | |||
* Note hlist style usage differd in | |||
* the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing | |||
* See https://phabricator.wikimedia.org/T213239 | |||
*/ | |||
.hlist dd:after, | |||
.hlist li:after { | |||
content: " · "; | |||
font-weight: bold; | |||
} | |||
.hlist dd:last-child:after, | |||
.hlist dt:last-child:after, | |||
.hlist li:last-child:after { | |||
content: none; | |||
} | |||
/* Add parentheses around nested lists */ | |||
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, | |||
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, | |||
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before { | |||
content: " ("; | |||
font-weight: normal; | |||
} | |||
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, | |||
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, | |||
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after { | |||
content: ")"; | |||
font-weight: normal; | |||
} | |||
/* Put ordinals in front of ordered list items */ | |||
.hlist ol { | |||
counter-reset: listitem; | |||
} | |||
.hlist ol > li { | |||
counter-increment: listitem; | |||
} | |||
.hlist ol > li:before { | |||
content: " " counter(listitem) "\a0"; | |||
} | |||
.hlist dd ol > li:first-child:before, | |||
.hlist dt ol > li:first-child:before, | |||
.hlist li ol > li:first-child:before { | |||
content: " (" counter(listitem) "\a0"; | |||
} | |||
/* Unbulleted lists */ | |||
.plainlist ol, | |||
.plainlist ul { | |||
line-height: inherit; | |||
list-style: none none; | |||
margin: 0; | |||
} | |||
.plainlist ol li, | |||
.plainlist ul li { | |||
margin-bottom: 0; | |||
} | |||
-- | /* 일본어판의 hlist 스타일 가져옴 */ | ||
{ | .hlist-pipe dd:after, | ||
.hlist-pipe li:after { | |||
content: " | "; | |||
font-weight: normal; | |||
} | |||
.hlist-hyphen dd:after, | |||
.hlist-hyphen li:after { | |||
content: " - "; | |||
font-weight: normal; | |||
} | |||
.hlist-comma dd:after, | |||
.hlist-comma li:after { | |||
content: ", "; | |||
font-weight: normal; | |||
} | |||
.hlist-slash dd:after, | |||
.hlist-slash li:after { | |||
content: " / "; | |||
font-weight: normal; | |||
} | |||
}}<table class="navbox nowraplinks" style="background:transparent; font-size:100%; padding:0; border:none; margin:-3px; text-align:left; {{{bodystyle|{{{전체모양|}}}}}}"><!-- | |||
-->{{#if:{{{ | -->{{#if:{{{title|{{{제목|}}}}}}|<tr><td style="text-align:center;background:#e6e6ff;white-space:nowrap;{{{titlestyle|{{{제목모양|}}}}}}" colspan="{{{span|1}}}">{{{title|{{{제목|}}}}}}</td></tr>}}<!-- | ||
-->{{#if:{{{ | -->{{#if:{{{above|{{{윗글|}}}}}}|<tr><td style="text-align:center;{{{abovestyle|{{{윗글모양|}}}}}}" colspan="{{{span|1}}}">{{{above|{{{윗글|}}}}}}</td></tr>}}<!-- | ||
{{ | |||
-->{{#if:{{{ | -->{{#if:{{{list1|{{{내용1|}}}}}} |<tr> | ||
{{#if:{{{ | {{#if:{{{group1|{{{묶음1|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group1style|}}}" >{{{group1|{{{묶음1|}}}}}}</th>}} | ||
<td style="{{{내용모양|}}}{{{ | <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list1style|}}}" colspan="{{#if:{{{group1|{{{묶음1|}}}}}}|1|2}}"><div> | ||
{{{ | {{{list1|{{{내용1}}}}}}</div></td></tr>}} <!-- | ||
-->{{#if:{{{ | -->{{#if:{{{list2|{{{내용2|}}}}}} |<tr> | ||
{{#if:{{{ | {{#if:{{{group2|{{{묶음2|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group2style|}}} ">{{{group2|{{{묶음2|}}}}}}</th>}} | ||
<td style="{{{내용모양|}}}{{{ | <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list2style|}}}" colspan="{{#if:{{{group2|{{{묶음2|}}}}}}|1|2}}"><div> | ||
{{{ | {{{list2|{{{내용2|}}}}}}</div></td></tr>}} <!-- | ||
-->{{#if:{{{ | -->{{#if:{{{list3|{{{내용3|}}}}}} |<tr> | ||
{{#if:{{{ | {{#if:{{{group3|{{{묶음3|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group3style|}}} ">{{{group3|{{{묶음3|}}}}}}</th>}} | ||
<td style="{{{내용모양|}}}{{{ | <td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list3style|}}}" colspan="{{#if:{{{group3|{{{묶음3|}}}}}}|1|2}}"><div> | ||
{{{ | {{{list3|{{{내용3}}}}}}</div></td></tr>}} <!-- | ||
-->{{#if:{{{ | -->{{#if:{{{list4|{{{내용4|}}}}}} |<tr> | ||
{{#if:{{{ | {{#if:{{{group4|{{{묶음4|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group4style|}}} ">{{{group4|{{{묶음4|}}}}}}</th>}} | ||
<td style="{{{내용모양|}}}{{{ | <td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list4style|}}}" colspan="{{#if:{{{group4|{{{묶음4|}}}}}}|1|2}}"><div> | ||
{{{ | {{{list4|{{{내용4}}}}}}</div></td></tr>}} <!-- | ||
=== | -->{{#if:{{{list5|{{{내용5|}}}}}} |<tr> | ||
-->{{#if:{{{ | {{#if:{{{group5|{{{묶음5|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group5style|}}} ">{{{group5|{{{묶음5|}}}}}}</th>}} | ||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list5style|}}}" colspan="{{#if:{{{group5|{{{묶음5|}}}}}}|1|2}}"><div> | |||
{{{ | {{{list5|{{{내용5}}}}}}</div></td></tr>}} <!-- | ||
-->{{#if:{{{list6|{{{내용6|}}}}}} |<tr> | |||
{{#if:{{{group6|{{{묶음6|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group6style|}}} ">{{{group6|{{{묶음6|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list6style|}}}" colspan="{{#if:{{{group6|{{{묶음6|}}}}}}|1|2}}"><div> | |||
{{{list6|{{{내용6}}}}}}</div></td></tr>}} <!-- | |||
-->{{#if:{{{list7|{{{내용7|}}}}}} |<tr> | |||
{{#if:{{{group7|{{{묶음7|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group7style|}}} ">{{{group7|{{{묶음7|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list7style|}}}" colspan="{{#if:{{{group7|{{{묶음7|}}}}}}|1|2}}"><div> | |||
{{{list7|{{{내용7}}}}}}</div></td></tr>}} <!-- | |||
-->{{#if:{{{list8|{{{내용8|}}}}}} |<tr> | |||
{{#if:{{{group8|{{{묶음8|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group8style|}}} ">{{{group8|{{{묶음8|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list8style|}}}" colspan="{{#if:{{{group8|{{{묶음8|}}}}}}|1|2}}"><div> | |||
{{{list8|{{{내용8}}}}}}</div></td></tr>}} <!-- | |||
-->{{#if:{{{list9|{{{내용9|}}}}}} |<tr> | |||
{{#if:{{{group9|{{{묶음9|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group9style|}}} ">{{{group9|{{{묶음9|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list9style|}}}" colspan="{{#if:{{{group9|{{{묶음9|}}}}}}|1|2}}"><div> | |||
{{{list9|{{{내용9}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list10|{{{내용10|}}}}}} |<tr> | |||
{{#if:{{{group10|{{{묶음10|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group10style|}}} ">{{{group10|{{{묶음10|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list10style|}}}" colspan="{{#if:{{{group10|{{{묶음10|}}}}}}|1|2}}"><div> | |||
{{{list10|{{{내용10}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list11|{{{내용11|}}}}}} |<tr> | |||
{{#if:{{{group11|{{{묶음11|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group11style|}}} ">{{{group11|{{{묶음11|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list11style|}}}" colspan="{{#if:{{{group11|{{{묶음11|}}}}}}|1|2}}"><div> | |||
{{{list11|{{{내용11}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list12|{{{내용12|}}}}}} |<tr> | |||
{{#if:{{{group12|{{{묶음12|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group12style|}}} ">{{{group12|{{{묶음12|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list12style|}}}" colspan="{{#if:{{{group12|{{{묶음12|}}}}}}|1|2}}"><div> | |||
{{{list12|{{{내용12}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list13|{{{내용13|}}}}}} |<tr> | |||
{{#if:{{{group13|{{{묶음13|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group13style|}}} ">{{{group13|{{{묶음13|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list13style|}}}" colspan="{{#if:{{{group13|{{{묶음13|}}}}}}|1|2}}"><div> | |||
{{{list13|{{{내용13}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list14|{{{내용14|}}}}}} |<tr> | |||
{{#if:{{{group14|{{{묶음14|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group14style|}}} ">{{{group14|{{{묶음14|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list14style|}}}" colspan="{{#if:{{{group14|{{{묶음14|}}}}}}|1|2}}"><div> | |||
{{{list14|{{{내용14}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list15|{{{내용15|}}}}}}|<tr> | |||
{{#if:{{{group15|{{{묶음15|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group15style|}}} ">{{{group15|{{{묶음15|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list15style|}}}" colspan="{{#if:{{{group15|{{{묶음15|}}}}}}|1|2}}"><div> | |||
{{{list15|{{{내용15}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list16|{{{내용16|}}}}}} |<tr> | |||
{{#if:{{{group16|{{{묶음16|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group16style|}}} ">{{{group16|{{{묶음16|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list16style|}}}" colspan="{{#if:{{{group16|{{{묶음16|}}}}}}|1|2}}"><div> | |||
{{{list16|{{{내용16}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list17|{{{내용17|}}}}}}|<tr> | |||
{{#if:{{{group17|{{{묶음17|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group17style|}}} ">{{{group17|{{{묶음17|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list17style|}}}" colspan="{{#if:{{{group17|{{{묶음17|}}}}}}|1|2}}"><div> | |||
{{{list17|{{{내용17}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list18|{{{내용18|}}}}}} |<tr> | |||
{{#if:{{{group18|{{{묶음18|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group18style|}}} ">{{{group18|{{{묶음18|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list18style|}}}" colspan="{{#if:{{{group18|{{{묶음18|}}}}}}|1|2}}"><div> | |||
{{{list18|{{{내용18}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list19|{{{내용19|}}}}}}|<tr> | |||
{{#if:{{{group19|{{{묶음19|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group19style|}}} ">{{{group19|{{{묶음19|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list19style|}}}" colspan="{{#if:{{{group19|{{{묶음19|}}}}}}|1|2}}"><div> | |||
{{{list19|{{{내용19}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list20|{{{내용20|}}}}}} |<tr> | |||
{{#if:{{{group20|{{{묶음20|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group20style|}}} ">{{{group20|{{{묶음20|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list20style|}}}" colspan="{{#if:{{{group20|{{{묶음20|}}}}}}|1|2}}"><div> | |||
{{{list20|{{{내용20}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list21|{{{내용21|}}}}}} |<tr> | |||
{{#if:{{{group21|{{{묶음21|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group21style|}}} ">{{{group21|{{{묶음21|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list21style|}}}" colspan="{{#if:{{{group21|{{{묶음21|}}}}}}|1|2}}"><div> | |||
{{{list21|{{{내용21}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list22|{{{내용22|}}}}}} |<tr> | |||
{{#if:{{{group22|{{{묶음22|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group22style|}}} ">{{{group22|{{{묶음22|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list22style|}}}" colspan="{{#if:{{{group22|{{{묶음22|}}}}}}|1|2}}"><div> | |||
{{{list22|{{{내용22}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list23|{{{내용23|}}}}}} |<tr> | |||
{{#if:{{{group23|{{{묶음23|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group23style|}}} ">{{{group23|{{{묶음23|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list23style|}}}" colspan="{{#if:{{{group23|{{{묶음23|}}}}}}|1|2}}"><div> | |||
{{{list23|{{{내용23}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list24|{{{내용24|}}}}}} |<tr> | |||
{{#if:{{{group24|{{{묶음24|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group24style|}}} ">{{{group24|{{{묶음24|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list24style|}}}" colspan="{{#if:{{{group24|{{{묶음24|}}}}}}|1|2}}"><div> | |||
{{{list24|{{{내용24}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list25|{{{내용25|}}}}}}|<tr> | |||
{{#if:{{{group25|{{{묶음25|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group25style|}}} ">{{{group25|{{{묶음25|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list25style|}}}" colspan="{{#if:{{{group25|{{{묶음25|}}}}}}|1|2}}"><div> | |||
{{{list25|{{{내용25}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list26|{{{내용26|}}}}}} |<tr> | |||
{{#if:{{{group26|{{{묶음26|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group26style|}}} ">{{{group26|{{{묶음26|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list26style|}}}" colspan="{{#if:{{{group26|{{{묶음26|}}}}}}|1|2}}"><div> | |||
{{{list26|{{{내용26}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list27|{{{내용27|}}}}}}|<tr> | |||
{{#if:{{{group27|{{{묶음27|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group27style|}}} ">{{{group27|{{{묶음27|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list27style|}}}" colspan="{{#if:{{{group27|{{{묶음27|}}}}}}|1|2}}"><div> | |||
{{{list27|{{{내용27}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list28|{{{내용28|}}}}}} |<tr> | |||
{{#if:{{{group28|{{{묶음28|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group28style|}}} ">{{{group28|{{{묶음28|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list28style|}}}" colspan="{{#if:{{{group28|{{{묶음28|}}}}}}|1|2}}"><div> | |||
{{{list28|{{{내용28}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list29|{{{내용29|}}}}}}|<tr> | |||
{{#if:{{{group29|{{{묶음29|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group29style|}}} ">{{{group29|{{{묶음29|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list29style|}}}" colspan="{{#if:{{{group29|{{{묶음29|}}}}}}|1|2}}"><div> | |||
{{{list29|{{{내용29}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list30|{{{내용30|}}}}}} |<tr> | |||
{{#if:{{{group30|{{{묶음30|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group30style|}}} ">{{{group30|{{{묶음30|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list30style|}}}" colspan="{{#if:{{{group30|{{{묶음30|}}}}}}|1|2}}"><div> | |||
{{{list30|{{{내용30}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list31|{{{내용31|}}}}}} |<tr> | |||
{{#if:{{{group31|{{{묶음31|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group31style|}}} ">{{{group31|{{{묶음31|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list31style|}}}" colspan="{{#if:{{{group31|{{{묶음31|}}}}}}|1|2}}"><div> | |||
{{{list31|{{{내용31}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list32|{{{내용32|}}}}}} |<tr> | |||
{{#if:{{{group32|{{{묶음32|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group32style|}}} ">{{{group32|{{{묶음32|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list32style|}}}" colspan="{{#if:{{{group32|{{{묶음32|}}}}}}|1|2}}"><div> | |||
{{{list32|{{{내용32}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list33|{{{내용33|}}}}}} |<tr> | |||
{{#if:{{{group33|{{{묶음33|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group33style|}}} ">{{{group33|{{{묶음33|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list33style|}}}" colspan="{{#if:{{{group33|{{{묶음33|}}}}}}|1|2}}"><div> | |||
{{{list33|{{{내용33}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list34|{{{내용34|}}}}}} |<tr> | |||
{{#if:{{{group34|{{{묶음34|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group34style|}}} ">{{{group34|{{{묶음34|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list34style|}}}" colspan="{{#if:{{{group34|{{{묶음34|}}}}}}|1|2}}"><div> | |||
{{{list34|{{{내용34}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list35|{{{내용35|}}}}}}|<tr> | |||
{{#if:{{{group35|{{{묶음35|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group35style|}}} ">{{{group35|{{{묶음35|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list35style|}}}" colspan="{{#if:{{{group35|{{{묶음35|}}}}}}|1|2}}"><div> | |||
{{{list35|{{{내용35}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list36|{{{내용36|}}}}}} |<tr> | |||
{{#if:{{{group36|{{{묶음36|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group36style|}}} ">{{{group36|{{{묶음36|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list36style|}}}" colspan="{{#if:{{{group36|{{{묶음36|}}}}}}|1|2}}"><div> | |||
{{{list36|{{{내용36}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list37|{{{내용37|}}}}}}|<tr> | |||
{{#if:{{{group37|{{{묶음37|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group37style|}}} ">{{{group37|{{{묶음37|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list37style|}}}" colspan="{{#if:{{{group37|{{{묶음37|}}}}}}|1|2}}"><div> | |||
{{{list37|{{{내용37}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list38|{{{내용38|}}}}}} |<tr> | |||
{{#if:{{{group38|{{{묶음38|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group38style|}}} ">{{{group38|{{{묶음38|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list38style|}}}" colspan="{{#if:{{{group38|{{{묶음38|}}}}}}|1|2}}"><div> | |||
{{{list38|{{{내용38}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list39|{{{내용39|}}}}}}|<tr> | |||
{{#if:{{{group39|{{{묶음39|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupoddstyle|}}}{{{group39style|}}} ">{{{group39|{{{묶음39|}}}}}}</th>}}<td style="{{{liststyle|{{{내용모양|}}}}}}{{{oddstyle|}}}{{{list39style|}}}" colspan="{{#if:{{{group39|{{{묶음39|}}}}}}|1|2}}"><div> | |||
{{{list39|{{{내용39}}}}}}</div></td></tr>}}<!-- | |||
-->{{#if:{{{list40|{{{내용40|}}}}}} |<tr> | |||
{{#if:{{{group40|{{{묶음40|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group40style|}}} ">{{{group40|{{{묶음40|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list40style|}}}" colspan="{{#if:{{{group40|{{{묶음40|}}}}}}|1|2}}"><div> | |||
{{{list40|{{{내용40}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list41|{{{내용41|}}}}}} |<tr> | |||
{{#if:{{{group41|{{{묶음41|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group41style|}}} ">{{{group41|{{{묶음41|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list41style|}}}" colspan="{{#if:{{{group41|{{{묶음41|}}}}}}|1|2}}"><div> | |||
{{{list41|{{{내용41}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{list42|{{{내용42|}}}}}} |<tr> | |||
{{#if:{{{group42|{{{묶음42|}}}}}} |<th style="background:#e6e6ff;white-space:nowrap;text-align:right; {{{groupstyle|{{{묶음모양|}}}}}}{{{groupevenstyle|}}}{{{group42style|}}} ">{{{group42|{{{묶음42|}}}}}}</th>}} | |||
<td style="{{{liststyle|{{{내용모양|}}}}}}{{{evenstyle|}}}{{{list42style|}}}" colspan="{{#if:{{{group42|{{{묶음42|}}}}}}|1|2}}"><div> | |||
{{{list42|{{{내용42}}}}}}</div></td> | |||
</tr>}}<!-- | |||
-->{{#if:{{{below|{{{아랫글|}}}}}}|<tr><td style="text-align:center;{{{belowstyle|{{{아랫글모양|}}}}}}" colspan="{{{span|1}}}">{{{below|{{{아랫글|}}}}}}</td></tr>}}<!-- | |||
--></table></onlyinclude> | --></table></onlyinclude> | ||
{{설명문서}} | {{설명문서}} |
2022년 7월 26일 (화) 12:31 기준 최신판
{{둘러보기 상자}}를 중첩하여 사용할 수 있는 틀입니다. 사용법은 {{둘러보기 상자}}와 동일한데, 전체속성
, 제목
, 제목모양
, 안내바
, 왼쪽그림
과 그림
을 사용할 수 없습니다.
또한, 묶음의 기본 배경색은 #E6E6FF입니다.
사용법[원본 편집]
{{둘러보기 상자/중첩 |내용속성 = |전체모양 = |윗글 = |윗글속성 = |윗글모양 = |묶음모양 = |내용속성 = |홀수모양 = |짝수모양 = |묶음1 = |묶음1모양 = |내용1 = |내용1모양 = |묶음2 = |묶음2모양 = |내용2 = |내용2모양 = ... |묶음10 = |묶음10모양 = |내용10 = |내용10모양 = }}
폭 설정[원본 편집]
하나의 {{둘러보기 상자}} 내에 복수의 {{둘러보기 상자/중첩}} 틀을 사용할 수 있습니다. 이 때, 묶음모양과 내용모양을 사용해 폭의 크기를 강제로 맞춰 보기 좋게 할 수 있습니다.
묶음모양 = width:10em;
내용모양 = width:auto;
- 위의 예시와 같이 묶음모양의 폭을 조정할 경우에는 내용모양의 폭은 auto로 설정되어야 합니다.
예시[원본 편집]
예시 1[원본 편집]
{{둘러보기 상자}} 속에 {{둘러보기 상자/중첩}} 을 사용한 기본적인 예시.
리브레 위키의 마스코트와 공인 캐릭터 | |||||
---|---|---|---|---|---|
현재 |
| ||||
기타 |
{{둘러보기 상자 |이름 = 둘러보기 상자/중첩/설명문서 |제목 = [[리브레 위키]]의 마스코트와 공인 캐릭터 |내용속성 = hlist |묶음1 = 현재 |내용1 = {{둘러보기 상자/중첩 |묶음1 = 마스코트 |내용1 = * 리브라 * 리디버그 |묶음2 = 공인 캐릭터 |내용2 = * 어그롭테릭스 * 레브 * 리버티 * 리브룬 }} |묶음2 = 기타 |내용2 = * 리브렌 }}
예시 2[원본 편집]
내용1과 내용3에 내용1모양 및 내용3모양을 적용해 부제목으로 활용한 예시.
리브레 위키의 마스코트와 공인 캐릭터 | |||||||||
---|---|---|---|---|---|---|---|---|---|
현재 |
| ||||||||
기타 |
{{둘러보기 상자 |이름 = 둘러보기 상자/중첩/설명문서 |제목 = [[리브레 위키]]의 마스코트와 공인 캐릭터 |내용속성 = hlist |묶음1 = 현재 |내용1 = {{둘러보기 상자/중첩 |내용1 = 마스코트 |내용1모양 = background:#ddf; |내용2 = * 리브라 * 리디버그 |내용3 = 공인 캐릭터 |내용3모양 = background:#ddf; |내용4 = * 어그롭테릭스 * 레브 * 리버티 * 리브룬 }} |묶음2 = 기타 |내용2 = * 리브렌 }}
같이 보기[원본 편집]
- {{둘러보기 상자}}
- {{둘러보기 상자 묶음}}