You may surround a section of text with "[collapse]" and "[/collapse]" to it into a collapsible section.
You may use "[collapse]" tags within other "[collapse]" tags for nested collapsing sections.
If you start with "[collapsed]" or "[collapse collapsed]", the section will default to a collapsed state.
You may specify a title for the section in two ways. You may add a "title=" parameter to the opening tag, such as "[collapse title=<your title here>]". In this case, you should surround the title with double-quotes. If you need to include double-quotes in the title, use the html entity """. For example: '[collapse title=""Once upon a time""]'. If a title is not specified in the "[collapse]" tag, the title will be taken from the first heading found inside the section. A heading is specified using the "<hX>" html tag, where X is a number from 1-6. The heading will be removed from the section in order to prevent duplication. If a title is not found using these two methods, a default title will be supplied.
For advanced uses, you may also add a "class=" option to specify CSS classes to be added to the section. The CSS classes should be surrounded by double-quotes, and separated by spaces; e.g. '[collapse class="class1 class2"]'.
You may combine these options in (almost) any order. The "collapsed" option should always come first; things will break if it comes after "title=" or "class=". If you need to have it come after the other options, you must specify it as 'collapsed="collapsed"'; e.g. '[collapse title="foo" collapsed="collapsed"]'.
If you wish to put the string "[collapse" into the document, you will need to prefix it with a backslash ("\"). The first backslash before any instance of "[collapse" or "[/collapse" will be removed, all others will remain. Thus, if you want to display "[collapse stuff here", you should enter "\[collapse stuff here". If you wish to display "\[collapse other stuff", you will need to put in "\\[collapse other stuff". If you prefix three backslashes, two will be displayed, etc.
If you prefer, you can use angle brackets ("<>") instead of straight brackets ("[]"). This module will find any instance of "<collapse" and change it to "[collapse" (also fixing the end of the tags and the closing tags).
You may override the settings of the filter on an individual basis using a "[collapse options ...]" tag. The possible options now are 'form="form"' or 'form="noform"', and 'default_title="..."'. For example, '[collapse options form="noform" default_title="Click me!"]'. Only the first options tag will be looked at, and the settings apply for the entire text area, not just the "[collapse]" tags following the options tag. Note that surrounding <p> and <br> tags will be removed.
This module supports some historical variants of the tag as well. The following are not recommended for any new text, but are left in place so that old uses still work. The "class=" option used to called "style=", and "style=" will be changed into "class=". If you don't put a double-quote immediately after "class=", everything up to the end of the tag or the string "title=" will be interpreted as the class string. Similarly, if you don't have a double-quote immediately following "title=", everything up to the end of the tag will be used as the title. Note that in this format, "style=" must precede "title=".
تگ های مجاز: <img> <ins> <del> <blockquote> <br> <a> <em> <strong> <ul> <ol> <li> <dl> <dt> <dd> <img> <center> <br> <div> <p> <span> <table> <tr> <td> <code> <b>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.
توضیح برچسب | تایپ می کنید | می گیرید | ||
---|---|---|---|---|
کمکی برای برچسب img موجود نیست. | ||||
وارد شد | <ins>وارد شد</ins> | وارد شد | ||
حذف شد | <del>حذف شد</del> | |||
بلوک نقل قول شده | <blockquote>بلوک نقل قول شده</blockquote> | بلوک نقل قول شده | ||
By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility | متن با <br />خط بعدی | متن با خط بعدی | ||
لینک ها برای اشاره به صفحات دیگر به کار می روند. | <a href="https://kpp.co.ir">Kerman Power Generetion Managment Co.</a> | Kerman Power Generetion Managment Co. | ||
تاکید شده | <em>تاکید شده</em> | تاکید شده | ||
Strong | <strong>Strong</strong> | Strong | ||
لیست نامرتب - <li> را برای شروع هر ایتم لیست به کار ببرید | <ul> <li>اولین ایتم</li> <li>دومین ایتم</li> </ul> |
| ||
لیست مرتب - <li> را برای شروع هر ایتم لیست به کار ببرید | <ol> <li>اولین ایتم</li> <li>دومین ایتم</li> </ol> |
| ||
کمکی برای برچسب li موجود نیست. | ||||
Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. | <dl> <dt>عبارت اول</dt> <dd>تعریف اول</dd> <dt>عبارت دوم</dt> <dd>تعریف دوم</dd> </dl> |
| ||
کمکی برای برچسب dt موجود نیست. | ||||
کمکی برای برچسب dd موجود نیست. | ||||
کمکی برای برچسب img موجود نیست. | ||||
کمکی برای برچسب center موجود نیست. | ||||
By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility | متن با <br />خط بعدی | متن با خط بعدی | ||
کمکی برای برچسب div موجود نیست. | ||||
به طور پیش فرض برچسب های پاراگراف به طور خودکار افزوده می گردند, بنابراین برای افزودن تعدادی بیشتر از این برچسب استفاده نمایید. | <p>پاراگراف یک.</p> <p>پاراگراف دو.</p> | پاراگراف یک. پاراگراف دو. | ||
کمکی برای برچسب span موجود نیست. | ||||
جدول | <table> <tr><th>سرایند جدول</th></tr> <tr><td>سلول جدول</td></tr> </table> |
| ||
کمکی برای برچسب tr موجود نیست. | ||||
کمکی برای برچسب td موجود نیست. | ||||
متون کدشده برای نمایش کد منبع برنامه به کار می روند | <code>کد</code> | کد | ||
درشت | <b>درشت</b> | درشت |
Most unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
توضیح کاراکتر | تایپ می کنید | می گیرید |
---|---|---|
امپرسند | & | & |
بزرگتر از | > | > |
کمتر از | < | < |
علامت نقل قول | " | " |
You may surround a section of text with "[collapse]" and "[/collapse]" to it into a collapsible section.
You may use "[collapse]" tags within other "[collapse]" tags for nested collapsing sections.
If you start with "[collapsed]" or "[collapse collapsed]", the section will default to a collapsed state.
You may specify a title for the section in two ways. You may add a "title=" parameter to the opening tag, such as "[collapse title=<your title here>]". In this case, you should surround the title with double-quotes. If you need to include double-quotes in the title, use the html entity """. For example: '[collapse title=""Once upon a time""]'. If a title is not specified in the "[collapse]" tag, the title will be taken from the first heading found inside the section. A heading is specified using the "<hX>" html tag, where X is a number from 1-6. The heading will be removed from the section in order to prevent duplication. If a title is not found using these two methods, a default title will be supplied.
For advanced uses, you may also add a "class=" option to specify CSS classes to be added to the section. The CSS classes should be surrounded by double-quotes, and separated by spaces; e.g. '[collapse class="class1 class2"]'.
You may combine these options in (almost) any order. The "collapsed" option should always come first; things will break if it comes after "title=" or "class=". If you need to have it come after the other options, you must specify it as 'collapsed="collapsed"'; e.g. '[collapse title="foo" collapsed="collapsed"]'.
If you wish to put the string "[collapse" into the document, you will need to prefix it with a backslash ("\"). The first backslash before any instance of "[collapse" or "[/collapse" will be removed, all others will remain. Thus, if you want to display "[collapse stuff here", you should enter "\[collapse stuff here". If you wish to display "\[collapse other stuff", you will need to put in "\\[collapse other stuff". If you prefix three backslashes, two will be displayed, etc.
If you prefer, you can use angle brackets ("<>") instead of straight brackets ("[]"). This module will find any instance of "<collapse" and change it to "[collapse" (also fixing the end of the tags and the closing tags).
You may override the settings of the filter on an individual basis using a "[collapse options ...]" tag. The possible options now are 'form="form"' or 'form="noform"', and 'default_title="..."'. For example, '[collapse options form="noform" default_title="Click me!"]'. Only the first options tag will be looked at, and the settings apply for the entire text area, not just the "[collapse]" tags following the options tag. Note that surrounding <p> and <br> tags will be removed.
This module supports some historical variants of the tag as well. The following are not recommended for any new text, but are left in place so that old uses still work. The "class=" option used to called "style=", and "style=" will be changed into "class=". If you don't put a double-quote immediately after "class=", everything up to the end of the tag or the string "title=" will be interpreted as the class string. Similarly, if you don't have a double-quote immediately following "title=", everything up to the end of the tag will be used as the title. Note that in this format, "style=" must precede "title=".
You may surround a section of text with "[collapse]" and "[/collapse]" to it into a collapsible section.
You may use "[collapse]" tags within other "[collapse]" tags for nested collapsing sections.
If you start with "[collapsed]" or "[collapse collapsed]", the section will default to a collapsed state.
You may specify a title for the section in two ways. You may add a "title=" parameter to the opening tag, such as "[collapse title=<your title here>]". In this case, you should surround the title with double-quotes. If you need to include double-quotes in the title, use the html entity """. For example: '[collapse title=""Once upon a time""]'. If a title is not specified in the "[collapse]" tag, the title will be taken from the first heading found inside the section. A heading is specified using the "<hX>" html tag, where X is a number from 1-6. The heading will be removed from the section in order to prevent duplication. If a title is not found using these two methods, a default title will be supplied.
For advanced uses, you may also add a "class=" option to specify CSS classes to be added to the section. The CSS classes should be surrounded by double-quotes, and separated by spaces; e.g. '[collapse class="class1 class2"]'.
You may combine these options in (almost) any order. The "collapsed" option should always come first; things will break if it comes after "title=" or "class=". If you need to have it come after the other options, you must specify it as 'collapsed="collapsed"'; e.g. '[collapse title="foo" collapsed="collapsed"]'.
If you wish to put the string "[collapse" into the document, you will need to prefix it with a backslash ("\"). The first backslash before any instance of "[collapse" or "[/collapse" will be removed, all others will remain. Thus, if you want to display "[collapse stuff here", you should enter "\[collapse stuff here". If you wish to display "\[collapse other stuff", you will need to put in "\\[collapse other stuff". If you prefix three backslashes, two will be displayed, etc.
If you prefer, you can use angle brackets ("<>") instead of straight brackets ("[]"). This module will find any instance of "<collapse" and change it to "[collapse" (also fixing the end of the tags and the closing tags).
You may override the settings of the filter on an individual basis using a "[collapse options ...]" tag. The possible options now are 'form="form"' or 'form="noform"', and 'default_title="..."'. For example, '[collapse options form="noform" default_title="Click me!"]'. Only the first options tag will be looked at, and the settings apply for the entire text area, not just the "[collapse]" tags following the options tag. Note that surrounding <p> and <br> tags will be removed.
This module supports some historical variants of the tag as well. The following are not recommended for any new text, but are left in place so that old uses still work. The "class=" option used to called "style=", and "style=" will be changed into "class=". If you don't put a double-quote immediately after "class=", everything up to the end of the tag or the string "title=" will be interpreted as the class string. Similarly, if you don't have a double-quote immediately following "title=", everything up to the end of the tag will be used as the title. Note that in this format, "style=" must precede "title=".
تگ های مجاز: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.
توضیح برچسب | تایپ می کنید | می گیرید |
---|---|---|
لینک ها برای اشاره به صفحات دیگر به کار می روند. | <a href="https://kpp.co.ir">Kerman Power Generetion Managment Co.</a> | Kerman Power Generetion Managment Co. |
تاکید شده | <em>تاکید شده</em> | تاکید شده |
Strong | <strong>Strong</strong> | Strong |
ذکر شده | <cite>ذکر شده</cite> | ذکر شده |
بلوک نقل قول شده | <blockquote>بلوک نقل قول شده</blockquote> | بلوک نقل قول شده |
متون کدشده برای نمایش کد منبع برنامه به کار می روند | <code>کد</code> | کد |
لیست نامرتب - <li> را برای شروع هر ایتم لیست به کار ببرید | <ul> <li>اولین ایتم</li> <li>دومین ایتم</li> </ul> |
|
لیست مرتب - <li> را برای شروع هر ایتم لیست به کار ببرید | <ol> <li>اولین ایتم</li> <li>دومین ایتم</li> </ol> |
|
کمکی برای برچسب li موجود نیست. | ||
Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. | <dl> <dt>عبارت اول</dt> <dd>تعریف اول</dd> <dt>عبارت دوم</dt> <dd>تعریف دوم</dd> </dl> |
|
کمکی برای برچسب dt موجود نیست. | ||
کمکی برای برچسب dd موجود نیست. |
Most unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
توضیح کاراکتر | تایپ می کنید | می گیرید |
---|---|---|
امپرسند | & | & |
بزرگتر از | > | > |
کمتر از | < | < |
علامت نقل قول | " | " |