User Tools

Site Tools


en:dokuwiki_plugins_used

This is an old revision of the document!


Dokuwiki Plugins Used

There are a number of plugins installed, that allow for certain non-standard features. To get an idea of how to use them, see the section Plugins below. There are, however also other not so well-known markup tags, that may be of use.

Columns

By default, there is a means to align contents in columns, but not in a table. Here is an example for two columns:

<WRAP group>
 <WRAP half column>
 ===== Head Line =====
   Indention for Box
 </WRAP>
 <WRAP half column>
 ===== Another Head Line =====
   Another Box
 Out of the Box
 </WRAP>
</WRAP>

This will result in this presentation:

Head Line

 Indention for Box

Another Head Line

 Another Box

Out of the Box

As you can see, it is not newspaper-like, where text wraps at the lower window into the next column.

Plugins

block

<block classes left info>
**My little Heading**
  * Some
  * Stuff
</block>

My little Heading

  • Some
  • Stuff

folded

This allows you to create a hidden section of the text, that can be unfolded.

++++ (click to expand) |
This is hidden by default
++++

(click to expand)

RefNotes

This allows you to create a footnote.

This text is footnoted with[(this footnote)].

This text is footnoted with1).

include

This plugin allows you to include another article. This can be helpful for recurring sections or footers.

{{page>.hidden_example}}

This part comes from an entirely other article.

2022-04-21-21-20 · 7saturn

This can be influenced with the switches &noeditbutton and &nofooter. The former turns of the edit button for users that can edit be article. The latter turns off the information about the included section.

{{page>.hidden_example&noeditbutton&nofooter}}

This part comes from an entirely other article.

See Also


1) this footnote
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
en/dokuwiki_plugins_used.1650570475.txt.gz · Last modified: 2022-04-21-21-47 by 7saturn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki