Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
LICENSE | H A D | 12-Nov-2021 | 1.1 KiB | 22 | 17 | |
README.md | H A D | 12-Nov-2021 | 1,016 | 61 | 40 | |
plugin.info.txt | H A D | 12-Nov-2021 | 228 | 8 | 7 | |
print.css | H A D | 12-Nov-2021 | 2.4 KiB | 117 | 91 | |
style.css | H A D | 12-Nov-2021 | 4.4 KiB | 175 | 150 |
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