Project Management

Wiki Markup Reference

last edited by: Derek Huether on Mar 27, 2013 2:22 PM login/register to edit this page
Keywords: ACP Support Team PMI-ACP

Contents
1 Text Formatting
2 Title
   2.1 Sub-Title
         2.1.1 Sub-Sub-Title
         2.1.2 =Sub-Sub-Sub-Title
3 Lists
4 Tables
5 File Links and Pictures
   5.1 Displaying Pictures
6 Special Tags
7 Escaping Content

If you want to copy this page in your own wiki, you can simply copy the markup and paste it into a page in your wiki.

Text Formatting

WikiMarkupOutputNotes
{{bold}}bold 
{{italic}}italic 
{{__underlined__}}__underlined__ 
{{--strike-through--}}--strike-through-- 
{{{{inline code - monospace font}}}}{{inline code - monospace font}} 
{{@@block code - is ignored@@}}@@block code - [WikiMarkup is ignored@@ 
{{----}}

 

Horizontal ruler
{{MainPage]}}' target='_blank'>or {{my link}}MainPage]' target='_blank'>or my link 
{{or {{my link in another namespace}} or {{root}}or my link in another namespace or rootAdd {{++}} to the link for linking to another namespace, including the root
{{http://www.screwturn.eu}} or {{ScrewTurn Wiki}}http://www.screwturn.eu or ScrewTurn Wiki 
{{or {{contact us}}[[email protected] or contact us 
{{or {{Pages of category 'Wiki'}}[c:Help.Wiki or Pages of category 'Wiki'Links to a category
{{

Title

}}

Title

 
{{

Sub-Title

}}

Sub-Title

 
{{

Sub-Sub-Title

}}

Sub-Sub-Title

 
{{

=Sub-Sub-Sub-Title

=
}}

Sub-Sub-Sub-Title

 
{{&
  1. 123;t:PageToTransclude&
  2. 125;}}
 Displays the content of PageToTransclude from the same namespace, in-place
{{&
  • 123;t:OtherNS.PageToTransclude&
  • 125;}}
  •  Displays the content of PageToTransclude from namespace OtherNS, in-place (prepend page name with {{++}} to transclude a page from the root namespace)
    {{>>> PageName}} Redirects to {{PageName}} in the current namespace
    {{>>> Namespace.PageName}} Redirects to {{Namespace.PageName}}
    {{>>> ++PageName}} Redirects to {{PageName}} in the root namespace
    {{&
  • 126;&
  • 126;&
  • 126;&
  • 126;}}
  • §§(Dario Solera,2009/11/10 10:01:03)§§Adds a signature for the user who made the change
    {{(((Boxed)))}}(((Boxed)))Wraps content in a box
    {{: Indentation}} : Indentation Each ':' sign at the beginning of a line indents content one level

    Lists

    You can create an unordered or ordered lists using {{
    • }} and {{
    • }} characters, for example:
    WikiMarkupOutputNotes
    @@
    • List element
    • Another element,
    • which continues on a new line
    • A third element
    @@
    • List element
    • Another element,
    • which continues on a new line
    • A third element
    Always keep an empty line after a list
    @@
  • List element
  • Another element,
  • which continues on a new line
  • A third element
  • @@
    1. List element
    2. Another element,
    3. which continues on a new line
    4. A third element
    Always keep an empty line after a list
    @@
    • List element
      1. Sub-element,
      2. which continues on a new line
      3. Still a sub-list
      4. A third element
    @@
    • List element
    • Sub-element,
    • which continues on a new line
    • Still a sub-list
    • A third element
    You can combine {{
    • }} and {{
    • }}

    Tables

    You can create tables using a simple markup. Please refer to the dedicated section for details.

    File Links and Pictures

    WikiMarkupOutputNotes
    {{download image}}download image 
    {{download attachment}}download attachment{{Help.WikiMarkup}} is the full name of this page and the SamplePicture.jpg file is an attachment of this page

    Displaying Pictures

    Sample Picture Caption {{ Sample Picture Caption }} generates:

    {{imageleft}} aligns the image on the left; {{imageauto}} sets no alignment; {{image}} produces no border nor caption.

    The caption is optional, as well as the link ({{{UP(Help.WikiMarkup)}SamplePicture.jpg auto }} in the example above). The link can be any type of link (page, URL, email, file/attachment, etc.).

    Special Tags

    All Special Tags are case insensitive.

    WikiMarkupOutputNotes
    {{{WikiTitle}}}{WikiTitle}Title of this wiki
    {{{Top}}}{top}Link to the top of the page
    {{}} Table of Contents of the current page
    {{{ThemePath}}}{ThemePath}Path of the current theme
    {{{RSSPage}}} left URL of the RSS Page
    {{{WikiVersion}}}{WikiVersion}Version of ScrewTurn Wiki
    {{{MainURL}}}{MainURL}URL of the wiki
    {{{PageCount}}}{PageCount}Number of pages in the current namespace
    {{{PageCount(
  • )}}}
  • {PageCount(
  • )}
  • Number of pages in the entire wiki
    {{&
  • 0123;Username&
  • 0125;}}
  • {Username}Username of the current user, if any
    {{&
  • 0123;LoginLogout&
  • 0125;}}
  • {LoginLogout}Login/Logout link, according to the current session
    {{{Cloud}}}{Cloud}Page categories cloud
    {{&
  • 0123;PageName&
  • 0125;}}
  • {PageName}Name of the current page
    {{&
  • 0123;Namespace&
  • 0125;}}
  • {Namespace}Current namespace
    {{&
  • 0123;NamespaceDropDown&
  • 0125;}}
  • {NamespaceDropDown}Drop-down list of namespaces
    {{{NamespaceList}}}{NamespaceList}List of namespaces
    {{&
  • 0123;Orphans&
  • 0125;}}
  • {Orphans}List of pages that have no incoming links
    {{&
  • 0123;Wanted&
  • 0125;}}
  • {Wanted}Lists of pages that need to be created
    {{&
  • 0123;Incoming&
  • 0125;}}
  • {Incoming}List of pages that link the current page
    {{&
  • 0123;Outgoing&
  • 0125;}}
  • {Outgoing}List of pages linked in the current page
    {{&
  • 0123;RecentChanges&
  • 0125;}}
  • {RecentChanges}List of recent changes made in the current namespace
    {{&
  • 0123;RecentChanges(
  • )&
  • 0125;}}
  • {RecentChanges(
  • )}
  • List of recent changes made in the entire wiki

    Escaping Content

    There are two ways to escape content that is usually interpreted by the WikiMarkup formatter.

    This will simply ignore any WikiMarkup wrapped in it:

    {{<nowiki>would be a link</nowiki>}} results in would be a link

    This will escape all special characters, so they are displayed on the screen:

    {{<esc>some HTML</esc>}} results in some HTML

    This will ignore any new-line wrapped in it:

    {{{{<nobr>some content

    and then some more</nobr>}}}}

    results in

    some content and then some more


    last edited by: Derek Huether on Mar 27, 2013 2:22 PM login/register to edit this page


    ADVERTISEMENTS

    "Talk sense to a fool and he calls you foolish."

    - Euripides

    ADVERTISEMENT

    Sponsors