Tile - String Literal – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Image:Ylands_Tile_-_String_literal.png]]
[[Image:Ylands_Tile_-_String_literal.png]]
*A string (or a text string) is a '''series''' of '''characters''' like "Hello word".
*A string (or a text string) is a '''series''' of '''characters''' like "Hello word".


=Notes=
=Notes=
*Strings support special characters as
*Supported special characters:
**[NL] - start new line
**'''[NL]''' - start new line
 
**'''<nowiki><b> ... </b></nowiki>''' - <b>bold</b>
<tt><i> </i></tt>
**'''<nowiki><i> ... </i></nowiki>''' - <i>italic</i>
**<b> </b>
**'''<nowiki><color=#FFFFF> ... </color></nowiki>''' - colorize text between tags, color is HEX format
**<color=#FFFFF> </color> - colorize text between tags, color is HEX format





Revision as of 17:59, 9 January 2019

Ylands Tile - String literal.png

  • A string (or a text string) is a series of characters like "Hello word".

Notes

  • Supported special characters:
    • [NL] - start new line
    • <b> ... </b> - bold
    • <i> ... </i> - italic
    • <color=#FFFFF> ... </color> - colorize text between tags, color is HEX format



Template:Ylands scripting navbox