Compose tips
Text Formats
Filtered HTML
To insert a link to an idiom, use the format
[idiom name="Exact Idiom Title"]Text to display as link[/idiom](you can also use angle brackets:<idiom name="Exact Idiom Title">Text to display as link</idiom>). Important: You must provide the exact title of the idiom as it is saved on the site within thename=""attribute. The text between the opening and closing tags will become the clickable link text.For example, if a song contains the line "when a pig fly", but the corresponding idiom on the site is titled "when pigs fly", you should wrap the text like this:
[idiom name="when pigs fly"]when a pig fly[/idiom]. This will create a link to the "when pigs fly" idiom page, and the link text will be "when a pig fly".- You can insert footnotes directly into texts with
[fn]This text becomes a footnote.[/fn]. This will be replaced with a running number (the footnote reference) and the text within the [fn] tags will be moved to the bottom of the page (the footnote). See Footnotes Readme page for additional usage options. 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 withThis 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.
- Converts [@username] and [@#uid] into a link the user's profile page.
Allowed HTML tags: <a> <u> <em> <strong> <cite> <quote> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <table> <tr> <td> <fn> <footnote> [footnote] <div> <pre> <ruby> <rt> <rp> <rb> <rbc> <rtc> <br> <sub> <sup> <del> <ins>
-
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: Google Video, Vimeo, YouTube, YouTube (Playlist).
Special instructions:
Some codecs need special input. You'll find those instructions here. - Single video:
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
- Web page addresses and e-mail addresses turn into links automatically.
Plain text
- No HTML tags allowed.
- Web page addresses and e-mail addresses turn into links automatically.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.






