This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Export Codes : Export Codes - Full Listing : ^siblings( start, list-item-prefix, list-item-suffix, end )^ |
^siblings( start, list-item-prefix, list-item-suffix, end )^ |
^siblings( start, list-item-prefix, list-item-suffix, end )^
returns links to all the siblings of this note, i.e. the other children of the note's parent. Output is formatted in a single line, with colons between the elements.
To v2.4.1:
^siblings( "start", "list-item-prefix", "list-item-suffix", "end" )^
From v2.5.0:
^siblings( start, list-item-prefix, list-item-suffix, end )^
Allows you to format the group of links as an HTML list or table in the exact format you want, where start is text that will be inserted before all of the links, end is text that will be inserted after all of the links, list-item-prefix is text that will be inserted before each link, and list-item-suffix is text that will be inserted after each link.
The HTMLDontExport settings of siblings are respected.
[v 3.0.0]
Previous to Tinderbox 2.5.0, the arguments to export list elements were enclosed in quotes
^siblings("<ul>", "<li>",
.....
These quotes are now optional and may be omitted, except where the mark-up itself includes characters (e.g. commas) that would confuse the parser.
In Tinderbox 2.5.0, the quotation marks that were formerly mandatory were prohibited: if they appeared, Tinderbox would include them in the mark-up elements.
Tinderbox 3.0.0 now strips quotation marks enclosing arguments, when they occur. Mark-up elements embedded in ^siblings^ are now evaluated.
From v3.5.0 this code exports CSS class and target based on their underlying Tinderbox link values.
From v4.0.0, new item objects source and destination may be used to indicate from where data used within the arguments is drawn.
Up: Item-based | |
Previous: ^sectionNumber( item )^ | Next: ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]