Difference between revisions of "Inline Expressions"

From MSX - Wiki
Jump to navigation Jump to search
(Created page with "Most of the text properties support inline expressions for adding icons or coloring text parts. Each expression starts with character <code>{</code> and ends with character <c...")
 
Line 1: Line 1:
 
Most of the text properties support inline expressions for adding icons or coloring text parts. Each expression starts with character <code>{</code> and ends with character <code>}</code>. Nested expressions are not supported.
 
Most of the text properties support inline expressions for adding icons or coloring text parts. Each expression starts with character <code>{</code> and ends with character <code>}</code>. Nested expressions are not supported.
 +
 +
{| class="wikitable sortable"
 +
|-
 +
! Expression !! Example !! Since Version !! class="unsortable" | Description
 +
|-
 +
| <code>{sp}</code> || <code>{sp}</code> | data-sort-value=0|0.1.0 ||
 +
Non-breakable space.
 +
|}

Revision as of 15:35, 8 January 2021

Most of the text properties support inline expressions for adding icons or coloring text parts. Each expression starts with character { and ends with character }. Nested expressions are not supported.

Expression Example Since Version Description
{sp} data-sort-value=0|0.1.0

Non-breakable space.