====== Digilent Infobox Plugin ====== The Digilent Infobox plugin for Dokuwiki provides easy to use syntax for creating infoboxes in Dokuwiki. ==== Installation ==== ---- Clone from [[https://github.com/Digilent/dokuwiki-infobox | github]] into /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 = </code> \\ \\ **Header** Inserts a full row header. <code>| Header = <Header Text></code> \\ \\ **Full Row** Inserts a full row. Basic wiki syntax is allowed inside the row. <code>| Full Row = <Wiki Markup></code> \\ \\ **Name = Value** Inserts a two column name value pair. <code>| <Name> = <Value></code> \\ \\ **Bullet** Inserts a full row starting with a bullet. <code>| Bullet = <Bullet Text></code> \\ \\ ==== Examples ==== ---- {{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 }} <code> {{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 }} </code>