Bulletin board code/tr: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "Bulletin board codes veya BBCodeları SMF içindeki iletileri düzenlemenin bir yoludur ve diğer çevrim için mekanlarıda. İleti sayfası içindeki butonları açıklamalar...")
 
(Updating to match new version of source page)
Line 1: Line 1:
<!--T:1
Bulletin board codes veya BBCodeları SMF içindeki iletileri düzenlemenin bir yoludur ve diğer çevrim için mekanlarıda. İleti sayfası içindeki butonları açıklamaları için, bakınız [[Basic Bulletin Board Codes]]. Bu makale, iç içe olan önemli kavramları açıklar.
-->Bulletin board codes or BBCodes are a way to format posts in SMF and in many other places online. For an explanation of the buttons in the post page, see [[Basic Bulletin Board Codes]]. This article explains the important concept of nesting.


==<!--T:2
==BBCode yerleştirme==
-->Nesting BBCodes==
Bir BBCode'un genel formatı üç parçadadır, bir açılış etiketi, içindeki içerik ve bir kapanış etiketi, aşağıda gösterildiği gibi:
<!--T:3
{{code|[açık]      text inside      [/close]
-->The general format of a BBCode has three parts, an opening tag, the inside content and a closing tag, as shown below:
[b]        bold text        [/b]}}
{{code|[<!--T:4
===Bold and italic text===
-->open]      <!--T:5
You can place one BBCode tag inside another as long as ''the child tag is closed before the parent tag''. For example, the correct way to make bold and italic text is:<!-- <div class="codeheader">: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a></div> -->{{code|[b][i]bold & italic text[/i][/b]}}This is shown more easily when the tags are indented:{{code|[b]
-->text inside      [/<!--T:6
-->close]
[b]        <!--T:7
-->bold text        [/b]}}
===<!--T:8
-->Bold and italic text===
<!--T:9
-->You can place one BBCode tag inside another as long as ''the child tag is closed before the parent tag''. For example, the correct way to make bold and italic text is:<!-- <div class="codeheader">: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a></div> -->{{code|[b][i]<!--T:10
-->bold & italic text[/i][/b]}}<!--T:11
-->This is shown more easily when the tags are indented:{{code|[b]
     [i]
     [i]
         <!--T:12
         bold & italic text
-->bold & italic text
     [/i]
     [/i]
[/b]}}<!--T:13
[/b]}}The next example is incorrectly nested, which is easily shown with indented tags:
-->The next example is incorrectly nested, which is easily shown with indented tags:
{{code|[b][i]bold & italic text[/b][/i]
{{code|[b][i]<!--T:14
-->bold & italic text[/b][/i]


[b]
[b]
     [i]
     [i]
         <!--T:15
         bold & italic text
-->bold & italic text
[/b]
[/b]
     [/i]}}
     [/i]}}


==<!--T:16
==See Also==
-->See Also==


* [[Basic bulletin board codes]]
* [[Basic bulletin board codes]]

Revision as of 09:22, 10 July 2011

Bulletin board codes veya BBCodeları SMF içindeki iletileri düzenlemenin bir yoludur ve diğer çevrim için mekanlarıda. İleti sayfası içindeki butonları açıklamaları için, bakınız Basic Bulletin Board Codes. Bu makale, iç içe olan önemli kavramları açıklar.

BBCode yerleştirme

Bir BBCode'un genel formatı üç parçadadır, bir açılış etiketi, içindeki içerik ve bir kapanış etiketi, aşağıda gösterildiği gibi:

[açık]      text inside      [/close]
[b]         bold text        [/b]

Bold and italic text

You can place one BBCode tag inside another as long as the child tag is closed before the parent tag. For example, the correct way to make bold and italic text is:

[b][i]bold & italic text[/i][/b]

This is shown more easily when the tags are indented:

[b]
    [i]
        bold & italic text
    [/i]
[/b]

The next example is incorrectly nested, which is easily shown with indented tags:

[b][i]bold & italic text[/b][/i]

[b]
    [i]
        bold & italic text
[/b]
    [/i]

See Also

Languages English  · Deutsch · Ελληνικά · español · français · italiano · Nederlands · norsk · polski · русский · srpski (latinica) · svenska · Türkçe


Advertisement: