| Описание: | Опция что позволяет поместить смайлик на форуме и т.д
|
| Синтаксис: | :-)
|
| Пример: | :-)
|
| Результат: | :-)
|
| Описание: | Опция что позволяет поместить текст/картинку по центру
|
| Синтаксис: | [center]Содержание[/center]
|
| Пример: | [center]Данный текст находится в центре таблицы.[/center]
|
| Результат: | Данный текст находится в центре таблицы.
|
| Описание: | Опция что позволяет скрыть текст/картинку
|
| Синтаксис: | [spoiler=Скрытый текст]Содержание[/spoiler]
|
| Пример: | [spoiler=Скрытый текст]Данный текст является скрытым.[/spoiler]
|
| Результат: | Скрытый текст (Нажмите сюда) Данный текст является скрытым.
|
| Описание: | Позволяет сделать текст жирным
|
| Синтаксис: | [b]Текст[/b]
|
| Пример: | [b]Этот текст жирный.[/b]
|
| Результат: | Этот текст жирный.
|
| Описание: | Makes the enclosed text italic.
|
| Синтаксис: | [i]Text[/i]
|
| Пример: | [i]This is italic text.[/i]
|
| Результат: | This is italic text.
|
| Описание: | Makes the enclosed text underlined.
|
| Синтаксис: | [u]Text[/u]
|
| Пример: | [u]This is underlined text.[/u]
|
| Результат: | This is underlined text.
|
| Описание: | Changes the color of the enclosed text.
|
| Синтаксис: | [color=Color]Text[/color]
|
| Пример: | [color=blue]This is blue text.[/color]
|
| Результат: | This is blue text.
|
| Remarks: | What colors are valid depends on the browser. If you use the basic colors (red, green, blue, yellow, pink etc) you should be safe.
|
| Описание: | Changes the color of the enclosed text.
|
| Синтаксис: | [color=#RGB]Text[/color]
|
| Пример: | [color=#0000ff]This is blue text.[/color]
|
| Результат: | This is blue text.
|
| Remarks: | RGB must be a six digit hexadecimal number.
|
| Описание: | Sets the size of the enclosed text.
|
| Синтаксис: | [size=n]text[/size]
|
| Пример: | [size=4]This is size 4.[/size]
|
| Результат: | This is size 4.
|
| Remarks: | n must be an integer in the range 1 (smallest) to 7 (biggest). The default size is 2.
|
| Описание: | Sets the type-face (font) for the enclosed text.
|
| Синтаксис: | [font=Font]Text[/font]
|
| Пример: | [font=Impact]Hello world![/font]
|
| Результат: | Hello world!
|
| Remarks: | You specify alternative fonts by separating them with a comma.
|
| Описание: | Inserts a hyperlink.
|
| Синтаксис: | [url]URL[/url]
|
| Пример: | [url]http://interfilm.md/[/url]
|
| Результат: | http://interfilm.md/
|
| Remarks: | This tag is superfluous; all URLs are automatically hyperlinked.
|
| Описание: | Inserts a hyperlink.
|
| Синтаксис: | [url=URL]Link text[/url]
|
| Пример: | [url=http://interfilm.md/]interfilm[/url]
|
| Результат: | interfilm
|
| Remarks: | You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.
|
| Описание: | Inserts a picture.
|
| Синтаксис: | [img=URL]
|
| Пример: | [img=http://www.interfilm.md//pic/logo/logo.gif]
|
| Результат: |
|
| Remarks: | The URL must end with .gif, .jpg or .png.
|
| Описание: | Inserts a picture.
|
| Синтаксис: | [img]URL[/img]
|
| Пример: | [img]http://www.interfilm.md//pic/logo/logo.gif[/img]
|
| Результат: |
|
| Remarks: | The URL must end with .gif, .jpg or .png.
|
| Описание: | Inserts a quote.
|
| Синтаксис: | [quote]Quoted text[/quote]
|
| Пример: | [quote]The quick brown fox jumps over the lazy dog.[/quote]
|
| Результат: | Quote (Нажмите сюда) The quick brown fox jumps over the lazy dog.
|
| Описание: | Inserts a quote.
|
| Синтаксис: | [quote=Author]Quoted text[/quote]
|
| Пример: | [quote=John Doe]The quick brown fox jumps over the lazy dog.[/quote]
|
| Результат: | John Doe Wrote (Нажмите сюда) The quick brown fox jumps over the lazy dog.
|
| Описание: | Inserts a list item.
|
| Синтаксис: | [*]Text
|
| Пример: | [*] This is item 1
[*] This is item 2
|
| Результат: | This is item 1
This is item 2
|
| Описание: | Preformatted (monospace) text. Does not wrap automatically.
|
| Синтаксис: | [pre]Text[/pre]
|
| Пример: | [pre]This is preformatted text.[/pre]
|
| Результат: | This is preformatted text.
|