> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/gwiki-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/gwiki-tutorial/the-user-side/boxes.md).

# Boxes

Boxes are containers that provide a visual highlight for their contents. All wiki boxes follow the following form:

`{type title}content{endtype}`

**Information**

`{info Information}This is an Info box.{endinfo}`

![](/files/-LD6N5Htmqgawi1bf7fH)

**Note**

`{note Note}`This is a Note box.`{endnote}`

![](/files/-LD6N5Hwxqtp2fCwP-bU)

**Tip**

`{tip Tip}`This is a Tip box`{endtip}`

![](/files/-LD6N5HzTnlRjXr_dxB-)

*\*\**&#x57;arning

`{warning Warning}`This is a Warning box`{endwarning}`

![](/files/-LD6N5I0Ai1GROLNhQWH)

**Code**

The contents of a code box are shown as preformated text.

`{code Code}`This is a Code box.`{endcode}`

![](/files/-LD6N5I2aong6FLw4Z0v)

**Folded**

`{folded Folded}`Folded box content doesn't show until it is clicked.`{endfolded}`

![](/files/-LD6N5I42sFB6wEmT840)

**Box Modifiers**

Any box can accept a single modifier to set it to either side.

`{tip On Right|right}`Right floating Tip box`{endtip}`

![](/files/-LD6N5I6Hge6NCy2V4Fj)

![](/files/-LD6N5I8iH2kdSwFPawj)

`{note To Left|left}`Left floating Note`{endnote}`
