<alert type=“success” icon=“glyphicon glyphicon-user”> Well done! You successfully read this important alert message. </alert>
<image shape=“circle”> </image>
<callout type=“primary” icon=“true”> […] </callout> <callout type=“success” icon=“true”> […] </callout> <callout type=“info” icon=“true”> […] </callout> <callout type=“warning” icon=“true”> […] </callout> <callout type=“danger” icon=“true”> […] </callout>
<alert type=“warning” icon=“fa fa-warning”>Warning! Better check yourself, you're not looking too good.</alert>
<list-group>
</list-group>
<callout type=“info” icon=“true”>
By default uses the flags from Translation plugin present in your DokuWiki installation. </callout>
<box width=10em round=.25em></box><box width=10em round=.5em></box><box width=10em round=40px></box><box width=10em round=100%></box>
<alert>A simple primary alert - check it out!</alert> <alert secondary>A simple secondary alert - check it out!</alert> <alert success>A simple success alert - check it out!</alert> <alert danger>A simple danger alert - check it out!</alert> <alert warning>A simple warning alert - check it out!</alert> <alert info>A simple info alert - check it out!</alert> <alert light>A simple light alert - check it out!</alert> <alert dark>A simple dark alert - check it out!</alert>
<alert danger width=20em shadow>
<mikio-icon fa exclamation-triangle>This is a danger alert with a set width and shadow
</alert>
1212121
1212121
1212121
1212121
1212121
1212121
1212121
1212121
Heading 1 | Heading 2 | |
---|---|---|
Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
Heading 4 | no colspan this time | |
Heading 5 | Row 2 Col 2 | Row 2 Col 3 |
Resize to given width: Resize to given width and height:
echo 'The PHP version: ';
echo phpversion();
echo ' (generated inline HTML)';
echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>'; echo '<td>'.phpversion().'</td>'; echo '</tr></table>';