1# Simple Box Plugin For Dokuwiki
2
3A plugin that adds support for displaying boxes in various sizes and colors with text.
4This can be used for example for tracking of content in stacked containers.
5
6## Syntax
7
8```
9{{simplebox>BOX_COLOR|size=BOX_SIZE|content=BOX_CONTENT}}
10{{simplebox-linebreak}}
11```
12
13Replace `BOX_COLOR` with a color code, `BOX_SIZE` with the size and `BOX_CONTENT` with the content.
14
15### Example
16
17
18```
19{{simplebox>lightgreen|size=80|content=1}}
20{{simplebox>lightgray|size=80|content=2}}
21{{simplebox-linebreak}}
22{{simplebox>lightblue|size=80|content=3}}
23{{simplebox>#ffabad|size=80|content=4}}
24
25```
26
27![image](https://github.com/Forceu/dokowiki-simplebox/assets/1593467/b24883bb-c858-4930-b0d7-ccfc7f43c47c)
28