User:Emanuele/Bulletin board code/tr From Online Manual

< User:Emanuele
Revision as of 17:30, 12 July 2011 by Emanuele (talk | contribs) (Created page with "{{subst::Bulletin_board_code/tr}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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  · Türkçe


Advertisement: