Template:BubbleBox
Revision as of 02:22, 17 January 2017 by ink>GuyPerfect
Produces a site-standard content container.
Usage
{{BubbleBox|background=background|color=color|content=content}}
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 - A CSS color value to use as 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=rgb({{SiteColor|Splatoon 2}})|content=This is some sample content.}}