Tab Group - nomadjimbob/mikioplugin GitHub Wiki
Allows you to collate information across tabs on your DokuWiki page
<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>
pills: Changes the tab bar from tab to pills
title: The title to display in the tab item
disabled: Disables the tab item