Поради з написання

формати вводу:
  • Clear:
    • Video Filter

      You may insert videos from popular video sites by using a simple tag [video:URL].

      Examples:

      • Single video:
        [video:http://www.youtube.com/watch?v=uN1qUeId]
      • Random video out of multiple:
        [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
      • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
      • Override default width and height:
        [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
      • Override default aspect ratio:
        [video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3]
      • Align the video:
        [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

      Supported sites: Archive.org, Blip.tv, Capped, College Humor, DailyMotion, Flickr Slideshows, Flickr Video, Game Trailers, Game Videos, GodTube, Google Video, Meta Cafe, MySpace, Picasa Slideshows, Slideshare, Streamhoster, Teachertube, Vimeo, Wistia, YouTube, YouTube (Playlist).

      Special instructions:

      Some codecs need special input. You'll find those instructions here.
      • Picasa Slideshows:
        You must use the URL of the RSS feed for the Picasa album:
        1. View the album in Picasa (you should see thumbnails, not a slideshow).
        2. Find the "RSS" link and click it.
        3. Copy the resulting URL from the browser address bar. Example:
          [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
      • Slideshare:
        You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id", and form the URL like this: slideshare.net/1759622
    • Адреси сторінок і електронної пошти атоматично перетворюються у посилання.
    • Дозволені теги HTML: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><b><i><u>

      Цей сайт допускає використання матеріалів із розміткою HTML. Вивчення всієї мови HTML може здатися страшним, але використання невеликої кількості основних "тегів" -це дуже просто. Ця таблиця показує приклади для кожного тегу із доступних на сайті.

      Більше інформації ви можете отримати на сторінці офіційних вказівок для використання HTML або використайте ваш улюблений пошук, щоб знайти сайти, що пояснюють використання HTML.

      Опис теґаВи пишетеОтримуєте
      Якори використовують для створення посилань на інші сторінки.<a href="https://atboh.com">Atboh.com</a>Atboh.com
      Курсив<em>Курсив</em>Курсив
      Виділений<strong>Виділений</strong>Виділений
      Цитата<cite>Цитата</cite>Цитата
      Текст для відображення початкового програмного коду<code>Вихідний код</code>Вихідний код
      Ненумерованний список – використовуйте <li> для початку кожного елементу списку<ul> <li>Перший елемент</li> <li>Другий елемент</li> </ul>
      • Перший елемент
      • Другий елемент
      Пронумерований список - використовуйте <li> на початку кожного елементу списку<ol> <li>Перший елемент</li> <li>Другий елемент</li> </ol>
      1. Перший елемент
      2. Другий елемент
      Списки визначень подібні до інших списків HTML. <dl> починає увесь список визначень, <dt> починає кожний термін для визначення і <dd> починає самий опис терміну.<dl> <dt>Перший термін</dt> <dd>Перше визначення</dd> <dt>Другий термін</dt> <dd>Друге визначення</dd> </dl>
      Перший термін
      Перше визначення
      Другий термін
      Друге визначення
      Жирний<b>Жирний</b>Жирний
      Курсив<i>Курсив</i>Курсив
      Підкреслений<u>Підкреслений</u>Підкреслений

      Більшість символів, що рідко використовуються, можуть бути введені без проблем.

      Якщо проблеми все ж таки виникли, спробуйте використати підстановки для символів мови HTML. Наприклад, &amp; для виводу знаку амперсанда. Повний список таких підстановок дивіться на сторінці підстановки. Деякі із доступних символів:

      Опис символаВи пишетеОтримуєте
      Амперсанд&amp;&
      Більше ніж&gt;>
      Менше ніж&lt;<
      Лапки&quot;"
    • Рядки та параграфи розпізнаються автоматично. Теґи розриву рядків <br />, параграфа <p>, та закритого параграфа </p> додаються автоматично. Якщо параграф не розпізнано, просто додайте кілька порожніх рядків.
    • To add a lightbox to your images, add rel="lightbox" attribute to any link tag to activate the lightbox. For example:

      <a href="image-1.jpg" rel="lightbox">image #1</a>

      <a href="image-1.jpg" rel="lightbox[][my caption]">image #1</a>

      To show a caption either use the title attribute or put in the second set of square brackets of the rel attribute.

      If you have a set of related images that you would like to group, then you will need to include a group name between square brackets in the rel attribute. For example:

      <a href="image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
      <a href="image-2.jpg" rel="lightbox[roadtrip][caption 2]">image #2</a>
      <a href="image-3.jpg" rel="lightbox[roadtrip][caption 3]">image #3</a>

      There are no limits to the number of image sets per page or how many images are allowed in each set.

      If you wish to turn the caption into a link, format your caption in the following way:

      <a href="image-1.jpg" rel='lightbox[][<a href="http://www.yourlink.com">View Image Details</a>]' >image #1</a>

    • To add a lightbox slideshow to your images, add rel="lightshow[slideshowname][slide caption]" attribute to any link tag to activate the slideshow. For example:

      <a href="image-1.jpg" rel="lightshow[show1]">image #1</a>
      <a href="image-2.jpg" rel="lightshow[show1]">image #2</a>
      <a href="image-3.jpg" rel="lightshow[show1]">image #3</a>

      The title attribute in the link tag is optional. The addition of this attribute enables the display of a caption with the image displayed in the lightbox.

      There are no limits to the number of slideshow image sets per page or how many images are allowed in each slideshow.

      If you wish to turn the caption into a link, format your caption in the following way:

      <a href="image-1.jpg" rel='lightshow[show1][<a href="http://www.yourlink.com">View Image Details</a>]'>image #1</a>

    • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

      [quote]This is a simple quote.[/quote]
      is displayed as:

      Цитата:
      This is a simple quote.

      Additionally, there is an optional attribute which allows quotes to specify the original author.

      [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
      is displayed as:

      Mr. Drupal написав:
      This is a quote with an attribution line.

      Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

      [quote]I think she says it best...
      [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
      but you can't argue with
      [quote=Ms. Reply]The more quotes, the merrier.
      Just don't get too carried away.[/quote]
      And I have nothing more to say.[/quote]
      is displayed as:

      Цитата:
      I think she says it best...
      Ms. Quotation написав:
      This is a quote nested within another quote.
      but you can't argue with
      Ms. Reply написав:
      The more quotes, the merrier. Just don't get too carried away.
      And I have nothing more to say.
  • small_filtered:
    • Video Filter

      You may insert videos from popular video sites by using a simple tag [video:URL].

      Examples:

      • Single video:
        [video:http://www.youtube.com/watch?v=uN1qUeId]
      • Random video out of multiple:
        [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
      • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
      • Override default width and height:
        [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
      • Override default aspect ratio:
        [video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3]
      • Align the video:
        [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

      Supported sites: Archive.org, Blip.tv, Capped, College Humor, DailyMotion, Flickr Slideshows, Flickr Video, Game Trailers, Game Videos, GodTube, Google Video, Meta Cafe, MySpace, Picasa Slideshows, Slideshare, Streamhoster, Teachertube, Vimeo, Wistia, YouTube, YouTube (Playlist).

      Special instructions:

      Some codecs need special input. You'll find those instructions here.
      • Picasa Slideshows:
        You must use the URL of the RSS feed for the Picasa album:
        1. View the album in Picasa (you should see thumbnails, not a slideshow).
        2. Find the "RSS" link and click it.
        3. Copy the resulting URL from the browser address bar. Example:
          [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
      • Slideshare:
        You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id", and form the URL like this: slideshare.net/1759622
    • Адреси сторінок і електронної пошти атоматично перетворюються у посилання.
    • Дозволені теги HTML: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><b><u><i><img><center><font><hr><blockquote><s><a>

      Цей сайт допускає використання матеріалів із розміткою HTML. Вивчення всієї мови HTML може здатися страшним, але використання невеликої кількості основних "тегів" -це дуже просто. Ця таблиця показує приклади для кожного тегу із доступних на сайті.

      Більше інформації ви можете отримати на сторінці офіційних вказівок для використання HTML або використайте ваш улюблений пошук, щоб знайти сайти, що пояснюють використання HTML.

      Опис теґаВи пишетеОтримуєте
      Якори використовують для створення посилань на інші сторінки.<a href="https://atboh.com">Atboh.com</a>Atboh.com
      Курсив<em>Курсив</em>Курсив
      Виділений<strong>Виділений</strong>Виділений
      Цитата<cite>Цитата</cite>Цитата
      Текст для відображення початкового програмного коду<code>Вихідний код</code>Вихідний код
      Ненумерованний список – використовуйте <li> для початку кожного елементу списку<ul> <li>Перший елемент</li> <li>Другий елемент</li> </ul>
      • Перший елемент
      • Другий елемент
      Пронумерований список - використовуйте <li> на початку кожного елементу списку<ol> <li>Перший елемент</li> <li>Другий елемент</li> </ol>
      1. Перший елемент
      2. Другий елемент
      Списки визначень подібні до інших списків HTML. <dl> починає увесь список визначень, <dt> починає кожний термін для визначення і <dd> починає самий опис терміну.<dl> <dt>Перший термін</dt> <dd>Перше визначення</dd> <dt>Другий термін</dt> <dd>Друге визначення</dd> </dl>
      Перший термін
      Перше визначення
      Другий термін
      Друге визначення
      Жирний<b>Жирний</b>Жирний
      Підкреслений<u>Підкреслений</u>Підкреслений
      Курсив<i>Курсив</i>Курсив
      Немає допомоги для теґу img.
      Немає допомоги для теґу center.
      Немає допомоги для теґу font.
      Немає допомоги для теґу hr.
      Процитований блок<blockquote>Процитований блок</blockquote>
      Процитований блок
      Немає допомоги для теґу s.
      Якори використовують для створення посилань на інші сторінки.<a href="https://atboh.com">Atboh.com</a>Atboh.com

      Більшість символів, що рідко використовуються, можуть бути введені без проблем.

      Якщо проблеми все ж таки виникли, спробуйте використати підстановки для символів мови HTML. Наприклад, &amp; для виводу знаку амперсанда. Повний список таких підстановок дивіться на сторінці підстановки. Деякі із доступних символів:

      Опис символаВи пишетеОтримуєте
      Амперсанд&amp;&
      Більше ніж&gt;>
      Менше ніж&lt;<
      Лапки&quot;"
    • Рядки та параграфи розпізнаються автоматично. Теґи розриву рядків <br />, параграфа <p>, та закритого параграфа </p> додаються автоматично. Якщо параграф не розпізнано, просто додайте кілька порожніх рядків.
    • To add a lightbox to your images, add rel="lightbox" attribute to any link tag to activate the lightbox. For example:

      <a href="image-1.jpg" rel="lightbox">image #1</a>

      <a href="image-1.jpg" rel="lightbox[][my caption]">image #1</a>

      To show a caption either use the title attribute or put in the second set of square brackets of the rel attribute.

      If you have a set of related images that you would like to group, then you will need to include a group name between square brackets in the rel attribute. For example:

      <a href="image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
      <a href="image-2.jpg" rel="lightbox[roadtrip][caption 2]">image #2</a>
      <a href="image-3.jpg" rel="lightbox[roadtrip][caption 3]">image #3</a>

      There are no limits to the number of image sets per page or how many images are allowed in each set.

      If you wish to turn the caption into a link, format your caption in the following way:

      <a href="image-1.jpg" rel='lightbox[][<a href="http://www.yourlink.com">View Image Details</a>]' >image #1</a>

    • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

      [quote]This is a simple quote.[/quote]
      is displayed as:

      Цитата:
      This is a simple quote.

      Additionally, there is an optional attribute which allows quotes to specify the original author.

      [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
      is displayed as:

      Mr. Drupal написав:
      This is a quote with an attribution line.

      Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

      [quote]I think she says it best...
      [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
      but you can't argue with
      [quote=Ms. Reply]The more quotes, the merrier.
      Just don't get too carried away.[/quote]
      And I have nothing more to say.[/quote]
      is displayed as:

      Цитата:
      I think she says it best...
      Ms. Quotation написав:
      This is a quote nested within another quote.
      but you can't argue with
      Ms. Reply написав:
      The more quotes, the merrier. Just don't get too carried away.
      And I have nothing more to say.