Headings

To create a header, place "hn. " at the start of the line (where n tin be a number from 1-6).

Notation Comment
                    h1. Biggest heading                  

Biggest heading

                    h2. Bigger heading                  

Bigger heading

                    h3. Big heading                  

Big heading

                    h4. Normal heading                  

Normal heading

                    h5. Small heading                  
Small heading
                    h6. Smallest heading                  
Smallest heading

Text Effects

Text effects are used to change the formatting of words and sentences.

Note Comment
                    *strong*                  
Makes text strong.
                    _emphasis_                  
Makes text emphasis..
                    ??commendation??                  
Makes text in citation.
                    -deleted-                  
Makes text as deleted.
                    +inserted+                  
Makes text as inserted.
                    ^superscript^                  
Makes text in superscript.
                    ~subscript~                  
Makes text in subscript.
                    {{monospaced}}                  
Makes text as monospaced.
                    bq. Some cake quoted text                  

To make an entire paragraph into a block quotation, place "bq. " before it.

Example:

Some block quoted text
                    {quote}     hither is quotable
content to be quoted {quote}

Quote a block of text that's longer than one paragraph.

Instance:

here is quotable
content to be quoted
                    {colour:red}     look ma, cerise text! {color}                                      

Changes the color of a block of text.

Instance:

wait ma, red text!

Text Breaks

Most of the time, explicit paragraph breaks are non required - The wiki renderer volition be able to paginate your paragraphs properly.

Notation Comment
                    (empty line)                  
Produces a new paragraph
                    \\                  
Creates a line break. Non often needed, nearly of the time the wiki renderer volition estimate new lines for you appropriately.
                    ----                  
Creates a horizontal ruler.
                    ---                  
Produces symbol.
                    --                  
Produces symbol.

Links

Learning how to create links apace is of import.

Notation Annotate
                    [#anchor] [^attachment.ext]                                      
Creates an internal hyperlink to the specified ballast or attachment. Appending the '#' sign followed past an ballast proper noun will lead into a specific bookmarked point of the desired page. Having the '^' followed past the name of an attachment will lead into a link to the zipper of the current issue.
                    [http://jira.atlassian.com] [Atlassian|http://atlassian.com]                                      

Creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space.

The [] effectually external links are optional in the instance you do not want to employ whatever allonym for the link.

Examples:

http://jira.atlassian.com
Atlassian

                    [mailto:legendaryservice@atlassian.com]                  

Creates a link to an email address, complete with mail icon.

Example:

>>legendaryservice@atlassian.com

                    [file:///c:/temp/foo.txt] [file:///z:/file/on/network/share.txt]                                      

Creates a download link to a file on your computer or on a network share that you accept mapped to a bulldoze. To access the file, you must right click on the link and choose "Save Target As".

By default, this only works on Net Explorer just tin can likewise exist enabled in Firefox (run across docs).

                    {anchor:anchorname}                  
Creates a bookmark anchor inside the page. Yous can then create links directly to that anchor. So the link [My Page#hither] will link to wherever in "My Page" there is an {anchor:here} macro, and the link [#in that location] will link to wherever in the current folio there is an {anchor:there} macro.
                    [~username]                  
Creates a link to the user profile page of a detail user, with a user icon and the user'due south full name.

Lists

Lists permit you to present information every bit a series of ordered items.

Notation Comment
                    * some * bullet ** indented ** bullets * points                                      

A bulleted list (must be in first column). Utilise more (**) for deeper indentations.

Example:

  • some
  • bullet
    • indented
    • bullets
  • points
                    - dissimilar - bullet - types                                      

A list item (with -), several lines create a single list.

Example:

  • different
  • bullet
  • types
                    # a # numbered
# list

A numbered list (must exist in start column). Apply more (##, ###) for deeper indentations.

Example:

  1. a
  2. numbered
  3. listing
                    # a # numbered #* with #* nested #* bullet # list                                      
                    * a * bulleted *# with *# nested *# numbered * list                                      

You can even go with any kind of mixed nested lists

Example:

  1. a
  2. numbered
    • with
    • nested
    • bullet
  3. list

Case:

  • a
  • bulleted
    1. with
    2. nested
    3. numbered
  • list

Images

Images tin can be embedded into a wiki renderable field from attached files or remote sources.

Notation Comment
                    !http://world wide web.host.com/epitome.gif! or !attached-image.gif!                                      

Inserts an epitome into the page.

If a fully qualified URL is given the image volition be displayed from the remote source, otherwise an fastened epitome file is displayed.

                    !image.jpg|thumbnail!                  

Insert a thumbnail of the image into the page (simply works with images that are attached to the page).

                    !image.gif|align=correct, vspace=four!                  

For any image, you can also specify attributes of the image tag as a comma separated list of name=value pairs like so.

Attachments

Some attachments of a specific type can be embedded into a wiki renderable field from attached files.

Notation Annotate
                    !quicktime.mov! !spaceKey:pageTitle^attachment.mov! !quicktime.mov|width=300,acme=400! !media.wmv|id=media!                                      

Embeds an object in a page, taking in a comma-separated of properties.

Default supported formats:

  • Flash (.swf)
  • Quicktime movies (.mov)
  • Windows Media (.wma, .wmv)
  • Real Media (.rm, .ram)
  • MP3 files (.mp3)

Other types of files tin be used, but may require the specification of the "classid", "codebase" and "pluginspage" properties in order to exist recognised by web browsers.

Common properties are:

  • width - the width of the media file
  • height - the summit of the media file
  • id - the ID assigned to the embedded object

Due to security issues, files located on remote servers are not permitted Styling
By default, each embedded object is wrapped in a "div" tag. If yous wish to way the div and its contents, override the "embeddedObject" CSS form. Specifying an ID as a property likewise allows you to style different embedded objects differently. CSS class names in the format "embeddedObject-ID" are used.

Tables

Tables allow you to organise content in a rows and columns, with a header row if required.

Notation Annotate
                    ||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3|                                      

Makes a table. Use double bars for a table heading row.

The code given here produces a table that looks like:

heading one heading two heading 3
col A1 col A2 col A3
col B1 col B2 col B3

Advanced Formatting

More advanced text formatting.

Note Comment
                    {noformat} preformatted piece of text
so *no* further _formatting_ is washed here {noformat}

Makes a preformatted cake of text with no syntax highlighting. All the optional parameters of {panel} macro are valid for {noformat} too.

  • nopanel: Embraces a block of text inside a fully customizable panel. The optional parameters y'all can ascertain are the post-obit ones:

Example:

preformatted slice of text so *no* further _formatting_ is done hither
                    {panel} Some text {panel}                                      
                    {panel:title=My Title} Some text with a title {panel}                                      
                    {panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE} a cake of text surrounded with a *console* yet _another_ line {console}                                      

Embraces a block of text within a fully customizable console. The optional parameters you can define are the post-obit ones:

  • title: Title of the panel
  • borderStyle: The style of the border this console uses (solid, dashed and other valid CSS border styles)
  • borderColor: The color of the border this console uses
  • borderWidth: The width of the border this panel uses
  • bgColor: The background color of this panel
  • titleBGColor: The background color of the title section of this console

Example:

My Title

a block of text surrounded with a console
yet some other line

                    {lawmaking:title=Bar.java|borderStyle=solid} // Some comments here public Cord getFoo() {     render foo; } {lawmaking}                                      
                    {code:xml}     <test>         <another tag="attribute"/>     </test> {code}                                      

Makes a preformatted block of code with syntax highlighting. All the optional parameters of {console} macro are valid for {code} too. The default language is Java just you lot can specify others too, including ActionScript, Ada, AppleScript, bash, C, C#, C++, CSS, Erlang, Go, Groovy, Haskell, HTML, JavaScript, JSON, Lua, Nyan, Objc, Perl, PHP, Python, R, Carmine, Scala, SQL, Swift, VisualBasic, XML and YAML.

Example:

                        publicString                      getFoo() {                      return                      foo; }                    
                      <examination>                      <some other tag="attribute"/>                      </test>                    

Misc

Diverse other syntax highlighting capabilities.

Notation Comment
                    \Ten                  
Escape special character 10 (i.due east. {)
                    :)                  
,
                    :(                  
etc

Graphical emoticons (smileys).

Notation :) :( :P :D ;) (y) (n) (i) (/) (10) (!)
Image
Notation (+) (-) (?) (on) (off) (*) (*r) (*m) (*b) (*y) (flag)
Epitome
Notation (flagoff)
Image