Compose tips

  • You may use these tags:
    • [abbr]

      Identifies the content as an abbreviation and displays the full meaning in a tooltip.
      [abbr=et cetera]etc.[/abbr]
      etc.
    • [acronym]

      Puts a tooltip over the contained text, which displays the full meaning of the acronym.
      [acronym=PHP: Hypertext Preprocessor]PHP[/acronym]
      PHP
    • [b]

      Bold text.
      [b]bold[/b]
      bold
    • [bug]

      A shorthand for link to TSPSG Issue tracker ticket. Replaces with Bug #n text.
      [bug=1]
    • [center]

      Aligns text in the center
      [center]Centered text[/center]

      Centered text

    • [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.
      [code][i]This is how to make italic text[/i][/code]
      [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)
      [color=#f80]Orange text[/color]
      Orange text
    • [define]

      Formats a definition list.
      [define] --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. [/define]
      --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.
      [font=arial]Text[/font]
      Text
    • [h1]

      Level 1 heading.
      [h1]Title[/h1]

      Title

    • [h2]

      Level 2 heading. Use this as the top level on the site as level 1 is used by the site header.
      [h2]Volume[/h2]

      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.
      [h3]Chapter[/h3]

      Chapter

    • [h4]

      Level 4 heading.
      [h4]Section[/h4]

      Section

    • [h5]

      Level 5 heading.
      [h5]Sub-section[/h5]
      Sub-section
    • [h6]

      Level 6 heading.
      [h6]Sub-sub-section[/h6]
      Sub-sub-section
    • [hr]

      Horizontal divider.
      [hr]

    • [i]

      Italic text.
      [i]italic[/i]
      italic
    • [img]

      Displays a picture. The size may be set by entering widthxheight as the only option.
      [img=160x120]http://stuff.ermarian.net/arancaytar/images/lake_sunrise_s.jpg[/img]
      IMAGE(http://stuff.ermarian.net/aranca...)
    • [issue]

      A link to TSPSG Issue tracker ticket.
      [issue=1]see issue 1[/issue]
    • [justify]

      Aligns text as a justified block.
      [justify]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/justify]

      Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    • [left]

      Aligns text on the left side
      [left]Left-aligned text[/left]

      Left-aligned text

    • [list]

      Formats a list of items in the default style.
      [list][*] fruit [**] apples [**] bananas [*] animals [**] cat [**] dog[/list]
      • fruit
        • apples
        • bananas
      • animals
        • cat
        • dog
    • [node]

      Links to a certain node. Unlike a URL link, this is passed through the linking function and returns the alias of the node.
      [node=65]Node #65[/node]
    • [ol]

      Formats a numbered list of items.
      [ol][*] fruit [**] apples [**] bananas [*] animals [**] cat [**] dog[/ol]
      1. fruit
        1. apples
        2. bananas
      2. animals
        1. cat
        2. dog
    • [quote]

      Formats a quote.
      [quote]This text is quoted.[/quote]
      This text is quoted.
    • [right]

      Aligns text on the right side
      [right]Right-aligned text[/right]

      Right-aligned text

    • [s]

      Stricken-through text.
      [s]this sentence is false[/s]
      this sentence is false
    • [size]

      Changes the text size. This requires the unit (pt, px, em) of the size.
      [size=16pt]Text[/size]
      Text
    • [sub]

      Sets text to be smaller and below the line.
      a[sub]i,j[/sub]
      ai,j
    • [sup]

      Sets text to be set smaller and above the line.
      x[sup]2[/sup]
      x2
    • [ticket]

      A shorthand for link to TSPSG Issue tracker ticket. Replaces with Ticket #n text.
      [ticket=1]
    • [u]

      Underlined text.
      [u]underlined[/u]
      underlined
    • [ul]

      Formats a non-numbered list of items.
      [ul][*] fruit [**] apples [**] bananas [*] animals [**] cat [**] dog[/ul]
      • fruit
        • apples
        • bananas
      • animals
        • cat
        • dog
    • [url]

      Formats a Hyperlink.
      [url=http://www.google.com]Google[/url]
    • [wikipedia]

      Formats a link to Wikipedia, the free encyclopedia.
      [wikipedia]Dragons[/wikipedia]
  • 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.