Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
[B], [I], [U], [S] - Kalın, italik, altı çizili ve vurgulu
Sarılı metni kalın, italik, altı çizili veya vurgulu haline getirir.
Örnek:
Örnek [B]Kalın[/B] metin.
Örnek [I]yatık[/I] metin.
Örnek [U]Altı çizili[/U] metin.
Örnek [S]vugulanmış[/S] metin.
Output:
Örnek Kalın metin.
Örnek yatık metin.
Örnek Altı çizili metin.
Örnek vugulanmış metin.
[COLOR=renk], [FONT=yazı tipi], [SIZE=boyut] - Metin Rengi, Yazı Tipi ve Boyut
Sarılı metnin rengini, yazı tipi veya boyutunu değiştirir.
Örnek:
[COLOR=red]Kırmızı[/COLOR] ve [COLOR=#0000cc]mavi[/COLOR] yazı örneği.
[FONT=Courier New]Courier New[/FONT] yazı örneği.
[SIZE=1]Küçük[/SIZE] ve [SIZE=7]büyük[/SIZE] yazı örneği.
Output:
Kırmızı ve mavi yazı örneği. Courier New yazı örneği. Küçük ve büyük yazı örneği.
[URL], [EMAIL] - Link Verme
Sarılmış metni hedef olarak kullanarak bir link oluşturur.
Spoiler içerebilecek metni gizleyen ve görülmesi gereken izleyici tarafından tıklanması gereken normal içerikler arasında satır içi metin görüntülemenizi sağlar.
Örnek:
İçeriği görmek için aşağıdaki[ISPOILER]sözcüğü[/ISPOILER] tıklamanız gereklidir.
Output:
İçeriği görmek için aşağıdakisözcüğü tıklamanız gereklidir.
[CODE] - Kod göstermini programlama
Mümkün olan sözdizimini vurgulayan, çeşitli programlama dillerinden birinde metin görüntüler.
Örnek:
Genel kod:
[CODE]Genel kod[/CODE]
Zengin kod:
[CODE=rich][COLOR=red]Zengin [/COLOR]
kod[/CODE]
PHP kodu:
[CODE=php]echo $hello . ' İmparatorunuza söyleyin, şimdiki Osmanlı padişahı öncekilere benzemez. Bizim gücümüzün ulaştığı yerlere, sizin imparatorunuzun hayalleri bile ulaşamaz.';[/CODE]
echo $hello . ' İmparatorunuza söyleyin, şimdiki Osmanlı padişahı öncekilere benzemez. Bizim gücümüzün ulaştığı yerlere, sizin imparatorunuzun hayalleri bile ulaşamaz.';
JS code:
Kod:
var hello = 'Ne mutlu Türküm diyene...';
[ICODE] - Satır içi programlama kodu gösterimi
Normal yayın içeriği arasında kodu anında görüntülemenize izin verir. Sözdizimi vurgulanmayacak.
Örnek:
Satır içi kod blokları, [ICODE]kodu satır içi göstermenin [/ICODE] uygun bir yoludur.
Output:
Satır içi kod blokları, kodu satır içi göstermenin uygun bir yoludur.
[INDENT] - Metin girintisi
Seçili metni içe kaydırır. Daha geniş kaydırmalar için içe içe kullanılabilir.
Örnek:
Normal metin
[INDENT]Girintili metin[/INDENT]
[INDENT=2]Daha girintili metin[/INDENT]
Output:
Normal metin
Girintili metin
Daha girintili metin
[TABLE] - Tablolar
İçerikleriniz içinde tablolar görüntülemek için özel biçimlendirme.
Metni, makine okunabilirliğini kolaylaştırmak için yapılandırılmış bir başlık olarak işaretler.
Örnek:
[HEADING=1]Ana başlık[/HEADING]
Bu metin, bir makalenin ana bölümlerini ayırmak için kullanılan ana bir başlık altında gelir.
[HEADING=2]Küçük başlık[/HEADING]
Bir makalenin birincil bölümlerini alt bölümlere ayırmanız gerektiğinde, 2. düzey küçük bir başlık kullanın.
[HEADING=3]Alt Başlık[/HEADING]
Ek alt bölüme ihtiyacınız varsa, 3. seviyeye düşebilirsiniz.
Output:
Ana başlık
Bu metin, bir makalenin ana bölümlerini ayırmak için kullanılan ana bir başlık altında gelir.
Küçük başlık
Bir makalenin birincil bölümlerini alt bölümlere ayırmanız gerektiğinde, 2. düzey küçük bir başlık kullanın.
Alt Başlık
Ek alt bölüme ihtiyacınız varsa, 3. seviyeye düşebilirsiniz.
[PLAIN] - Düz metin
Sarılmış metinde BB kod çevirisini devre dışı bırakır.
Örnek:
[PLAIN]Bu [B]kalın[/B] bir yazı değil.[/PLAIN]
Output:
Bu [B]kalın[/B] bir yazı değil.
[ATTACH] - Dosya ekleme
Belirtilen noktaya bir dosya ekler. Ek, bir resim ise, küçük resim veya tam boyutlu bir görünüm eklenir. Bu genellikle uygun butona tıklatarak yerleştirilir.
Örnek:
Küçük resim: [ATTACH]123[/ATTACH]
Tam boyut: [ATTACH=full]123[/ATTACH]
Output:
Ekli dosyaların içeriği burada görülecektir.
[CLUB]
- For club members
The information inside the code is displayed only to members of the club.
Örnek:
[CLUB]Hello World![/CLUB] - Hidden text for club members
- Only registered users who are registered not earlier than 5 days ago are displayed.
[GROUPS=option]
- For user groups
The tag hides content from people who are not members of X,Y,Z user groups.
Örnek:
[GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
Output:
Content of this hidden block can only be seen by members of: SroPalace Üyesi
- Displayed only for group members with ID 2.
[HIDE]
·
[HIDE=option]
- For registered users only
Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.
Allowed expressions (tags):
posts: Number of user posts.
likes: User reaction count.
reactions: User reaction count (same as likes).
trophies: Number of user trophies.
days: Number of days since user registration.
isMemberOf(id): User group, for multiple groups you can use comma-separated values.
username: User's username.
user_id: User's identifier.
user_state: User's state.
is_staff: Flag indicating whether the user is a staff member.
is_admin: Flag indicating whether the user is an administrator.
is_moderator: Flag indicating whether the user is a moderator.
Allowed operators:
Arithmetic operators:
Arithmetic operators are used for performing mathematical calculations:
+
-
*
/
% (modulus)
** (exponentiation)
Comparison operators:
Comparison operators are used for comparing values and returning a boolean result:
== (equal to)
=== (strictly equal to)
!= (not equal to)
!== (strictly not equal to)
< (less than)
> (greater than)
<= (less than or equal to)
>= (greater than or equal to)
Logical operators:
Logical operators are used for performing logical operations and returning a boolean result:
and or && (logical AND)
or or || (logical OR)
not or ! (logical NOT)
Bitwise operators:
Bitwise operators are performed on binary representations of numbers:
& (bitwise AND)
| (bitwise OR)
^ (bitwise XOR)
String operators:
The ~ operator is used for string concatenation:
~ (string concatenation)
Array operators:
Array operators are used for checking element membership in an array:
in (element present in array)
not in (element not present in array)
Numeric operators:
The .. operator is used to create a range of numbers:
.. (number range)
Ternary operator:
The ?: operator is used to perform conditional operations in a single line:
?: (ternary operator)
Örnek:
[HIDE]Hello World![/HIDE] - only registered users see the hidden text
[HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
[HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
[HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
[HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.
Output:
View hidden content is available for registered users!
- only registered users see the hidden text
message > 1 (0) or like > 1 (0)
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
message > 1 (0) and like > 1 (0)
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
day > 1 (0) or Kullanıcı durumu is "valid" (valid)
Hello World!
- The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
Member group(s): SroPalace Üyesi or point >= 0 (0)
Hello World!
- The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
Yönetici
- The hidden text "Hello World!" will be displayed if the user is a staff member.
[LIKES=option]
- Number of likes
Number of likes on the forum, which the user needs to be able to view
Örnek:
[LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
- This tag hides the text until the user clicks the <b>Like button</b> in the message.
[TROPHIES=option]
- Number of trophies
Number of trophies on the forum, which the user needs to be able to view
Örnek:
[TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.