Digilent Infobox Plugin

The Digilent Infobox plugin for Dokuwiki provides easy to use syntax for creating infoboxes in Dokuwiki.

Installation


Clone from github into <dokuwiki>/lib/plugins/digilentinfobox.

Syntax


Invoke the Digilent Infobox plugin using:

{{Digilent Infobox
|
}}


Start each new line with a | (pipe) character and one of the following items:

Title

Sets the title at the top of the infobox.

| Title = <Title Text>



Header

Inserts a full row header.

| Header = <Header Text>



Full Row

Inserts a full row. Basic wiki syntax is allowed inside the row.

| Full Row = <Wiki Markup>



Name = Value

Inserts a two column name value pair.

| <Name> = <Value>



Bullet

Inserts a full row starting with a bullet.

| Bullet = <Bullet Text>



Examples


Example Title
Example Full Row
Example Header 1
Name
Value
Name 2
Value 2
Header 2
  • Some bulleted text
  • In List Form

{{Digilent Infobox
| Title = Example Title
| Full Row = Example Full Row
| Header = Example Header 1
| Name = Value
| Name 2 = Value 2
| Name 3 = [[# | Link Example]]
| Header = Header 2
| Bullet = Some bulleted text
| Bullet = In List Form
}}