You are here: Resources > FIDIS Deliverables > Other > D1.3: Wiki System > 

D1.3: Manual of the Extended Wiki System (dr_wiki)

Conclusion and Outlook  Title:
ANNEX
 Wiki Variables

 

Annex I: Markups

General Formatting Markups

In order to format the content entered into DR_Wiki, the following markups can be used: 

Markup  

Description  

Paragraphs <p>

A single newline generally has no effect on the layout. These can however be used to separate sentences within a paragraph. Some editors find that this aids editing and improves clarity when utilising the ‘diff-tool’ (used by the editors to compare different versions of a page, see section ).

An empty line starts a new paragraph. 

* item 1

Creates a bulleted list such as:

  1. item 1 

  2. item 2 

  3. item 3 

# item 1

Creates a numbered list such as:

  1. item 1 

  2. item 2 

  3. item 3 

* item 1

Both types of lists can also be combined:

  1. item 1 

  1. item 2 

  2. item 3 

: text

A colon indents a line or paragraph. Works similar to the bulleted and numbered lists: 

text 

     even more text

                  even more text

[[word]] 

A word between double square brackets creates a new internal link to a Wiki page, in this case for the term “word”. Links appear as bold text when the article is viewed. See section for more information.

[[HomePage]] 

Creates a link specifically to the starting page of the Wiki. 

[[word|alternative text]]

Creates a new internal link to a Wiki page called ‘word’, but using the ‘alternative text’ as link title. 

[[word]]trail

Creates a new internal link to a Wiki page, using the combination wordtrail as link title.

  1. [[machine]]s machines (link to page called: machine)

[[ns:word]]

Creates a new internal link to a Wiki page called ‘word’ in the namespace ‘ns. Currently the following namespaces are available:

  1. Wikipedia creates an external link to the English version of the Wikipedia encyclopaedia.

  2. Discussion discussion pages of the individual Wiki pages.

  3. IMDB Link to the international movies database.

  4. FIDIS Link to the FIDIS Wiki on Identity related terms (e.g. “[[FIDIS:WP1]]”)

  5. User User pages.

  6. Categories are also used as namespaces: 

    1. Category:IDM 

    2. Category:Identity 

=word=

Creates a heading (level 1 - H1-tag). 

==word==

Creates a heading (level 2 - H2-tag). 

===word===

Creates a heading (level 3 - H3-tag). 

====word====

Creates a heading (level 4 - H4-tag). 

=====word=====

Creates a heading (level 5 - H5-tag). 

======word======

Creates a heading (level 6 - H6-tag). 

imageURL

Inserts an image from ‘imageURL’ into the Wiki page. Currently only gif, jpeg, jpg, and png images are allowed. 

Example: 

  1. http://somedomain.org/myimage.jpg

URL

URLs and email addresses are automatically converted to real HTML links. Currently ftp, http(s), mailto, irc, gopher, and news URLs are recognised.

Examples: 

  1. mailto:someone@somedomain.org

  2. http://www.somedomain.org

[URL link-text]

Creates a link using the name as link-text. Currently ftp, http(s), mailto, irc, gopher, and news URLs are recognised. 

Examples: 

  1. [mailto:someone@somedomain.org My Email]

  2. [http://www.somedomain.org My Domain]

[URL]

Creates an enumerated link. Currently ftp and http(s) URLs are recognised. 

Examples: 

  1. [mailto:someone@somedomain.org]

  2. [http://www.somedomain.org]

—— 

Creates a bar / horizontal line (<hr>).

”text” 

Sets the text to italic.

”’text”’

Sets the text to bold.

””’text””’ 

Sets the text to bold & italic.

{ | params | } 

Creates a new table (cp. Chapter ).

 HTML Tags

Some HTML tags are allowed inside a Wiki. By default, the the tags below are currently supported:  

<br />, <b>, <i>, <p>, <u>, <center>, <hr />. <sub>, <s>, <small>, <blockquote>, <td>, <tr>, <th>, <table>.

#REDIRECT [[IDM]]

Redirect one article to another by placing a directive like the one shown on the left on the first line of the article (such as at a page titled "IDM" “Identity Management”).

You can <s>strike out deleted material</s> and <u>underline new material</u>.

The example on the left would display: 

You can strike out deleted material and underline new material.

~~~

[Discussion only]

Adds the user’s login name to the article as signature. Only works for the “Discussion” namespaces. 

  1. ~~~~ will be replaced by “Frank Idis”

~~~~

[Discussion only]

Adds the user’s login name and date to the article as signature. Only works for the “Discussion” namespaces. 

  1. ~~~~ will be replaced by “Frank Idis” + date

~~~~~

[Discussion only]

Adds the current date to the Wiki page. 

{{templatename}}

Templates are an easy way of adding pre fabricated text elements to a Wiki page. This mechanism can be used to insert repeating text elements to a Wiki page, such as notes, pre-formated tables and so on. Generally talking, templates are Wiki pages that reside in the namespace “Template”, such as”Template:templatename”. By adding the name of the template into curled braces without the namespace marker, the content of a template page is added into the Wiki page and rendered into HTML. 

 

Conclusion and Outlook  fidis-wp1-del1.3.manual_extended_wiki_04.sxw  Wiki Variables
13 / 38