This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

Export Code Arguments

The argument action refers to a statement that can be evaluated as if an Action or Rule.

The arguments argument and anotherArgument refer to text or code supplied as macro arguments.

The argument attribute refers to an explicit attribute name.

The argument count refers to a number, in figures, e.g. 5 not five.

The argument css class is the (text) name of a CSS mark up class.

The argument data (data1, data2, etc.) refer to either:

The argument date refers to either:

The argument expression refers to a statement that can be evaluated and assigned to an attribute.

The argument format refers to either:

The argument group is either:

The argument item is either:

The argument N refers to a number, in figures, e.g. 5 not five.

The argument precision refers to the number of decimal points that are exported.

The argument path refers to the path to a note or agent (including the latter's Name).

The arguments start, list-item-prefix, list-item-suffix, end refer to optional alternate HTML mark up and text for a list of links.

The argument target refers to either:

The argument template refers to a template file name either:

Export argument values may be enclosed in double quotes, especially if doing so can help avoid parsing difficulties; the enclosing quotes will be ignored by the parser. Use of quotes for string values is recommended. This is because many new operators have been added and the scope for misinterpretation of string literals as code has increased. For example, if a note is named…

she/he 

…the comma would confused the parser in expressions like:

^linkTo(she/he)^ <- will not work

…so this may (optionally) be written with double quotes:

^linkTo("she/he")^ 

Characters warranting explicit quoting are those that may be mistaken for simple maths or equality operators: so, + - * / = ! | & > < |= &= != >= <= etc!

Link lists can use two new references in their optional mark-up arguments:



A Tinderbox Reference File : Export Codes : Export Code Arguments