(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 16: | Line 16: | ||
</div> | </div> | ||
<div class="mw-translate-fuzzy"> | |||
===Полужирный текст и курсив=== | ===Полужирный текст и курсив=== | ||
</div> | |||
<div class="mw-translate-fuzzy"> | <div class="mw-translate-fuzzy"> | ||
Line 47: | Line 49: | ||
</div> | </div> | ||
Note that the order in which | Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows: | ||
{{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}} | {{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}} | ||
Line 60: | Line 62: | ||
* {{llink|Alphabetical list of all bulletin board codes|text=Alphabetical list of all bulletin board codes}} | * {{llink|Alphabetical list of all bulletin board codes|text=Alphabetical list of all bulletin board codes}} | ||
{{ {{Localized|As a regular user}}}} | {{ {{Localized|As a regular user}}}} | ||
<!--T:19--> | |||
Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows: | |||
<!--T:20--> | |||
{{code|<nowiki>[center][size=36pt][b][u]text[/u][/b][/size][/center]</nowiki>}} | |||
<!--T:21--> | |||
Nesting the size tags as per the example below will result in this tag not working: | |||
<!--T:22--> | |||
{{code|<nowiki>[size=36pt][center][b][u]text[/u][/b][/center][/size]</nowiki>}} | |||
<!--T:23--> |
Revision as of 06:50, 19 June 2013
Languages | English · Deutsch · Ελληνικά · español · français · italiano · Nederlands · norsk · polski · русский · srpski (latinica) · svenska · Türkçe |
---|
Коды электронной доски объявлений, или теги (ярлыки) bbCode, являются одним из способов форматирования текста посланий в SMF и во многих других форумах и электронных досках объявлений. Объяснение функции кнопок на странице редактирования посланий дано на странице описания основных BB-тегов (en). Данная статья объясняет важное понятие вложения.
Вложение ярлыков
Общий формат ярлыка bbCode делится на три части — открывающий ярлык, содержимое и закрывающий ярлык, как показано ниже:
[откр.] текст внутри [/закр.] [b] полужирный текст [/b]
Полужирный текст и курсив
Ярлыки можно помещать один в другой покуда внутренний ярлык закрывается раньше внешнего. К примеру, так правильно создавать полужирный курсив:
[b][i]полужирный курсив[/i][/b]
[i][b]bold & italic text[/b][/i]
[b] [i] полужирный курсив [/i] [/b]
В следующем примере, вложение не соответствует указанному выше правилу, что легко продемонстрировано использованием отступления:
[b][i]полужирный курсив[/b][/i] [b] [i] полужирный курсив [/b] [/i]
См. также
Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows:
[center][size=36pt][b][u]text[/u][/b][/size][/center]
Nesting the size tags as per the example below will result in this tag not working:
[size=36pt][center][b][u]text[/u][/b][/center][/size]
See Also
Note that the order in which tags are nested is important when text-formatting tags like size, bold, or italic are paired with the following text-alignment tags: center, left, right, and pre. Formatting tags must be placed inside alignment tags. For example, for the size tag to change the font, it must be placed as follows:
[center][size=36pt][b][u]text[/u][/b][/size][/center]
Nesting the size tags as per the example below will result in this tag not working:
[size=36pt][center][b][u]text[/u][/b][/center][/size]