Difference between revisions of "Markup"

From Telstar Wiki
Jump to navigation Jump to search
(Created page with "The markup definitions are shown below. [R] alpha_red [G] alpha_green [Y] alpha_yellow [B] alpha_blue [M] alpha_magenta [C] alpha_cyan [W] alpha_white [F] flash [S] steady [N] normal_height [D] double_height More to follow...")
 
Line 1: Line 1:
The markup definitions are shown below.
The markup definitions are shown below.


     [R] alpha_red
     [R] = ALPHA_RED
     [G] alpha_green
     [G] = ALPHA_GREEN
     [Y] alpha_yellow
     [Y] = ALPHA_YELLOW
     [B] alpha_blue
     [B] = ALPHA_BLUE
     [M] alpha_magenta
     [M] = ALPHA_MAGENTA
     [C] alpha_cyan
     [C] = ALPHA_CYAN
     [W] alpha_white
     [W] = ALPHA_WHITE
     [F] flash
     [F] = FLASH
     [S] steady
     [S] = STEADY
     [N] normal_height
     [N] = NORMAL_HEIGHT
     [D] double_height
     [-] = BLACK_BACKGROUND
    [n] = NEW_BACKGROUND
    [r] = MOSAIC_RED
    [g] = MOSAIC_GREEN
    [y] = MOSAIC_YELLOW
    [b] = MOSAIC_BLUE
    [m] = MOSAIC_MAGENTA
    [c] = MOSAIC_CYAN
    [w] = MOSAIC_WHITE
    [h.] = SEPARATOR_GRAPHIC_DOTS_HIGH)
    [m.] = SEPARATOR_GRAPHIC_DOTS_MID)
    [l.] = SEPARATOR_GRAPHIC_DOTS_LOW)
    [h-] = SEPARATOR_GRAPHIC_SOLID_HIGH)
    [m-] = SEPARATOR_GRAPHIC_SOLID_MID)
    [l-] = SEPARATOR_GRAPHIC_SOLID_LOW)
    [_+] = CURON
    [_-] = CUROFF


The following example shows the definition for Yellow writing on a blue background.


More to follow...
    "[B][n][Y]Hello World"

Revision as of 21:46, 9 April 2022

The markup definitions are shown below.

   [R] = ALPHA_RED
   [G] = ALPHA_GREEN
   [Y] = ALPHA_YELLOW
   [B] = ALPHA_BLUE
   [M] = ALPHA_MAGENTA
   [C] = ALPHA_CYAN
   [W] = ALPHA_WHITE
   [F] = FLASH
   [S] = STEADY
   [N] = NORMAL_HEIGHT
   [-] = BLACK_BACKGROUND
   [n] = NEW_BACKGROUND
   [r] = MOSAIC_RED
   [g] = MOSAIC_GREEN
   [y] = MOSAIC_YELLOW
   [b] = MOSAIC_BLUE
   [m] = MOSAIC_MAGENTA
   [c] = MOSAIC_CYAN
   [w] = MOSAIC_WHITE
   [h.] = SEPARATOR_GRAPHIC_DOTS_HIGH)
   [m.] = SEPARATOR_GRAPHIC_DOTS_MID)
   [l.] = SEPARATOR_GRAPHIC_DOTS_LOW)
   [h-] = SEPARATOR_GRAPHIC_SOLID_HIGH)
   [m-] = SEPARATOR_GRAPHIC_SOLID_MID)
   [l-] = SEPARATOR_GRAPHIC_SOLID_LOW)
   [_+] = CURON
   [_-] = CUROFF

The following example shows the definition for Yellow writing on a blue background.

   "[B][n][Y]Hello World"