Table of Contents

Wrap Plus Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" probably
  • 2023-04-04 "Jack Jackrum" probably
  • 2022-07-31 "Igor" probably
  • 2020-07-29 "Hogfather" yes

plugin Adds a few extra styles for the Wrap-plugin

Last updated on
2021-11-12
Provides
Syntax
Repository
Source
Requires
wrap

Tagged with formatting

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

This plugin requires the wrap-plugin, to which it adds a few styles.

Examples/Usage

list-deep

Origin: Useful extensions for the Wrap Plugin
Function: Change format of an ordered list
Printable (dw2pdf): no

Example:

<WRAP list-deep>
  - Item 1
    - Item 1.1.
  - Item 2
</WRAP>

border

Function: Adds a simple border to any wrap container.
Printable (dw2pdf): yes

Example:

<WRAP border>
Content
</WRAP>

nicebox

Origin: Useful extensions for the Wrap Plugin
Function: Adds simple message boxes
Printable (dw2pdf): yes

Example:

<WRAP nicebox red|orange|green|purple|yellow|blue|marine>
Any content
</WRAP>

formalbox

Function: Another box variant for formal purposes, especially when used with tables.
Printable (dw2pdf): yes

Example:

<WRAP formalbox>
A formal decision
| By the director | in the meeting | 13th June 2025 |
</WRAP>

Development