Kalmykian перевод

ПроектРелизКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
Quote:
\1 wrote:
<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 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>
Allow the use of BBCode in your posts.
You can use !BBCode tags in the text.
BBCode
URLs will automatically be converted to links.
Converts BBCode to HTML.
BBCode filter
Convert addresses to links