• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

LICENSEH A D12-Nov-20211.1 KiB2217

README.mdH A D12-Nov-20211,016 6140

plugin.info.txtH A D12-Nov-2021228 87

print.cssH A D12-Nov-20212.4 KiB11791

style.cssH A D12-Nov-20214.4 KiB175150

README.md

1# DokuWiki-Plugin: Wrap Plus
2
3Requires: [WRAP-Plugin](https://www.dokuwiki.org/plugin:wrap)
4
5This plugin contains additional containers for the common WRAP-Plugin for DokuWiki.
6
7
8## list-deep
9
10Origin: https://www.dokuwiki.org/plugin:wrap:extensions
11Function: Change format of an ordered list
12
13Printable (dw2pdf): no
14
15```
16<WRAP list-deep>
17  - Item 1
18    - Item 1.1.
19  - Item 2
20</WRAP>
21```
22
23
24## border
25
26Adds a simple border to any wrap container.
27
28Printable (dw2pdf): yes
29
30```
31<WRAP border>
32Content
33</WRAP>
34```
35
36## nicebox
37
38Origin: https://www.dokuwiki.org/plugin:wrap:extensions
39Function: Adds simple message boxes
40
41Printable (dw2pdf): yes
42
43```
44<WRAP nicebox red|orange|green|purple|yellow|blue|marine>
45Any content
46</WRAP>
47```
48
49## formalbox
50
51Function: Another box variant for formal purposes, especially when used with tables.
52
53Printable(dw2pdf): yes
54
55```
56<WRAP formalbox>
57A formal decision
58| By the director | in the meeting | 13th June 2025 |
59</WRAP>
60```
61