Template:BubbleBox

From Inkipedia, the Splatoon wiki
Revision as of 03:03, 17 January 2017 by GuyPerfect (talk | contribs)


Produces a site-standard content container. This produces an unterminated <div> element.

Usage

{{BubbleBox
  |background=
  |color=
  |style=
}}

Parameters

background - A CSS color value to use as the background for the content portion of the container, or "bubbles" for the site-standard bubble background. The default color is white.

color - An RGB hex triplet to use as the border color of the container. The default color is #999999.

style - A CSS property list to apply to the container.

Example

Markup

{{BubbleBox|background=bubbles|color={{SiteColor|Splatoon 2}}|content=This is some sample content.}}
 </div>

Output

User:GuyPerfect/BubbleBox