mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
27 lines
648 B
Plaintext
27 lines
648 B
Plaintext
created: 20131228164411884
|
|
modified: 20131228164955084
|
|
tags: Macros
|
|
title: QualifyMacro
|
|
type: text/vnd.tiddlywiki
|
|
caption: qualify
|
|
|
|
The qualify macro is part of the StateMechanism. Given a base tiddler title it generates a unique string that includes a hashed encoding of a position within the widget render tree, identified by the stack of transcluded tiddlers that leads to that position.
|
|
|
|
! Parameters
|
|
|
|
|!Position |!Name |!Description |!Default |
|
|
|1st |title |Base tiddler title | |
|
|
|
|
! Examples
|
|
|
|
The results returned by the qualify macro will depend upon where it is used. For example:
|
|
|
|
```
|
|
<<qualify "base">>
|
|
```
|
|
|
|
Returns:
|
|
|
|
<<qualify "base">>
|
|
|