1 entries




Original noneditable edition
(Current editable edition)
Current editable edition
(Original noneditable edition)

Wiki markup

The wiki markup used here is based on Wiki Creole. Wiki markup help is provided at the bottom of each article when in edit mode.


This is the wiki markup currently supported:
LinkingHow it looks
    [[wiki page]]
    [[Wiki markup]] displays link as Wiki markup
    • Use the wiki article's title for the link.
    • If the page exists, it will link to the article.

    [[New page]] displays link as New page
    • If the page does not exist a plus sign will appear after the link. Clicking on the link will create a new page.
[[wiki page|alias text for link]][[Wiki markup| Supported wiki markup]] displays link as See list of supported wiki markup
  • Creates a link to a wiki page, using the alias as the link text.
    [[URL|Linkname]]
HeadingsHow it looks
    ==Large Heading==

    ===Medium Heading===

    ====Small Heading====

    IMPORTANT: Do not use any kind of formatting on wiki markup. If you do, the markup will not work.


    Using these headings generates an automatic table of contents at the top of your article.

    Tips:
    • Start with heading 2. Your article will automatically use heading 1 as the article title.
    • You cannot use any non-alpha-numeric characters in your heading text when using wiki markup to create the headings.
Horizontal lineHow it looks
    ---- (four dashes)

ImagesHow it looks
    {{Image.jpg|alt text}}

    {{Image.jpg|alt text|align="right"}}
    Inserts an image that has been attached to the page (via Web or Notes)
    Optional HTML parameters allow you to align to the right, etc.

    Note:
    Alt text is required. If you do not use it, the graphic will not display.
TablesHow it looks
    |=|=Table|=Heading
    |a| Table | Row
    |b| Table | Row
    Table: | is for a cell |= is for a cell heading
Code samples and blocking wiki markup formattingHow it looks
    Text within will be ignored by the parser and will display as text.
    For example:
    <this is a piece of code enclosed in the no wiki brackets>
    Default code block:
    {code:} <code example here>{code}

    Code block with options:
    {code:||height|width}<code example here>{code}
    Surrounding code with
     
    will retain the format and include a source code box.

    You can limit the height and width of a code sample, such that scroll bars display on code samples that are taller or wider than your specifications.

    For example:
    <code sample here> 

    Would display a code sample that is 100 pixels tall, and 200 pixels wide. If the sample exceeds these specifications, then scroll bars display around the code sample, like so:


    NOTE:

    If you choose to use size attributes for your code markup, you must ensure that all three (3) pipe characters are present, even if you only use one of the size attributes. The height attribute must come after the second pipe, the width must come after the third pipe.


This Version: 1 December 9, 2010 4:12:21 PM by Jennifer Heins  IBMer
Originally Added: Version 1 December 9, 2010 4:10:55 PM by Jennifer Heins  IBMer