https://github.com/forceu/dokuwiki-simplebox
https://github.com/forceu/dokuwiki-simplebox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/forceu/dokuwiki-simplebox
- Owner: Forceu
- License: gpl-2.0
- Created: 2024-05-09T20:12:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T20:30:13.000Z (about 2 years ago)
- Last Synced: 2025-01-13T11:31:07.994Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Box Plugin For Dokuwiki
A plugin that adds support for displaying boxes in various sizes and colors with text.
This can be used for example for tracking of content in stacked containers.
## Syntax
```
{{simplebox>BOX_COLOR|size=BOX_SIZE|content=BOX_CONTENT}}
{{simplebox-linebreak}}
```
Replace `BOX_COLOR` with a color code, `BOX_SIZE` with the size and `BOX_CONTENT` with the content.
### Example
```
{{simplebox>lightgreen|size=80|content=1}}
{{simplebox>lightgray|size=80|content=2}}
{{simplebox-linebreak}}
{{simplebox>lightblue|size=80|content=3}}
{{simplebox>#ffabad|size=80|content=4}}
```
