(새 문서: <includeonly>{| class="mw-collapsible mw-collapsed navbox" style="margin: auto; width: 80%; background-color: rgb({{#if:{{{color|}}}|{{Trim|{{{color}}}}}|{{SiteColor|Generic}}}}); bor...) |
편집 요약 없음 |
||
26번째 줄: | 26번째 줄: | ||
== Example == | == Example == | ||
=== Markup === | === Markup === | ||
<nowiki>{{ | <nowiki>{{네비박스 | ||
|color = {{SiteColor|Splatoon 2}} | |color = {{SiteColor|Splatoon 2}} | ||
|Demonstration | |Demonstration | ||
41번째 줄: | 41번째 줄: | ||
=== Output === | === Output === | ||
{{ | {{네비박스 | ||
|color = {{SiteColor|Splatoon 2}} | |color = {{SiteColor|Splatoon 2}} | ||
|Demonstration | |Demonstration |
2021년 2월 21일 (일) 06:08 판
Opens an expandable navigation box. The resulting DOM construct must be terminated with the following wiki markup:
</div> |}
Arguments
title
|
Unnamed | The text to display at the top of the navbox, even when collapsed. |
color
|
Optional | An RGB triplet to use as the base color for formatting. The default value is 0, 153, 255, which is defined as "Generic" in SiteColor. |
style
|
Optional | A list of CSS rules to apply to the top-level container. |
Example
Markup
{{네비박스 |color = {{SiteColor|Splatoon 2}} |Demonstration }} {{NavboxGroup |color = {{SiteColor|Splatoon 2}} |style = width: 150px; |Group }} |Content |} </div> |}
Output
Demonstration
| ||
|