форматы ввода:
  • Filtered HTML:
    • Youtube and Vimeo video links are automatically converted into embedded videos.
    • Адреса страниц и электронной почты автоматически преобразуются в ссылки.
    • Доступны HTML теги: <img> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      Этот сайт допускает использование материалов с разметкой HTML. Изучение всего языка HTML может показаться пугающим, но использование небольшого количества основных "тегов" - это очень просто. Приведенная таблица показывает примеры для каждого тега из доступных на сайте.

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

      Описание тегаВы пишетеВы получаете
      Справки для тега img нет.
      Якоря используются для создания ссылок на другие страницы.<a href="http://kammikadze.ru">КаММикадзе</a>КаММикадзе
      Курсив<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> вставляются автоматически. Если параграфы не распознаны, просто добавьте пару пустых строк.
    • It's possible to show video content in the lightbox. In this case the "rel" attribute should be set to lightvideo. It's possible to group videos and to control the size of the lightbox by setting the "width" and "height" properties. The properties can be configured like lightvideo[group|width:300px; height: 200px;][caption]. The properties should all be of the format "property: value;" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples.

      Basic example:
      <a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a>

      Controlling lightbox size example:
      <a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[group|width:400px; height:300px;][caption]">Google video example - custom size</a>

      Supported video formats include asx, wmv, mov and swf. A number of online video providers are also supported, including YouTube and Google Video. For a full list of the current supported video providers please see the documentation on drupal.org.

    • 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
  • Full HTML:
    • Youtube and Vimeo video links are automatically converted into embedded videos.
    • 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
    • It's possible to show video content in the lightbox. In this case the "rel" attribute should be set to lightvideo. It's possible to group videos and to control the size of the lightbox by setting the "width" and "height" properties. The properties can be configured like lightvideo[group|width:300px; height: 200px;][caption]. The properties should all be of the format "property: value;" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples.

      Basic example:
      <a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a>

      Controlling lightbox size example:
      <a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[group|width:400px; height:300px;][caption]">Google video example - custom size</a>

      Supported video formats include asx, wmv, mov and swf. A number of online video providers are also supported, including YouTube and Google Video. For a full list of the current supported video providers please see the documentation on drupal.org.

    • Адреса страниц и электронной почты автоматически преобразуются в ссылки.
    • Строки и параграфы распознаются автоматически. Теги переноса строки <br />, параграфа <p> и закрытия параграфа </p> вставляются автоматически. Если параграфы не распознаны, просто добавьте пару пустых строк.