Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
dokuwiki_manual [2023/09/14 16:15] – [4.1.15 nodisp Plugin] cbuehler | dokuwiki_manual [2023/09/15 12:04] (aktuell) – [4.1.12 Wrap Plugin] cbuehler | ||
---|---|---|---|
Zeile 736: | Zeile 736: | ||
{{wiki: | {{wiki: | ||
{{wiki: | {{wiki: | ||
+ | | ||
+ | === 4.1.3.7 Videos im DokuWiki speichern === | ||
+ | |||
+ | == Syntax == | ||
+ | |||
+ | < | ||
+ | {{ : | ||
+ | </ | ||
+ | {{ : | ||
==== 4.1.4 Listen ==== | ==== 4.1.4 Listen ==== | ||
Zeile 1001: | Zeile 1010: | ||
=== 4.1.11.1 Syntax === | === 4.1.11.1 Syntax === | ||
- | The width has to be specified at the start of a line before the table. The first value is used as width of the table, the rest is for columns. If you want to omit some value use a dash instead. The widths can be specified | + | Die Breite muss am Anfang einer Zeile vor der Tabelle angegeben werden. Der erste Wert wird als Breite der Tabelle verwendet, der Rest ist für die Spalten. Wenn Sie einen Wert auslassen möchten, verwenden Sie stattdessen einen Bindestrich. Die Breiten können |
< | < | ||
Zeile 1009: | Zeile 1018: | ||
</ | </ | ||
- | The relative units (percentage) for the table width refer to the width of the page, and when used for columns they refer for the table wight. For example, the width specification | + | Die relativen Einheiten |
- | If there are more columns in the table than there are values | + | Wenn die Tabelle mehr Spalten enthält, als Werte in der Breitenangabe vorhanden sind, wird die Breite auf die Spalten von links nach rechts angewendet: |
< | < | ||
|< 50em 20% >| | |< 50em 20% >| | ||
^ 20% ^ 80% ^ | ^ 20% ^ 80% ^ | ||
- | | Specified width | + | | Festgelegte Breite |
</ | </ | ||
==== 4.1.12 Wrap Plugin ==== | ==== 4.1.12 Wrap Plugin ==== | ||
- | Universal plugin which combines the functionality of many other plugins. Wrap wiki text inside containers | + | Universelles Plugin, das die Funktionalität vieler anderer Plugins kombiniert. Packen Sie Wiki-Text in Container |
=== 4.1.12.1 One plugin to rule them all === | === 4.1.12.1 One plugin to rule them all === | ||
- | This plugin gives you the ability to wrap wiki text inside containers | + | Dieses Plugin gibt Ihnen die Möglichkeit, |
- | - a certain class (with loads of useful preset classes) | + | - eine bestimmte Klasse |
- | - a width | + | - eine Breite |
- | - a language with its associated text direction | + | - eine Sprache mit der dazugehörigen Textrichtung |
- | It potentially replaces a lot of other plugins and is IMHO the better alternative for many. | + | Es ersetzt potentiell eine Menge anderer Plugins und ist IMHO für viele die bessere Alternative. |
- | It fully replaces: [[class]], [[clearfloat]], | + | Es ersetzt vollständig: [[class]], [[clearfloat]], |
- | It partly replaces: [[box]], [[button]], [[color]], [[columns]], | + | Es ersetzt teilweise: [[box]], [[button]], [[color]], [[columns]], |
=== 4.1.12.2 Syntax === | === 4.1.12.2 Syntax === | ||
Zeile 1449: | Zeile 1458: | ||
==== 4.1.15 nodisp Plugin ==== | ==== 4.1.15 nodisp Plugin ==== | ||
- | === Configuration Settings for dw2pdf plugin === | + | === Examples/ |
+ | |||
+ | This plugin has two ways of concealing text from unauthorized users. | ||
+ | - In the first case, it conceals text from all viewers except users who are logged in and belong to either the admin or manager group. | ||
+ | - In the second case, an acl level is set and if the viewer does not have an acl level equal to or greater than the acl setting, the text is completely removed from the page. It is not output from the server to the browser. The same is true if the site allows viewers to view the page source using Dokuwiki' | ||
+ | |||
+ | === Syntax === | ||
+ | |||
+ | == The syntax for the first case == | ||
+ | |||
+ | < | ||
+ | < | ||
+ | |||
+ | < | ||
+ | your text here | ||
+ | etc | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | == The syntax for the second case == | ||
+ | |||
+ | < | ||
+ | <nodisp acl> your text here </ | ||
+ | |||
+ | <nodisp acl> | ||
+ | your text here | ||
+ | etc | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | '' | ||
+ | |||
+ | It's possible to have several '' | ||
+ | The ACL levels are described in the [[: | ||
+ | |||
+ | == Newline syntax == | ||
+ | < | ||
+ | {nodisp} your text here {/nodisp} | ||
+ | |||
+ | {nodisp} | ||
+ | your text here | ||
+ | etc | ||
+ | {/nodisp} | ||
+ | |||
+ | {nodisp acl} your text here {/nodisp} | ||
+ | |||
+ | {nodisp acl} | ||
+ | your text here | ||
+ | etc | ||
+ | {/nodisp} | ||
+ | </ | ||
+ | The ''< | ||
+ | |||
+ | If you are upgrading from an earlier version of nodisp, which does not support the newline syntax, you will have to remove the file syntax.php from the root directory of the plugin. | ||
+ | |||
+ | == Group Syntax == | ||
+ | It is also possible to limit access to the hidden material by group. The syntax is the same as for the other cases, except that ACL numbers are replaced by a group names. | ||
+ | |||
+ | < | ||
+ | <nodisp group> | ||
+ | Restricted Data | ||
+ | </ | ||
+ | |||
+ | {nodisp group}Restricted Data{/ | ||
+ | </ | ||
+ | |||
+ | **Notice:** The group name does not use the at-sign; it is '' | ||
+ | |||
+ | ==== 4.1.16 DW2PDF Plugin ==== | ||
+ | |||
+ | === 4.1.16.1 | ||
The plugin provides a few configuration settings that can be configured in the [[plugin: | The plugin provides a few configuration settings that can be configured in the [[plugin: | ||
- | === Initiate export only via URL-parameters === | + | === 4.1.16.2 |
Per way of export a list of URL-parameters: | Per way of export a list of URL-parameters: | ||
Zeile 1482: | Zeile 1561: | ||
* '' | * '' | ||
- | === via Configuration Manager, but override-able via URL-parameters === | + | === 4.1.16.3 |
- | If aurl-parameter is provided, that value is used, otherwise the plugin config setting from the Configuration Manager is used. | + | If a url-parameter is provided, that value is used, otherwise the plugin config setting from the Configuration Manager is used. |
== Pagesize == | == Pagesize == | ||
Zeile 1523: | Zeile 1602: | ||
Choose which [[plugin: | Choose which [[plugin: | ||
- | + | === 4.1.16.4 | |
- | === Only via URL-parameter === | + | |
== Watermark == | == Watermark == | ||
Zeile 1530: | Zeile 1608: | ||
Adding this parameter to the url adds a water mark to your document e.g. ''& | Adding this parameter to the url adds a water mark to your document e.g. ''& | ||
- | === Only via configuration manager === | + | === 4.1.16.5 |
== Output Control == | == Output Control == | ||
Zeile 1544: | Zeile 1622: | ||
The plugin automatically uses '' | The plugin automatically uses '' | ||
- | == QR code== | + | == QR code == |
Via a placeholder a QR code can be added in the pdf-templates, | Via a placeholder a QR code can be added in the pdf-templates, | ||
Zeile 1552: | Zeile 1630: | ||
Lets you show or hide the export button in the pagetools. | Lets you show or hide the export button in the pagetools. | ||
- | == Examples/ | + | === 4.1.16.6 PDF Templates === |
- | + | ||
- | This plugin has two ways of concealing text from unauthorized users. | + | |
- | - In the first case, it conceals text from all viewers except users who are logged in and belong to either the admin or manager group. | + | |
- | - In the second case, an acl level is set and if the viewer does not have an acl level equal to or greater than the acl setting, the text is completely removed from the page. It is not output from the server to the browser. The same is true if the site allows viewers to view the page source using Dokuwiki' | + | |
- | + | ||
- | === Syntax === | + | |
- | + | ||
- | == The syntax for the first case == | + | |
- | + | ||
- | < | + | |
- | < | + | |
- | + | ||
- | < | + | |
- | your text here | + | |
- | etc | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | == The syntax for the second case == | + | |
- | + | ||
- | < | + | |
- | <nodisp acl> your text here </ | + | |
- | + | ||
- | <nodisp acl> | + | |
- | your text here | + | |
- | etc | + | |
- | </ | + | |
- | </ | + | |
- | + | ||
- | '' | + | |
- | + | ||
- | It's possible to have several '' | + | |
- | The ACL levels are described in the [[: | + | |
- | + | ||
- | == Newline syntax == | + | |
- | < | + | |
- | {nodisp} your text here {/nodisp} | + | |
- | + | ||
- | {nodisp} | + | |
- | your text here | + | |
- | etc | + | |
- | {/nodisp} | + | |
- | + | ||
- | {nodisp acl} your text here {/nodisp} | + | |
- | + | ||
- | {nodisp acl} | + | |
- | your text here | + | |
- | etc | + | |
- | {/nodisp} | + | |
- | </ | + | |
- | The ''< | + | |
- | + | ||
- | If you are upgrading from an earlier version of nodisp, which does not support the newline syntax, you will have to remove the file syntax.php from the root directory of the plugin. | + | |
- | + | ||
- | == Group Syntax == | + | |
- | It is also possible to limit access to the hidden material by group. The syntax is the same as for the other cases, except that ACL numbers are replaced by a group names. | + | |
- | + | ||
- | < | + | |
- | <nodisp group> | + | |
- | Restricted Data | + | |
- | </ | + | |
- | + | ||
- | {nodisp group}Restricted Data{/ | + | |
- | </ | + | |
- | + | ||
- | **Notice:** The group name does not use the at-sign; it is '' | + | |
- | + | ||
- | ==== 4.1.16 | + | |
- | + | ||
- | === PDF Templates === | + | |
PDF Templates define the design of the created PDF files and are a good way to easily customize them to your Corporate Identity. | PDF Templates define the design of the created PDF files and are a good way to easily customize them to your Corporate Identity. | ||
The default PDF template which is shipped with the dw2pdf plugin is shown below. It has simple headers, footers and citation box. | The default PDF template which is shipped with the dw2pdf plugin is shown below. It has simple headers, footers and citation box. | ||
- | {{ : | + | {{ : |
To create a new template, just create a new folder within the plugin' | To create a new template, just create a new folder within the plugin' | ||