Template:BubbleBox: Difference between revisions
From Paw Borough Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 23: | Line 23: | ||
==== Markup ==== | ==== Markup ==== | ||
<nowiki>{{BubbleBox|background=rgba({{SiteColor| | <nowiki>{{BubbleBox|background=rgba({{SiteColor|Abyssal}}, 0.25)|border={{SiteColor|Sol}}|Sample text 1}} | ||
{{BubbleBox|Sample text 2}} | {{BubbleBox|Sample text 2}} | ||
{{BubbleBox|border={{SiteColor| | {{BubbleBox|border={{SiteColor|Metropolis}}|Sample text 3}} | ||
{{BubbleBox|open|background=stripes|border={{SiteColor| | {{BubbleBox|open|background=stripes|border={{SiteColor|Luna}}}}Sample text 4</div> | ||
{{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content</div></div> | {{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content</div></div> | ||
</nowiki> | </nowiki> | ||
==== Output ==== | ==== Output ==== | ||
{{BubbleBox|background=rgba({{SiteColor| | {{BubbleBox|background=rgba({{SiteColor|Abyssal}}, 0.25)|border={{SiteColor|Sol}}|Sample text 1}} | ||
{{BubbleBox|Sample text 2}} | {{BubbleBox|Sample text 2}} | ||
{{BubbleBox|border={{SiteColor| | {{BubbleBox|border={{SiteColor|Metropolis}}|Sample text 3}} | ||
{{BubbleBox|background=stripes|border={{SiteColor| | {{BubbleBox|open|background=stripes|border={{SiteColor|Luna}}}}Sample text 4</div> | ||
{{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content</div></div> | {{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content</div></div> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 11:08, 27 September 2023
Produces a site-standard content container.
Parameters[edit]
content |
Unnamed. | The content of the container, or "open" to leave the container as an unterminated <div> element. |
border |
Optional. | An RGB triplet to use as the border color of the container. The default color is 192, 192, 192, defined in SiteColor as "Generic". |
background |
Optional. | 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 rgba(border , 0.25).
|
style |
Optional. | A CSS property list to apply to the container. |
collapsed |
Optional. | If present, the container becomes collapsible and two nested, unterminated <div> elements. content will appear before the collapsible region. Must be one of the following:
|
tags |
Optional. | If present, the given tag names will be added to the element. This is useful only for back-end JavaScript purposes. |
Example[edit]
Markup[edit]
{{BubbleBox|background=rgba({{SiteColor|Abyssal}}, 0.25)|border={{SiteColor|Sol}}|Sample text 1}} {{BubbleBox|Sample text 2}} {{BubbleBox|border={{SiteColor|Metropolis}}|Sample text 3}} {{BubbleBox|open|background=stripes|border={{SiteColor|Luna}}}}Sample text 4</div> {{BubbleBox|background=bubbles|collapsed=false|border=40,80,120|Static content}}Collapsible content</div></div>
Output[edit]
Sample text 1
Sample text 2
Sample text 3
Sample text 4
Static content
Collapsible content