mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
20 lines
580 B
Plaintext
20 lines
580 B
Plaintext
created: 20131228164411884
|
|
modified: 20150221223816000
|
|
tags: Macros [[Core Macros]]
|
|
title: qualify Macro
|
|
type: text/vnd.tiddlywiki
|
|
caption: qualify
|
|
|
|
The <<.def qualify>> [[macro|Macros]] is an important part of the StateMechanism.
|
|
|
|
It returns a unique string that encodes its position within the [[widget tree|Widgets]], as identified by the stack of transcluded tiddlers that lead to that position.
|
|
|
|
It is implemented using the <<.vlink transclusion>> variable.
|
|
|
|
!! Parameters
|
|
|
|
;title
|
|
: The prefix for the returned string, normally a tiddler title
|
|
|
|
<<.macro-examples "qualify">>
|