Compose tips
- You may use these tags:
- [abbr]
Identifies the content as an abbreviation and displays the full meaning in a tooltip.etc. - [acronym]
Puts a tooltip over the contained text, which displays the full meaning of the acronym.PHP - [b]
Bold text.bold - [bug]
A shorthand for link to TSPSG Issue tracker ticket. Replaces with Bug #n text. - [center]
Aligns text in the center - [code]
Formats the content text as code, that is, in Monospace and with a grey box around it. BBCode tags within this tag will not be parsed.[i]This is how to make italic text[/i]
- [color]
Changes the color. You may enter a color word (red) or a hex code with hash sign (#ff0)Orange text - [define]
Formats a definition list.- --verbose
- This will start the program with full debug messages.
- --in=IN
- This will set the input file to IN.
- --out=OUT
- This will write output to OUT.
- [font]
Changes the font of the text.Text - [h1]
Level 1 heading.Title
- [h2]
Level 2 heading. Use this as the top level on the site as level 1 is used by the site header.Volume
- [h3]
Level 3 heading. Use this as the top level within nodes as levels 1 and 2 are used by the site and node title.Chapter
- [h4]
Level 4 heading.Section
- [h5]
Level 5 heading.Sub-section
- [h6]
Level 6 heading.Sub-sub-section
- [hr]
Horizontal divider. - [i]
Italic text.italic - [img]
Displays a picture. The size may be set by entering widthxheight as the only option. - [issue]
A link to TSPSG Issue tracker ticket. - [justify]
Aligns text as a justified block. - [left]
Aligns text on the left side - [list]
Formats a list of items in the default style.- fruit
- apples
- bananas
- animals
- cat
- dog
- fruit
- [node]
Links to a certain node. Unlike a URL link, this is passed through the linking function and returns the alias of the node. - [ol]
Formats a numbered list of items.- fruit
- apples
- bananas
- animals
- cat
- dog
- fruit
- [quote]
Formats a quote.This text is quoted.
- [right]
Aligns text on the right side - [s]
Stricken-through text.this sentence is false - [size]
Changes the text size. This requires the unit (pt, px, em) of the size.Text - [sub]
Sets text to be smaller and below the line.ai,j - [sup]
Sets text to be set smaller and above the line.x2 - [ticket]
A shorthand for link to TSPSG Issue tracker ticket. Replaces with Ticket #n text. - [u]
Underlined text.underlined - [ul]
Formats a non-numbered list of items.- fruit
- apples
- bananas
- animals
- cat
- dog
- fruit
- [url]
Formats a Hyperlink. - [wikipedia]
Formats a link to Wikipedia, the free encyclopedia.
- [abbr]
- 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.
Internal paths in single or double quotes, written as "internal:node/99", for example, are replaced with the appropriate absolute URL or path. Given a site located at http://example.com/mysite, assuming clean URLs are enabled and "internal:admin/user" becomes "http://example.com/mysite/admin/user" and "internal:node/99" becomes "http://example.com/mysite/node/99". If 'node/99' has a URL alias assigned, such as 'news/latest' the alias will be substituted giving "http://example.com/mysite/news/latest".
Paths to files in single or double quotes, written as "files:somefile.ext", for example, are replaced with the appropriate URL that can be used to download the file.
- Typogrify.module brings the typographic refinements of Typogrify to Drupal.
- Wraps ampersands (the $ldquo;&” character) with <span class=\"amp\">&</span>.
- Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
- Converts straight quotation marks to typographer's quotation marks, using SmartyPants.
- Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
- Wraps multiple capital letters with <span class=\"caps\">CAPS</span>.
- Wraps initial quotation marks with <span class=\"quo\"></span> or <span class=\"dquo\"></span>.
- Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.
- Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.