====== Working with texts ====== {DRAFT} ===== bbCodes in ReloadCMS ===== === text style bbCodes === Allows inner use of other bbCodes except block bbCodes. * Making text font typeface bold. [b]text[/b] * Making text font typeface italic. [i]text[/i] * Making text underlined [u]text[/u] * Striking out text (>=1.2.1) [del]text[/del] * Setting text color (COLOR - is a CSS color. You can use one of predefined color names( aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal, white, yellow) or set custom color as #RRGGBB. [color=COLOR]text[/color] [color="COLOR"]text[/color] * Setting font em-size (size in points) [size=SIZE]text[/size] [size="SIZE"]text[/size] * Text alignment (Possible ALIGNMENT values are: left, right, center and justify) [align=ALIGNMENT]text[/align] [align="ALIGNMENT"]text[/align] === bbCodes for links === == Use of style bbCodes allowed inside == * Hyperlink [url=LINK]text_of_link[/url] [url="LINK"]text_of_link[/url] * E-mail [mailto=EMAIL]text_of_link[/mailto] [mailto="EMAIL"]text_of_link[/mailto] * Reload USERNAME user profile [user=USERNAME]text_of_link[/user] [user="USERNAME"]text_of_link[/user] == Simplified versions of bbCodes links == * Hyperlink [url]LINK[/url] * E-mail [mailto]EMAIL[/mailto] * Reload USERNAME user profile [user]USERNAME[/user] === page elements bbCodes === * Image (IMAGE - abolute hyperlink to image. FLOATING - options to insert image at left/right side of text, so text will float around the image.) [img]IMAGE[/img] [img=FLOATING]IMAGE[/img] [img="FLOATING"]IMAGE[/img] === Block bbCodes === All bbCodes ctegories could be used inside block. * Quotation block [quote]text[/quote] [quote=AUTHOR]text[/quote] [quote="AUTHOR"]text[/quote] * code block (with php syntax highlight) [code]text[/code] * spoiler text block (>=1.2.1) [spoiler]text[/spoiler] [spoiler=title]text[/spoiler] [spoiler="title"]text[/spoiler] * html block (>=1.2.1) (allows you to insert your html-formatted text) [html]text[/html] === Multilang bbCodes (>=1.3.1) === Attention! Language names used are standard 2-chars names for langusges (ex.: en, ru.) * Multilang block container. DEFAULT - reload site default language. [multilang]..[/multilang] [multilang=DEFAULT]..[/multilang] * Only [lang] bbCode block allowed inside multilang block. Site visitor will see only contents of [lang] block that corresponds to selected language. You can use any other bbCodes inside [lang] block. [lang=LANGUAGE]..[/lang]

 
reloadcms/en/usage/text.txt · Last modified: 2021/03/05 13:40
 

Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki