1====== Image ======
2
3===== Shapes =====
4
5| <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image>   | <code html><image shape="rounded">
6{{:wiki:dokuwiki-128.png?nolink&100|}}
7</image></code> |
8| <image shape="circle">{{:wiki:dokuwiki-128.png?nolink&100|}}</image>    | <code html><image shape="circle">
9{{:wiki:dokuwiki-128.png?nolink&100|}}
10</image></code> |
11| <image shape="thumbnail">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape="thumbnail">
12{{:wiki:dokuwiki-128.png?nolink&100|}}
13</image></code> |
14
15==== Attributes ====
16
17^ Attribute ^ Allowed Values ^ Description ^
18| ''shape''  | ''rounded'', ''circle'', ''thumbnail'' | Image shape |
19