Template:BubbleBox

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


Produces a site-standard content container.

Usage

{{BubbleBox
  |background=
  |color=
  |content=
  |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.

content - The document markup for the contents of the container.

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.}}

Output

User:GuyPerfect/BubbleBox