Russian перевод

ПроектРелизКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
Add line and paragraph breaks to text, excluding text in preformatted code blocks. If you disable this option, you need to enable Drupal's "Line break converter". Don't use both together!
Добавлять переводы строк и абзацы в текст, за исключением формата кода. Если вы выключили эту опцию, обязательно включите опцию самого Друпала "Конвертировать переводы строк". Не используйте эти опции вместе!
Print debugging info
Выводить отладочную информацию
Print BBCode parse date and execution time. This option should be disabled on production sites. You may need to clear the cache after changing this option.
Выводить время разбора текста фильтром BBCode и времени работы. На работающих сайтах эта опция должна быть выключена. После изменения этой опции может быть необходимо очистить кэш сайта.
Input filters
Форматы ввода
<a id="filter-bbcode"></a><h2>BBCode Guide</h2>разрыв строки
разрыв строки
<h3>Introduction</h3>разрыв строки
разрыв строки
<p>разрыв строки
BBCode allows you to specify formatting rules for your text,разрыв строки
even if you are not allowed to use HTML in your posts. BBCodeразрыв строки
originated from the forum software named PHPBB, and this siteразрыв строки
has a special implementation of it.разрыв строки
</p>разрыв строки
<p>разрыв строки
In BBCode terms, you use "tags" to add formatting to your text. Everyразрыв строки
tag is enclosed in <strong>[</strong> and <strong>]</strong> brackets. разрыв строки
If you want to mark some region in your text, you need to use an opening разрыв строки
tag and a closing tag. Closing tags start with <strong>[/</strong>, asразрыв строки
you will see in the examples below. If you mistype a tag or forget to разрыв строки
close it, you will not get the desired formatting.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Simple text formatting</h3>разрыв строки
разрыв строки
<p>разрыв строки
BBCode allows you to make some parts of your texts stand out from theразрыв строки
context by adding <strong>[b]</strong>old, <strong>[i]</strong>talic,разрыв строки
<strong>[u]</strong>nderlined and <strong>[s]</strong>trikeout formatting разрыв строки
to them. The <strong>[color]</strong>, <strong>[size]</strong> and разрыв строки
<strong>[font]</strong> tags allow you to change the color, size and font разрыв строки
of portions of the text you enclose with these tags. Both require a разрыв строки
parameter (which colour, how big, what font) that is suffixed to the name разрыв строки
of the tag by an equals sign (example below). You should not repeat the разрыв строки
parameter in the closing tag!разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
You can specify any recognized color name (red, blue, green, white, etc.)разрыв строки
or a hexadecimal color value (#CDCDCD, #FFFFFF, etc.) as the parameter ofразрыв строки
a <strong>[color]</strong> tag. The <strong>[size]</strong> tag allows youразрыв строки
to set the font size between 6 and 48, 6 being the smallest size.разрыв строки
Note that using very large text is considered by many to be annoying, andразрыв строки
it is seldom a good idea to try to attract more attention to your post inразрыв строки
this way. The <strong>[font]</strong> tag can be set to any valid font face,разрыв строки
such as Arial, Arial Black, Courier, Courier New, Helvetica, Impact, разрыв строки
Times New Roman, Verdana, etc.разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>I [b]need to do[/b] this by the weekend</td>разрыв строки
<td>I <strong>need to do</strong> this by the weekend</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>John said that [i]we should[/i] ask her</td>разрыв строки
<td>John said that <em>we should</em> ask her</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>I [u]would not like to[/u] offend you</td>разрыв строки
<td>I <span style="text-decoration: underline;">would not like to</span> offend you</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Let's correct this [s]mispelled[/s] misspelled word</td>разрыв строки
<td>Let's correct this <s>mispelled</s> misspelled word</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Jane was at [color=blue]the coast[/color]</td>разрыв строки
<td>Jane was at <span style="color: blue;">the coast</span></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Joe was in [color=#FF0000]the forest[/color]</td>разрыв строки
<td>Joe was in <span style="color: #FF0000;">the forest</span></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>You said: [size=30]HEY![/size]</td>разрыв строки
<td>You said: <span style="font-size: 30px;">HEY!</span></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>She said: [font=Courier]What?[/font]</td>разрыв строки
<td>She said: <span style="font-family: Courier;">What?</span></td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Creating links</h3>разрыв строки
разрыв строки
<p>разрыв строки
You have multiple options to specify links to other destinations inразрыв строки
your posts.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
URLs (Uniform Resource Locators) starting with "www" or "ftp" (eg.разрыв строки
www.example.com) are automatically recognized and replaced with links. разрыв строки
You can also use the <strong>[url]</strong> tag with a parameter to разрыв строки
specify a link with meaningful text to click on. If you use the url разрыв строки
tag without the parameter, the enclosed text is assumed to be a URL,разрыв строки
and a link is created to that destination.разрыв строки
</p>разрыв строки
<p>разрыв строки
Email addresses in posts are also automatically converted to email links. разрыв строки
For compatibility with common BBCode implementations, an разрыв строки
<strong>[email]</strong> tag is provided. разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>For more examples, visit www.example.com</td>разрыв строки
<td>For more examples, visit <a href="http://www.example.com" target="_blank">www.example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>For more examples, visit http://example.com</td>разрыв строки
<td>For more examples, visit <a href="http://example.com" target="_blank">http://example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>If you have questions ask me at joe@example.com</td>разрыв строки
<td>If you have questions ask me at <a href="mailto:joe@example.com">joe@example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>If you have questions ask me at [email]joe@example.com[/email]</td>разрыв строки
<td>If you have questions ask me at <a href="mailto:joe@example.com">joe@example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>We use [url=http://example.com/]the example site[/url] in these examples</td>разрыв строки
<td>We use <a href="http://example.com/" target="_blank">the example site</a> in these examples</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>We use [url]http://example.com/[/url] in these examples</td>разрыв строки
<td>We use <a href="http://example.com/" target="_blank">http://example.com/</a> in these examples</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Displaying images</h3>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[img]</strong> tag allows you to display an image in yourразрыв строки
post. You need to specify a URL to the image, so it needs to beразрыв строки
accessible somewhere on the internet. Beware of adding very largeразрыв строки
images to your text, or the page will load very slowly!разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
If you enclose a URL in an <strong>[img]</strong> tag, then it willразрыв строки
be replaced with code to display the image. For example <code>A goodразрыв строки
screenshot: [img]http://example.com/screenshot.png[/img]</code>разрыв строки
will show you the screenshot (if it exists). разрыв строки
</p>разрыв строки
<p>разрыв строки
You can also specify the desired display dimensions of the image byразрыв строки
adding a dimension parameter to the <strong>[img]</strong> tag. <code>Aразрыв строки
good screenshot: [img=640x480]http://example.com/screenshot.png[/img]</code>разрыв строки
will display the image in 640x480 (though the full image will beразрыв строки
downloaded). Do not use this to show a thumbnail of an image!разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
You are free to link an image to an external destination by enclosingразрыв строки
the <strong>[img]</strong> tag with a <strong>[url]</strong> tag: <code>Seeразрыв строки
[url=http://example.com][img]http://example.com/screenshot.png[/img][/url]</code>.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Ordered and unordered lists</h3>разрыв строки
разрыв строки
<p>разрыв строки
The simplest list type is the unordered list, which means that there isразрыв строки
no numbering applied to the elements. You can make such a list by enclosingразрыв строки
the list elements in <strong>[list]</strong> opening and closing tags.разрыв строки
Specify the start of one element with the <strong>[*]</strong> list elementразрыв строки
marker, which has no closing tag pair.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
To create an ordered list, you should add a parameter to the разрыв строки
<strong>[list]</strong> list tag specifying what type of ordered list разрыв строки
you would like to see. The possible parameters are "i", "I", "1", разрыв строки
"a", "A", "c", "d" and "s" which all correspond to the display разрыв строки
of the first list element.разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td><pre>разрыв строки
I loveразрыв строки
[list]разрыв строки
[*]Orangesразрыв строки
[*]Applesразрыв строки
[*]Bananasразрыв строки
[/list]разрыв строки
</pre></td>разрыв строки
<td>разрыв строки
I love разрыв строки
<ul>разрыв строки
<li>Oranges</li>разрыв строки
<li>Apples</li>разрыв строки
<li>Bananas</li>разрыв строки
</ul>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td><pre>разрыв строки
I loveразрыв строки
[list=I]разрыв строки
[*]Orangesразрыв строки
[*]Applesразрыв строки
[*]Bananasразрыв строки
[/list]разрыв строки
</pre></td>разрыв строки
<td>разрыв строки
I love разрыв строки
<ol style="list-style-type: upper-roman;">разрыв строки
<li>Oranges</li>разрыв строки
<li>Apples</li>разрыв строки
<li>Bananas</li>разрыв строки
</ol>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td><pre>разрыв строки
I loveразрыв строки
[list=1]разрыв строки
[*]Orangesразрыв строки
[*]Applesразрыв строки
[*]Bananasразрыв строки
[/list]разрыв строки
</pre></td>разрыв строки
<td>разрыв строки
I love разрыв строки
<ol style="list-style-type: decimal;">разрыв строки
<li>Oranges</li>разрыв строки
<li>Apples</li>разрыв строки
<li>Bananas</li>разрыв строки
</ol>разрыв строки
</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Fixed-width text and block formatting</h3>разрыв строки
разрыв строки
<p>разрыв строки
You can use the <strong>[code]</strong> tag to add an inline fixed-widthразрыв строки
formatted part or to add a block of (usually program) code. If there isразрыв строки
any newline present between the opening and closing tags, then a blockразрыв строки
will be displayed.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
Similarly, the <strong>[php]</strong> tag can be used to post PHP code. разрыв строки
PHP code will automatically be syntax highlighted for easier readability.разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Edit your [code]robots.txt[/code] file</td>разрыв строки
<td>Edit your <code>robots.txt</code> file</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
An HTML title example:<br />разрыв строки
[code]<br />разрыв строки
&lt;head&gt;<br />разрыв строки
&nbsp;&lt;title&gt;Page Title&lt;/title&gt;<br />разрыв строки
&lt;/head&gt;<br />разрыв строки
[/code]разрыв строки
</td>разрыв строки
<td>разрыв строки
An HTML title example:<br />разрыв строки
<div class="codeblock"><code>разрыв строки
&lt;head&gt;<br />разрыв строки
&nbsp;&lt;title&gt;Page Title&lt;/title&gt;<br />разрыв строки
&lt;/head&gt;<br />разрыв строки
</code>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
Some PHP code:<br />разрыв строки
[php]<br />разрыв строки
&lt;?php<br />разрыв строки
function hello()<br />разрыв строки
{<br />разрыв строки
&nbsp;&nbsp;echo "Hello World!";<br />разрыв строки
}<br />разрыв строки
?&gt;<br />разрыв строки
[/php]разрыв строки
</td>разрыв строки
<td valign=top>разрыв строки
Some PHP code:<br />разрыв строки
<div class="codeblock"><code>разрыв строки
<font color="#000000">разрыв строки
<font color="#0000BB">&lt;?php<br /></font><font color="#007700">function </font><font color="#0000BB">hello</font><font color="#007700">()<br />{<br />&nbsp;&nbsp;echo </font><font color="#DD0000">"Hello World!"</font><font color="#007700">;<br />}<br /><font color="#0000BB">?&gt;</font>разрыв строки
</font>разрыв строки
</code>разрыв строки
</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Text and block alignment</h3>разрыв строки
разрыв строки
<p>разрыв строки
You can also set the alignment of the text by using <strong>[left]</strong>,разрыв строки
<strong>[right]</strong> and <strong>[center]</strong> tags. The разрыв строки
<strong>[float]</strong> tag can be used to place floating boxes in the text разрыв строки
(especially handy for images). You can specify the direction of the floating withразрыв строки
<strong>[float=left]</strong> and <strong>[float=right]</strong>. The разрыв строки
<strong>[justify]</strong> tag can be used justify text on both sides of разрыв строки
the page.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Other supported tags</h3>разрыв строки
разрыв строки
<p>разрыв строки
It is possible to quote something that has already been posted, by just разрыв строки
putting <strong>[quote][/quote]</strong> tags around it. To quote a разрыв строки
specific person, use something like [quote=John]. Quote tags can разрыв строки
be nested.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[sub]</strong> and <strong>[sup]</strong> tags can be used разрыв строки
to add subscript and superscript text. For example,разрыв строки
H[sub]2[/sub]O gives H<sub>2</sub>O, while разрыв строки
X[sup]3[/sup] gives X<sup>3</sup>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[acronym]</strong> tag allow you to identify text as разрыв строки
an acronym and provide a description when users move their mouse разрыв строки
over the tag. For example,разрыв строки
[acronym=Structured Query Language]SQL[/acronym] produces разрыв строки
<acronym title="Structured Query Language">SQL</acronym>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[abbr]</strong> tag allow you to identify text as разрыв строки
an abbreviation and provide a description when users move their mouse разрыв строки
over the tag. For example,разрыв строки
[abbr=World Wide Web]WWW[/abbr] produces разрыв строки
<abbr title="World Wide Web">WWW</abbr>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[notag]</strong> tags prevent text inside the tags from being разрыв строки
parsed. This allows you to give examples of BBcode and not have it разрыв строки
converted to HTML. For example: [notag]These [b]tags[/b] are not разрыв строки
rendered[/notag] will produce "These [b]tags[/b] are not rendered".разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[hr]</strong> tag draws a horizontal line across the page. Handyразрыв строки
for separating chunks of text.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Using multiple formatting tags</h3>разрыв строки
разрыв строки
<p>разрыв строки
You can apply more than one formatting specification to a portion of someразрыв строки
text. <code>I was at [b][i]the coast[/i][/b]</code> will beразрыв строки
rendered as <code>I was at <strong><em>the coast</em></strong></code>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
Make sure that you take care of the proper order of the opening and closingразрыв строки
tags. You should close the tags in the opposite order in which you openedразрыв строки
them. Otherwise you might get very strange rendering results. Also checkразрыв строки
your post with the preview function before submitting it, in case there areразрыв строки
formatting errors due to improper BBCode usage.разрыв строки
</p>
You can use !BBCode tags in the text, URLs will automatically be converted to links.
Вы можете использовать в тексте теги !BBCode. Ссылки будут отформатированы автоматически (преобразованы в теги).
<a id="filter-bbcode"></a><h2>BBCode Guide</h2>разрыв строки
разрыв строки
<p>разрыв строки
BBCode allows you to specify formatting rules for your text,разрыв строки
even if you are not allowed to use HTML in your posts. BBCodeразрыв строки
originated from the forum software named PHPBB, and this siteразрыв строки
has a special implementation of it.разрыв строки
</p>разрыв строки
<p>разрыв строки
In BBCode terms, you use "tags" to add formatting to your text. Everyразрыв строки
tag is enclosed in <strong>[</strong> and <strong>]</strong> brackets.разрыв строки
If you want to mark some region in your text, you need to use an openingразрыв строки
tag and a closing tag. Closing tags start with <strong>[/</strong>, asразрыв строки
you will see in the examples below. If you mistype a tag or forget toразрыв строки
close it, you will not get the desired formatting.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Simple text formatting</h3>разрыв строки
разрыв строки
<p>разрыв строки
BBCode allows you to make some parts of your texts stand out from theразрыв строки
context by adding <strong>[b]</strong>old, <strong>[i]</strong>talic,разрыв строки
<strong>[u]</strong>nderlined and <strong>[s]</strong>trikeout formattingразрыв строки
to them. The <strong>[color]</strong>, <strong>[size]</strong> andразрыв строки
<strong>[font]</strong> tags allow you to change the color, size and fontразрыв строки
of portions of the text you enclose with these tags. Both require aразрыв строки
parameter (which colour, how big, what font) that is suffixed to the nameразрыв строки
of the tag by an equals sign (example below). You should not repeat theразрыв строки
parameter in the closing tag!разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
You can specify any recognized color name (red, blue, green, white, etc.)разрыв строки
or a hexadecimal color value (#CDCDCD, #FFFFFF, etc.) as the parameter ofразрыв строки
a <strong>[color]</strong> tag. The <strong>[size]</strong> tag allows youразрыв строки
to set the font size between 6 and 48, 6 being the smallest size.разрыв строки
Note that using very large text is considered by many to be annoying, andразрыв строки
it is seldom a good idea to try to attract more attention to your post inразрыв строки
this way. The <strong>[font]</strong> tag can be set to any valid font face,разрыв строки
such as Arial, Arial Black, Courier, Courier New, Helvetica, Impact,разрыв строки
Times New Roman, Verdana, etc.разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>I [b]need to do[/b] this by the weekend</td>разрыв строки
<td>I <strong>need to do</strong> this by the weekend</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>John said that [i]we should[/i] ask her</td>разрыв строки
<td>John said that <em>we should</em> ask her</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>I [u]would not like to[/u] offend you</td>разрыв строки
<td>I <span style="text-decoration: underline;">would not like to</span> offend you</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Let's correct this [s]mispelled[/s] misspelled word</td>разрыв строки
<td>Let's correct this <s>mispelled</s> misspelled word</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Jane was at [color=blue]the coast[/color]</td>разрыв строки
<td>Jane was at <span style="color: blue;">the coast</span></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Joe was in [color=#FF0000]the forest[/color]</td>разрыв строки
<td>Joe was in <span style="color: #FF0000;">the forest</span></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>You said: [size=30]HEY![/size]</td>разрыв строки
<td>You said: <span style="font-size: 30px;">HEY!</span></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>She said: [font=Courier]What?[/font]</td>разрыв строки
<td>She said: <span style="font-family: Courier;">What?</span></td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Creating Headings</h3>разрыв строки
разрыв строки
<p>разрыв строки
Headings are an important part of articles.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
You can use tags [h1] to [h6] to format headings corresponding to HTML's &lt;h1&gt; to &lt;h6&gt;разрыв строки
</p>разрыв строки
разрыв строки
Examples:разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<td>разрыв строки
[h1]Level 1 Heading[/h1]разрыв строки
</td>разрыв строки
<td>разрыв строки
<h1>Level 1 Heading</h1>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
[h2]Level 2 Heading[/h2]разрыв строки
</td>разрыв строки
<td>разрыв строки
<h2>Level 2 Heading</h2>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
[h3]Level 3 Heading[/h3]разрыв строки
</td>разрыв строки
<td>разрыв строки
<h3>Level 3 Heading</h3>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
[h4]Level 4 Heading[/h4]разрыв строки
</td>разрыв строки
<td>разрыв строки
<h4>Level 4 Heading</h4>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
[h5]Level 5 Heading[/h5]разрыв строки
</td>разрыв строки
<td>разрыв строки
<h5>Level 5 Heading</h5>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
[h6]Level 6 Heading[/h6]разрыв строки
</td>разрыв строки
<td>разрыв строки
<h6>Level 6 Heading</h6>разрыв строки
</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Creating links</h3>разрыв строки
разрыв строки
<p>разрыв строки
You have multiple options to specify links to other destinations inразрыв строки
your posts.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
URLs (Uniform Resource Locators) starting with "www" or "ftp" (eg.разрыв строки
www.example.com) are automatically recognized and replaced with links.разрыв строки
You can also use the <strong>[url]</strong> tag with a parameter toразрыв строки
specify a link with meaningful text to click on. If you use the urlразрыв строки
tag without the parameter, the enclosed text is assumed to be a URL,разрыв строки
and a link is created to that destination.разрыв строки
</p>разрыв строки
<p>разрыв строки
Email addresses in posts are also automatically converted to email links.разрыв строки
For compatibility with common BBCode implementations, anразрыв строки
<strong>[email]</strong> tag is provided.разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>For more examples, visit www.example.com</td>разрыв строки
<td>For more examples, visit <a href="http://www.example.com" target="_blank">www.example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>For more examples, visit http://example.com</td>разрыв строки
<td>For more examples, visit <a href="http://example.com" target="_blank">http://example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>If you have questions ask me at joe@example.com</td>разрыв строки
<td>If you have questions ask me at <a href="mailto:joe@example.com">joe@example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>If you have questions ask me at [email]joe@example.com[/email]</td>разрыв строки
<td>If you have questions ask me at <a href="mailto:joe@example.com">joe@example.com</a></td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>We use [url=http://example.com/]the example site[/url] in these examples</td>разрыв строки
<td>We use <a href="http://example.com/" target="_blank">the example site</a> in these examples</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>We use [url]http://example.com/[/url] in these examples</td>разрыв строки
<td>We use <a href="http://example.com/" target="_blank">http://example.com/</a> in these examples</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h4>Anchors</h4>разрыв строки
разрыв строки
<p>разрыв строки
Many times, you want to refer to a particular part of text from some another part.разрыв строки
Using anchors this is possible.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
To use anchors, use [anchor=<strong>name</strong>]TEXT[/anchor]разрыв строки
To refer this at another place, use [url=#<strong>name</strong>]My old referenece[/url]разрыв строки
The name <strong><em>must</em></strong> be same at both places.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Displaying images</h3>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[img]</strong> tag allows you to display an image in yourразрыв строки
post. You need to specify a URL to the image, so it needs to beразрыв строки
accessible somewhere on the internet. Beware of adding very largeразрыв строки
images to your text, or the page will load very slowly!разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
If you enclose a URL in an <strong>[img]</strong> tag, then it willразрыв строки
be replaced with code to display the image. For example <code>A goodразрыв строки
screenshot: [img]http://example.com/screenshot.png[/img]</code>разрыв строки
will show you the screenshot (if it exists).разрыв строки
</p>разрыв строки
<p>разрыв строки
You can also specify the desired display dimensions of the image byразрыв строки
adding a dimension parameter to the <strong>[img]</strong> tag. <code>Aразрыв строки
good screenshot: [img=640x480]http://example.com/screenshot.png[/img]</code>разрыв строки
will display the image in 640x480 (though the full image will beразрыв строки
downloaded). Do not use this to show a thumbnail of an image!разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
You are free to link an image to an external destination by enclosingразрыв строки
the <strong>[img]</strong> tag with a <strong>[url]</strong> tag: <code>Seeразрыв строки
[url=http://example.com][img]http://example.com/screenshot.png[/img][/url]</code>.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Google, Wikipedia and Youtube</h3>разрыв строки
разрыв строки
<p>разрыв строки
To refer to Google and Wikipedia use this: <br/>разрыв строки
[google]The search query[/google], this will output search query <em>as a link</em> <strong>http://www.google.com/search?q=The+search+query</strong><br/>разрыв строки
[wikipedia]Wiki Page[/wikipedia], this will output <em>a link</em> as <strong>http://http://www.wikipedia.org/wiki/Wiki Page</strong><br/>разрыв строки
разрыв строки
To embed Youtube videos, use this: <br/>разрыв строки
[youtube]Video Code i.e. the string that appears after v= in http://www.youtube.com/watch?v=[/youtube], this will embed the videoразрыв строки
</p>разрыв строки
разрыв строки
<h3>Abbreviations and Acronyms</h3>разрыв строки
разрыв строки
<p>разрыв строки
Using the [abbr] and [acronym] tags, you can create abbreviations and acronyms. <br/>разрыв строки
[abbr=<strong>full expansion</strong>]shortname as displayed[/abbr] <br/>разрыв строки
[acronym=<strong>full expansion</strong>]shortname as displayed[/acronym] <br/>разрыв строки
</p>разрыв строки
разрыв строки
<h3>Tables</h3>разрыв строки
разрыв строки
<p>разрыв строки
Some formatting using tables can be done as below:разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<td>разрыв строки
The table code for rows, columns and heads must be enclosed between [table] and [/table]разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
Rows can be specified using [row], [r] or [tr]. Just enclose the text between the tag.<br/>разрыв строки
You can also specify the row's background color using the color property of the tag i.e. [row color=#FFFFFF]. It should be in hexadecimal form, the default format for HTML colors.разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
Columns can be specified by enclosing the text between [col], [c] or [td]разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
Column headings (th tag) can be specified by enclosing the head text between [header], [head] or [h].разрыв строки
</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Ordered and unordered lists and indentation</h3>разрыв строки
разрыв строки
<p>разрыв строки
The simplest list type is the unordered list, which means that there isразрыв строки
no numbering applied to the elements. You can make such a list by enclosingразрыв строки
the list elements in <strong>[list]</strong> opening and closing tags.разрыв строки
Specify the start of one element with the <strong>[*]</strong> list elementразрыв строки
marker, which has no closing tag pair.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
To create an ordered list, you should add a parameter to theразрыв строки
<strong>[list]</strong> list tag specifying what type of ordered listразрыв строки
you would like to see. The possible parameters are "i", "I", "1",разрыв строки
"a", "A", "c", "d" and "s" which all correspond to the displayразрыв строки
of the first list element.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
To indent some text, you need to follow this syntax - [indent]TEXT[/indent].разрыв строки
You can use nested indentation to show various indentation levels.разрыв строки
[indent]TEXT1<br>[indent]TEXT2[/indent]<br>[/indent]разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td><pre>разрыв строки
I loveразрыв строки
[list]разрыв строки
[*]Orangesразрыв строки
[*]Applesразрыв строки
[*]Bananasразрыв строки
[/list]разрыв строки
</pre></td>разрыв строки
<td>разрыв строки
I loveразрыв строки
<ul>разрыв строки
<li>Oranges</li>разрыв строки
<li>Apples</li>разрыв строки
<li>Bananas</li>разрыв строки
</ul>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td><pre>разрыв строки
I loveразрыв строки
[list=I]разрыв строки
[*]Orangesразрыв строки
[*]Applesразрыв строки
[*]Bananasразрыв строки
[/list]разрыв строки
</pre></td>разрыв строки
<td>разрыв строки
I loveразрыв строки
<ol style="list-style-type: upper-roman;">разрыв строки
<li>Oranges</li>разрыв строки
<li>Apples</li>разрыв строки
<li>Bananas</li>разрыв строки
</ol>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td><pre>разрыв строки
I loveразрыв строки
[list=1]разрыв строки
[*]Orangesразрыв строки
[*]Applesразрыв строки
[*]Bananasразрыв строки
[/list]разрыв строки
</pre></td>разрыв строки
<td>разрыв строки
I loveразрыв строки
<ol style="list-style-type: decimal;">разрыв строки
<li>Oranges</li>разрыв строки
<li>Apples</li>разрыв строки
<li>Bananas</li>разрыв строки
</ol>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
<pre>разрыв строки
I loveразрыв строки
[indent]computingразрыв строки
[indent]and I am a geek[/indent]разрыв строки
[/indent]разрыв строки
</pre>разрыв строки
</td>разрыв строки
<td>I love<div style="padding-left: 20px;">computing<div style="padding-left:20px;">and I am a geek</div></div>разрыв строки
</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Fixed-width text and block formatting</h3>разрыв строки
разрыв строки
<p>разрыв строки
You can use the <strong>[code]</strong> tag to add an inline fixed-widthразрыв строки
formatted part or to add a block of (usually program) code. If there isразрыв строки
any newline present between the opening and closing tags, then a blockразрыв строки
will be displayed.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
Similarly, the <strong>[php]</strong> tag can be used to post PHP code.разрыв строки
PHP code will automatically be syntax highlighted for easier readability.разрыв строки
</p>разрыв строки
разрыв строки
<table width="98%">разрыв строки
<tr>разрыв строки
<th>usage</th><th>display</th>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>Edit your [code]robots.txt[/code] file</td>разрыв строки
<td>Edit your <code>robots.txt</code> file</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
An HTML title example:<br />разрыв строки
[code]<br />разрыв строки
&lt;head&gt;<br />разрыв строки
&nbsp;&lt;title&gt;Page Title&lt;/title&gt;<br />разрыв строки
&lt;/head&gt;<br />разрыв строки
[/code]разрыв строки
</td>разрыв строки
<td>разрыв строки
An HTML title example:<br />разрыв строки
<div class="codeblock"><code>разрыв строки
&lt;head&gt;<br />разрыв строки
&nbsp;&lt;title&gt;Page Title&lt;/title&gt;<br />разрыв строки
&lt;/head&gt;<br />разрыв строки
</code>разрыв строки
</td>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
</tr>разрыв строки
<tr>разрыв строки
<td>разрыв строки
Some PHP code:<br />разрыв строки
[php]<br />разрыв строки
&lt;?php<br />разрыв строки
function hello()<br />разрыв строки
{<br />разрыв строки
&nbsp;&nbsp;echo "Hello World!";<br />разрыв строки
}<br />разрыв строки
?&gt;<br />разрыв строки
[/php]разрыв строки
</td>разрыв строки
<td valign=top>разрыв строки
Some PHP code:<br />разрыв строки
<div class="codeblock"><code>разрыв строки
<font color="#000000">разрыв строки
<font color="#0000BB">&lt;?php<br /></font><font color="#007700">function </font><font color="#0000BB">hello</font><font color="#007700">()<br />{<br />&nbsp;&nbsp;echo </font><font color="#DD0000">"Hello World!"</font><font color="#007700">;<br />}<br /><font color="#0000BB">?&gt;</font>разрыв строки
</font>разрыв строки
</code>разрыв строки
</td>разрыв строки
</tr>разрыв строки
</table>разрыв строки
разрыв строки
<h3>Text and block alignment</h3>разрыв строки
разрыв строки
<p>разрыв строки
You can also set the alignment of the text by using <strong>[left]</strong>,разрыв строки
<strong>[right]</strong> and <strong>[center]</strong> tags. Theразрыв строки
<strong>[float]</strong> tag can be used to place floating boxes in the textразрыв строки
(especially handy for images). You can specify the direction of the floating withразрыв строки
<strong>[float=left]</strong> and <strong>[float=right]</strong>. Theразрыв строки
<strong>[justify]</strong> tag can be used justify text on both sides ofразрыв строки
the page.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Other supported tags</h3>разрыв строки
разрыв строки
<p>разрыв строки
It is possible to quote something that has already been posted, by justразрыв строки
putting <strong>[quote][/quote]</strong> tags around it. To quote aразрыв строки
specific person, use something like [quote=John]. Quote tags canразрыв строки
be nested.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[sub]</strong> and <strong>[sup]</strong> tags can be usedразрыв строки
to add subscript and superscript text. For example,разрыв строки
H[sub]2[/sub]O gives H<sub>2</sub>O, whileразрыв строки
X[sup]3[/sup] gives X<sup>3</sup>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[acronym]</strong> tag allow you to identify text asразрыв строки
an acronym and provide a description when users move their mouseразрыв строки
over the tag. For example,разрыв строки
[acronym=Structured Query Language]SQL[/acronym] producesразрыв строки
<acronym title="Structured Query Language">SQL</acronym>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[abbr]</strong> tag allow you to identify text asразрыв строки
an abbreviation and provide a description when users move their mouseразрыв строки
over the tag. For example,разрыв строки
[abbr=World Wide Web]WWW[/abbr] producesразрыв строки
<abbr title="World Wide Web">WWW</abbr>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[notag]</strong> tags prevent text inside the tags from beingразрыв строки
parsed. This allows you to give examples of BBcode and not have itразрыв строки
converted to HTML. For example: [notag]These [b]tags[/b] are notразрыв строки
rendered[/notag] will produce "These [b]tags[/b] are not rendered".разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
The <strong>[hr]</strong> tag draws a horizontal line across the page. Handyразрыв строки
for separating chunks of text.разрыв строки
</p>разрыв строки
разрыв строки
<h3>Using multiple formatting tags</h3>разрыв строки
разрыв строки
<p>разрыв строки
You can apply more than one formatting specification to a portion of someразрыв строки
text. <code>I was at [b][i]the coast[/i][/b]</code> will beразрыв строки
rendered as <code>I was at <strong><em>the coast</em></strong></code>.разрыв строки
</p>разрыв строки
разрыв строки
<p>разрыв строки
Make sure that you take care of the proper order of the opening and closingразрыв строки
tags. You should close the tags in the opposite order in which you openedразрыв строки
them. Otherwise you might get very strange rendering results. Also checkразрыв строки
your post with the preview function before submitting it, in case there areразрыв строки
formatting errors due to improper BBCode usage.разрыв строки
</p>
Convert BBCode to HTML