Редактировать подсказки
- Адреса страниц и электронной почты автоматически преобразуются в ссылки.
Допускаются только следующие теги HTML: <a> <em> <strong> <ul> <li> <img><br><p><blockquote>
- Строки и параграфы распознаются автоматически. Теги переноса строки <br />, параграфа <p> и закрытия параграфа </p> вставляются автоматически. Если параграфы не распознаны, просто добавьте пару пустых строк.
-
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]
- Align the video:
[video:http://www.youtube.com/watch?v=uN1qUeId align:right]
Supported sites: YouTube, Google Video, Tangle, DailyMotion, Eyespot, Revver, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Rutube, Mailru.
Special instructions:
Some codecs need special input. You'll find those instructions here.- Slideshare:
You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id" and "doc" parts, and form the URL like this: slideshare.net/?id=1759622&doc=usingdrupal-090723103440-phpapp01.
- Single video:
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: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...but you can't argue with This is a quote nested within another quote.And I have nothing more to say. The more quotes, the merrier. Just don't get too carried away.