Boom Beach Wiki
Boom Beach Wiki

The Tabber extension is used to make tabbed content.

A Tabber uses a pair of "tabber" tags. The text located on the tab is followed by an equals sign [=]. The contents of the tab are added after the equals sign. A pipe dash pipe [|-|] is used to separate tabs.

Example:

<tabber>
Title 1= Content 1
|-|
Title 2= Content 2
|-|
Title 3= Content 3
|-|
Title 4= Content 4
</tabber>

Result:

Content 1

Content 2

Content 3

Content 4


The tab's title should contain only text.

Anything can be used as the tab's content except level 2 or 3 headers. The tab can contain images, templates, HTML elements, and more.