|
|||||||
| BB Code | |
|
BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message. Below is a list of the BB code tags you can use to format your messages. |
|
| شرح رموز المنتدى | |
| [b], [i], [u] | عريض / مائل / لايوجد تحته خط |
| [color] | اللون |
| [size] | الحجم |
| [font] | الخط |
| [highlight] | Highlight |
| [left], [right], [center] | يسار / يمين / متوسط |
| [indent] | Indent |
| [email] | Email Linking |
| [url] | URL Hyperlinking |
| [thread] | موضوع الإرتباط |
| [post] | إرتباط بمشاركة |
| [list] | Bulleted Lists / قوائم متقدمة |
| [img] | صور |
| [quote] | إقتباس |
| [noparse] | Stop BB Code Parsing |
| [attach] | ملف مرفق |
| [MEDIA] | MEDIA |
| [redirect] | redirect |
Incorrect BB Code Usage:
|
|
| اللون | |
| The [color] tag allows you to change the color of your text. | |
| الإستعمال | [color=الخيار]القيمة[/color] |
| إستعمال مثال | [color=blue]هذا النص أزرق[/color] |
| نتائج المثال | هذا النص أزرق |
| Indent | |
| The [indent] tag allows you to indent your text. | |
| الإستعمال | [indent]القيمة[/indent] |
| إستعمال مثال | [indent]this text is indented[/indent] |
| نتائج المثال |
|
| Email Linking | |
| The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link. | |
| الإستعمال |
[email]القيمة[/email] [email=الخيار]القيمة[/email] |
| إستعمال مثال |
[email]j.doe@example.com[/email] [email=j.doe@example.com]إضغط هنا لمراسلتي[/email] |
| نتائج المثال |
j.doe@example.com إضغط هنا لمراسلتي |
| URL Hyperlinking | |
| The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link. | |
| الإستعمال |
[url]القيمة[/url] [url=الخيار]القيمة[/url] |
| إستعمال مثال |
[url]http://www.haridy.com/ib[/url] [url=http://www.haridy.com/ib]قهوة كتكوت[/url] |
| نتائج المثال |
http://www.haridy.com/ib قهوة كتكوت |
| موضوع الإرتباط | |
| The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link. | |
| الإستعمال |
[thread]threadid[/thread] [thread=threadid]القيمة[/thread] |
| إستعمال مثال |
[thread]42918[/thread] [thread=42918]إنقرني ![/thread] (Note: The threadid/postid is just an example and may not link to a valid thread/post.) |
| نتائج المثال |
http://www.haridy.com/ib/showthread.php?t=42918 إنقرني ! |
| إرتباط بمشاركة | |
| The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link. | |
| الإستعمال |
[post]postid[/post] [post=postid]القيمة[/post] |
| إستعمال مثال |
[post]269302[/post] [post=269302]إنقرني ![/post] (Note: The threadid/postid is just an example and may not link to a valid thread/post.) |
| نتائج المثال |
http://www.haridy.com/ib/showthread.php?p=269302#post269302 إنقرني ! |
| قوائم متقدمة | |
| The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list). | |
| الإستعمال | [list=الخيار]القيمة[/list] |
| إستعمال مثال | [list=1] [*]مادة قائمة 1 [*]مادة قائمة 2 [/list] [list=a] [*]مادة قائمة 1 [*]مادة قائمة 2 [/list] |
| نتائج المثال |
|
| Stop BB Code Parsing | |
| The [noparse] tag allows you to stop the parsing of BB code. | |
| الإستعمال | [noparse][b]القيمة[/b][/noparse] |
| إستعمال مثال | [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse] |
| نتائج المثال | [b]Lorem ipsum dolor sit amet[/b] |
| ملف مرفق | |
| The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized. | |
| الإستعمال | [attach]attachmentid[/attach] |
| إستعمال مثال | [attach]12345[/attach] |
| نتائج المثال | |
| MEDIA | |
| The [media] tag allows you to play certain type of media within your posts. [MEDIA]http://server/file.mp3[/MEDIA] Shown as a mp3 player (Use the flash mp3 player by default). Tag with options: [MEDIA=width,height,autostart,extension]url_of_the_file[/MEDIA] [MEDIA=width,height,autostart]url_of_the_file[/MEDIA] [MEDIA=width,height]url_of_the_file[/MEDIA] ex. [MEDIA=100,200,yes,rm]http://server/file.mp3[/MEDIA] It will use the real player to play the file.mp3, the object is 100px width, 200px height, and it will autostart. [MEDIA=150,250,0]http://server/file.swf[/MEDIA] It will use the flash player to play the file.swf, the object is 150px width, 250px height, and it'll NOT autostart. [MEDIA=211,421]http://server/file.pdf[/MEDIA] It will post the pdf object on the page, the object is 211px width, 421px height. | |
| الإستعمال | [MEDIA]القيمة[/MEDIA] |
| إستعمال مثال | [media]Media Link goes here[/media] |
| نتائج المثال | [media]Media Link goes here[/media] |
| redirect | |
| الإستعمال | [redirect]القيمة[/redirect] |
| إستعمال مثال | redirect |
| نتائج المثال | redirect |