Lines Matching refs:is

3 This software is a plugin for [DokuWiki](https://www.dokuwiki.org/).
6 It is inspired by [dokuwiki-plugin-imagemap](https://github.com/i-net-software/dokuwiki-plugin-imag…
7 This plugin is a superset of the *dokuwiki-plugin-imagemap* plugin, simply use no references and om…
11 This is a non-interactive sample of such a map:
50 ```IMAGE-LINK``` is a normal DokuWiki image link, [see here](https://www.dokuwiki.org/images), this…
52 ```TITLE``` is the title for your image, technically the ```alt="TITLE"``` attribute of the ```img`…
60 ```LINK``` is an ordinary [DokuWiki-link](https://www.dokuwiki.org/link).
62 If the area or marker is clicked, this link is opened.
63 If the identifier is blank or omited and you click the area, the area is shown until you click it a…
65 ```IDENTIFIER``` is a page-unique identifier for this area.
66 This identifier is later used in a clickable element, say **reference**, to show the marker.
67 If the identifier is blank or omited you can't refer to it.
70 ```TITLE``` is the title of the area.
71 If you hover over the area, this title is shown.
86 A configuration is inside the map definition and starts with ```{{cfg>}}``` and ends with ```{{<cfg…
89 This plugin tests, if it is correct JSON.
93 **"marker"**: (string) ```"internal"``` -- Use the plugins-internal marker. This is the default, so…
123 ```1``` is full opacity.
124 ```0``` is no opacity, i.e. the hovered area is not shown.
144 And if you click a reference, the marker is shown in the middle of the **area** with the same **ide…
153 ```TEXT``` is the text shown in the page.
174 This plugin is based on [dokuwiki-plugin-imagemap](https://github.com/i-net-software/dokuwiki-plugi…