xref: /plugin/popupviewer/README.md (revision d4887e306e84f090bf72a3c07fa46f5b35120e4d)
1DokuWiki PopUpViewer
2===========================
3
4A DokuWiki plugin that allows for simple popups of images or even pages from the wiki.
5
6Syntax
7------
8
9    {{popup>%IMAGE/PAGE%[?%SIZE]|[%TEXT/IMAGE%]}}
10    Note: [?%SIZE%] and [%TEXT/IMAGE%] are optional parameters.
11
12 Option | Description
13 :----- | :----------
14```%IMAGE/PAGE%``` | an image or a page as you know it from DokuWiki
15```%SIZE%``` (optional) | Width and height (optional) in px. Example: 200×300
16```%TEXT/IMAGE%``` (optional) |  Here you can set the name or an additional image. This will be displayed to the user as link to click on for the popup
17