Shows a list of a tiddler's tags.

!Usage

<<tags [tiddler] [sep:separator]>>

|!parameter|!meaning|
|tiddler|Title of the tiddler (the containing tiddler by default).|
|separator|Separator shown between each tag.|

!Basic Usage

{{{
<<tags>>
}}}

will show the tags for the present tiddler:

<<tags>>

!Tiddler Parameter

{{{
<<tags "sparkline macro">>
}}}

will show the tags for the tiddler called "sparkline macro":

<<tags "sparkline macro">>

!Tiddler Parameter and Separator

{{{
<<tags "sparkline macro" sep:"------">>
}}}

will show the tags for the tiddler called "sparkline macro" with the specified separator:

<<tags "sparkline macro" sep:"------">>