BB-коды используются место функций, обычно выполняемых HTML. Вы можете использовать эти коды, чтобы добавить форматирование к вашим сообщениям. Эти BB коды доступны для использования:
BB коды | Эквивалент на HTML | Описание |
---|---|---|
[b]Ваш текст[/b] | <b>Ваш текст</b> | Put text in bold. |
[i]Ваш текст[/i] | <em>Ваш текст</em> | Put text in italics. |
[u]Ваш текст[/u] | <u>Ваш текст</u> | Underline text |
[quote=параметр]Ваш текст[/quote] | <div class="quote well"><span class="quoteby label label-default">параметр wrote:</span><br />Ваш текст</div> | Quote text written by someone. |
[quote]Ваш текст[/quote] | <div class="quote well">Ваш текст</div> | Quote without attribution. |
[url=параметр]Ваш текст[/url] | <a target="_blank" rel="nofollow" href="параметр">Ваш текст</a> | Link text to a URL. |
[url]Ваш текст[/url] | <a target="_blank" rel="nofollow" href="Ваш текст">Ваш текст</a> | Link a URL. |
[img]Ваш текст[/img] | <img src="Ваш текст" border="0" alt="" /> | Display an image from a URL. |
[code]Ваш текст[/code] | <pre class="code">Ваш текст</pre> | Type code such as HTML, PHP, C++, etc. |
[color=параметр]Ваш текст[/color] | <span style="color: параметр">Ваш текст</span> | Places text in specified color. |
[size=параметр]Ваш текст[/size] | <font size="параметр">Ваш текст</font> | Set the size of text. |
[list]Ваш текст[/list] | <ul>Ваш текст</ul> | List of bullet points. |
[*]Ваш текст | <li>Ваш текст | Bullet point inside a list. |
[numbered]Ваш текст[/numbered] | <ol>Ваш текст</ol> | Numbered list. |
[font=параметр]Ваш текст[/font] | <span style="font-family: параметр">Ваш текст</span> | Put text in the specified font. |
[hr]Ваш текст | <hr style="width: 100%; height: 2px;">Ваш текст | Horizontal rule. |
[center]Ваш текст[/center] | <div style="text-align: center;">Ваш текст</div> | Center text. |
[right]Ваш текст[/right] | <div style="text-align: right;">Ваш текст</div> | Align text to right. |
[indent=параметр]Ваш текст[/indent] | <div style="margin-left: параметрpx;">Ваш текст</div> | Indent by specified number of pixels. |
[highlight=параметр]Ваш текст[/highlight] | <span style="background-color: параметр">Ваш текст</span> | Set background color for text. |
[email]Ваш текст[/email] | <a href="mailto:Ваш текст">Ваш текст</a> | Clickable email address. |
[strike]Ваш текст[/strike] | <strike>Ваш текст</strike> | Cross out text. |
[youtube]Ваш текст[/youtube] | <iframe width="420" height="315" src="https://www.youtube.com/embed/Ваш текст" frameborder="0" allowfullscreen></iframe> | Embeds a YouTube video. |
[sub]Ваш текст[/sub] | <sub>Ваш текст</sub> | Subscript. |
[sup]Ваш текст[/sup] | <sup>Ваш текст</sup> | Superscript. |
[fullfont параметр]Ваш текст[/fullfont] | <font параметр>Ваш текст</font> | Set a font face, size or family. |
[cite=параметр]Ваш текст[/cite] | <div class="quote cite"><span class="quoteby">From source параметр:</span><br />Ваш текст</div> | Cites a source. |
[image]Ваш текст[/image] | <img src="download.php?filetitle=Ваш текст"> | Displays the attached image with the specified filename, if present. |
[image=параметр]Ваш текст[/image] | <img src="thumbnail.php?size=параметр&filetitle=Ваш текст"> | Displays thumbnail of the attached image with the specified filename, if present. E.g. use 300x200 as the parameter for a 300x200 thumbnail. |