Tab Group - nomadjimbob/mikioplugin GitHub Wiki

Allows you to collate information across tabs on your DokuWiki page

Example Syntax

<tab-group>
  <tab title="A tab">
  This is the content of the first tab\\ 
  here is a picture <box width=100px height=100px>{{:badgeduino_002b.jpg?nolink|}}</box>
  </tab>
  <tab title="Second tab">
  Only a <button url="http://slq.qld.gov.au/" newtab>button</button> is here
  </tab>
  <tab disabled title="The third tab">
  Nothing here
  </tab>
</tab-group>

Note

Content inside a is automatically dedented to match the indentation level of the opening tag.

  • Content aligned with the tag renders normally
  • Additional indentation beyond the tag is preserved (useful for monospaced or preformatted layouts)

Attributes (Tab Group)

pills: Changes the tab bar from tab to pills

Attributes (Tab)

title: The title to display in the tab item
disabled: Disables the tab item

⚠️ **GitHub.com Fallback** ⚠️