<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pawborough.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ABubbleBox%2Fdoc</id>
	<title>Template:BubbleBox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pawborough.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ABubbleBox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://pawborough.wiki/index.php?title=Template:BubbleBox/doc&amp;action=history"/>
	<updated>2026-05-03T20:28:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://pawborough.wiki/index.php?title=Template:BubbleBox/doc&amp;diff=4573&amp;oldid=prev</id>
		<title>Whimsy: Doc page</title>
		<link rel="alternate" type="text/html" href="https://pawborough.wiki/index.php?title=Template:BubbleBox/doc&amp;diff=4573&amp;oldid=prev"/>
		<updated>2026-05-01T23:32:22Z</updated>

		<summary type="html">&lt;p&gt;Doc page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
Produces a site-standard content container.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;content&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The content of the container, or \&amp;quot;open\&amp;quot; to leave the container as an unterminated &amp;lt;div&amp;gt; element.&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;open&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;border&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;An RGB triplet to use as the border color of the container. The default color is 192, 192, 192, defined in Template:SiteColor as \&amp;quot;Generic\&amp;quot;.&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;rgb(192, 192, 192)&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;background&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;A CSS color value to use as the background for the content portion of the container, or \&amp;quot;bubbles\&amp;quot; for the site-standard bubble background. The default color is rgba([border], 0.25).&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;rgba([border], 0.25).&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;style&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;A CSS property list to apply to the container.&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;collapsed&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If present, the container becomes collapsible and two nested, unterminated &amp;lt;div&amp;gt; elements. [content] parameter will appear before the collapsible region. Must be one of the following:\n\&amp;quot;true\&amp;quot; - The collapsible region is collapsed by default.\n\&amp;quot;false\&amp;quot; - The collapsible region is expanded by default.&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;true&amp;quot;,&lt;br /&gt;
				&amp;quot;false&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;tags&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If present, the given tag names will be added to the element. This is useful only for back-end JavaScript purposes.&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
==== Markup ====&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{BubbleBox|background=rgba({{SiteColor|Abyssal}}, 0.25)|border={{SiteColor|Sol}}|Sample text 1}}&lt;br /&gt;
{{BubbleBox|Sample text 2}}&lt;br /&gt;
{{BubbleBox|border={{SiteColor|Metropolis}}|Sample text 3}}&lt;br /&gt;
{{BubbleBox|open|background=stripes|border={{SiteColor|Luna}}}}Sample text 4&amp;lt;/div&amp;gt;&lt;br /&gt;
{{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Output ====&lt;br /&gt;
{{BubbleBox|background=rgba({{SiteColor|Abyssal}}, 0.25)|border={{SiteColor|Sol}}|Sample text 1}}&lt;br /&gt;
{{BubbleBox|Sample text 2}}&lt;br /&gt;
{{BubbleBox|border={{SiteColor|Metropolis}}|Sample text 3}}&lt;br /&gt;
{{BubbleBox|open|background=stripes|border={{SiteColor|Luna}}}}Sample text 4&amp;lt;/div&amp;gt;&lt;br /&gt;
{{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Templates]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Documentation Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Whimsy</name></author>
	</entry>
</feed>