1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/macros/TagMacro.tid
2014-12-06 13:44:08 +00:00

28 lines
399 B
Plaintext

caption: tag
created: 20141206130540337
modified: 20141206130540337
tags: Macros
title: TagMacro
type: text/vnd.tiddlywiki
The 'tag' macro displays a tag pill for a specified tag.
! Parameters
|!Position |!Name |!Description |!Default |
|1st |tag |Title of tag |The current tiddler |
! Examples
For example:
```
* <<tag>>
* <<tag "HelloThere">>
```
Returns:
* <<tag>>
* <<tag "HelloThere">>