Template:BubbleBox

From Inkipedia, the Splatoon wiki
Revision as of 02:13, 17 January 2017 by GuyPerfect (talk | contribs) (Created page with "<includeonly><div {{#ifeq:{{{background|}}}|bubbles|class="bubbleboxbg"}} style="box-shadow: 0px 0px 15px #ffffff inset; border-width: 10px 1px 10px 1px; border-style: solid;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Produces a site-standard content container.

Usage

{{BubbleBox|background=background|color=color|content=content}}

Parameters

background - The background color for the content portion of the container, or "bubbles" for the site-standard bubble background. The default color is white.

color - The border color of the container. The default color is #999999.

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

Example

Markup

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

Output

User:GuyPerfect/BubbleBox