(새 문서: <includeonly>{{BubbleBox|tags=tagI슾박스|open|border={{{color|}}}|background=rgba({{#if:{{{color|}}}|{{{color}}}|{{SiteColor|Generic}}}}, 0.15) |style=width: 350px; padding: 8px; f...) |
편집 요약 없음 |
||
29번째 줄: | 29번째 줄: | ||
=== Example === | === Example === | ||
==== Markup ==== | ==== Markup ==== | ||
<nowiki>{{ | <nowiki>{{슾박스 | ||
|color = {{SiteColor|Splatoon}} | |color = {{SiteColor|Splatoon}} | ||
|title = Splatoon | |title = Splatoon | ||
37번째 줄: | 37번째 줄: | ||
==== Output ==== | ==== Output ==== | ||
{{ | {{슾박스 | ||
|color = {{SiteColor|Splatoon}} | |color = {{SiteColor|Splatoon}} | ||
|title = Splatoon | |title = Splatoon | ||
45번째 줄: | 45번째 줄: | ||
{{clr}} | {{clr}} | ||
<nowiki>{{ | <nowiki>{{슾박스 | ||
|color = {{SiteColor|Splatoon 2}} | |color = {{SiteColor|Splatoon 2}} | ||
|title = Splatoon 2 | |title = Splatoon 2 | ||
52번째 줄: | 52번째 줄: | ||
==== Output ==== | ==== Output ==== | ||
{{ | {{슾박스 | ||
|color = {{SiteColor|Splatoon 2}} | |color = {{SiteColor|Splatoon 2}} | ||
|title = Splatoon 2 | |title = Splatoon 2 | ||
59번째 줄: | 59번째 줄: | ||
{{clr}} | {{clr}} | ||
<nowiki>{{ | <nowiki>{{슾박스 | ||
|color = {{SiteColor|Generic}} | |color = {{SiteColor|Generic}} | ||
|title = Moray Towers | |title = Moray Towers | ||
67번째 줄: | 67번째 줄: | ||
==== Output ==== | ==== Output ==== | ||
{{ | {{슾박스 | ||
|color = {{SiteColor|Generic}} | |color = {{SiteColor|Generic}} | ||
|title = Moray Towers | |title = Moray Towers | ||
75번째 줄: | 75번째 줄: | ||
{{clr}} | {{clr}} | ||
<nowiki>{{ | <nowiki>{{슾박스|open|color={{SiteColor|NIWA}}}} | ||
{| style="border-spacing: 4px;" | {| style="border-spacing: 4px;" | ||
{{InfoboxProperty|color={{SiteColor|NIWA}}|Field 1|Text 1}} | {{InfoboxProperty|color={{SiteColor|NIWA}}|Field 1|Text 1}} | ||
82번째 줄: | 82번째 줄: | ||
==== Output ==== | ==== Output ==== | ||
{{ | {{슾박스|open|color={{SiteColor|NIWA}}}} | ||
{| style="border-spacing: 4px;" | {| style="border-spacing: 4px;" |
2021년 2월 21일 (일) 14:15 기준 최신판
Produces a basic infobox for a game.
Parameters
open |
Optional. | Like with {{BubbleBox}}, the "open" parameter leaves the table open (unclosed div) for further customization. |
color |
Optional. | An RGB triplet to use as the base color for formatting. The default color is {{SiteColor|<Generic>}}. |
style |
Optional. | A CSS property list to apply to the top-level container. |
title |
Optional. | The title. If absent, the page name is used. |
logo |
Optional. | The filename of the logo to display. |
image |
Optional. | The filename of the image to display. |
caption |
Optional. | Text displayed below the image. |
Example
Markup
{{슾박스 |color = {{SiteColor|Splatoon}} |title = Splatoon |image = Boxart.jpg |caption = North American box art }}
Output
{{슾박스 |color = {{SiteColor|Splatoon 2}} |title = Splatoon 2 |caption = Example }}
Output
{{슾박스 |color = {{SiteColor|Generic}} |title = Moray Towers |image = S Stage Moray Towers.png |caption = Horizontal image }}
Output
{{슾박스|open|color={{SiteColor|NIWA}}}} {| style="border-spacing: 4px;" {{InfoboxProperty|color={{SiteColor|NIWA}}|Field 1|Text 1}} {{InfoboxProperty|color={{SiteColor|NIWA}}|Field 2|Text 2}} |}</div>