Skip to Content

Підказки публікування

формати вводу:
  • Filtered HTML:
    • Адреси сторінок і електронної пошти атоматично перетворюються у посилання.
    • Дозволені теги HTML: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

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

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

      Опис теґаВи пишетеОтримуєте
      Якори використовують для створення посилань на інші сторінки.<a href="http://logic.net.ua">Український логічний портал • Ukrainian Logic Portal</a>Український логічний портал • Ukrainian Logic Portal
      Курсив<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>
      Перший термін
      Перше визначення
      Другий термін
      Друге визначення

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

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

      Опис символаВи пишетеОтримуєте
      Амперсанд&amp;&
      Більше ніж&gt;>
      Менше ніж&lt;<
      Лапки&quot;"
    • Рядки та параграфи розпізнаються автоматично. Теґи розриву рядків <br />, параграфа <p>, та закритого параграфа </p> додаються автоматично. Якщо параграф не розпізнано, просто додайте кілька порожніх рядків.
    • You may link to files uploaded with the current node using special tags. The tags will be replaced by the corresponding files. For example: Suppose you uploaded three files (in this order):

      • imag1.png (referred as file #1)
      • file1.pdf (referred as file #2)
      • imag2.png (referred as file #3)
      [inline:1=test]  or  [inline:imag1.png=test]
      will be replaced by <img src=imag1.png alt=test>
      [file:1=test]  or  [file:imag1.png=test]
      will be replaced by <a href=imag1.png>test</a>
      [attachment:2=test]  or  [attachment:file1.pdf=test]
      will be replaced by <a href=file1.pdf.png>test</a>

    • This filter parses the [math]...[/math] and other TeX tags in your nodes.
    • 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.
  • Full HTML:
    • Адреси сторінок і електронної пошти атоматично перетворюються у посилання.
    • Рядки та параграфи розпізнаються автоматично. Теґи розриву рядків <br />, параграфа <p>, та закритого параграфа </p> додаються автоматично. Якщо параграф не розпізнано, просто додайте кілька порожніх рядків.
    • You may link to files uploaded with the current node using special tags. The tags will be replaced by the corresponding files. For example: Suppose you uploaded three files (in this order):

      • imag1.png (referred as file #1)
      • file1.pdf (referred as file #2)
      • imag2.png (referred as file #3)
      [inline:1=test]  or  [inline:imag1.png=test]
      will be replaced by <img src=imag1.png alt=test>
      [file:1=test]  or  [file:imag1.png=test]
      will be replaced by <a href=imag1.png>test</a>
      [attachment:2=test]  or  [attachment:file1.pdf=test]
      will be replaced by <a href=file1.pdf.png>test</a>

    • This filter parses the [math]...[/math] and other TeX tags in your nodes.
    • 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.


by Dr. Radut