mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 15:29:56 +00:00
Mark docs as v5.3.0
This commit is contained in:
parent
c42df2233a
commit
b57a6da548
@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
! Introduction
|
! Introduction
|
||||||
|
|
||||||
<<.from-version "5.2.3">> The genesis widget allows the dynamic construction of widgets, where the name and attributes of the widget can be dynamically determined, and do not need to be known in advance.
|
<<.from-version "5.3.0">> The genesis widget allows the dynamic construction of widgets, where the name and attributes of the widget can be dynamically determined, and do not need to be known in advance.
|
||||||
|
|
||||||
! Content and Attributes
|
! Content and Attributes
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ The content of the <<.wid let>> widget is the scope for the value assigned to th
|
|||||||
|!Attribute |!Description |
|
|!Attribute |!Description |
|
||||||
|//{any attributes}// |Each attribute name specifies a variable name. The attribute value is assigned to the variable |
|
|//{any attributes}// |Each attribute name specifies a variable name. The attribute value is assigned to the variable |
|
||||||
|
|
||||||
<<.from-version "5.2.3">> Previously, variable names were restricted to not start with a dollar sign. That restriction is no longer applied.
|
<<.from-version "5.3.0">> Previously, variable names were restricted to not start with a dollar sign. That restriction is no longer applied.
|
||||||
|
|
||||||
Attributes are evaluated in the order they are written. Attributes with the same name are allowed. Each time a duplicate attribute is encountered, it will replace the existing value set by the earlier duplicate.
|
Attributes are evaluated in the order they are written. Attributes with the same name are allowed. Each time a duplicate attribute is encountered, it will replace the existing value set by the earlier duplicate.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user