Wiki syntax: Difference between revisions

From IMAGE
Jump to navigation Jump to search
Line 1: Line 1:
== Help wiki syntax ==
== Help wiki syntax ==
The default wiki editor, available in edit mode, contains a number of edit functions in buttons above the free text window. In this wiki you will add a lot of content via forms. The buttons will not function in a form and consequently you will have to add style code manually. Remember to use style codes only when necessary. Use headers to divide your text in sections and use them in a hierarchy without gaps, e.g use 'h2' style syntax with subs in 'h3' style syntax etc., and continue with 'h2'.
The default wiki editor, available in edit mode, contains a number of edit functions in buttons above the free text window. In this wiki you will add a lot of content via forms. The buttons will not function in a form and consequently you will have to add style code manually. Remember to use style codes only when necessary. Use headers to divide your text in sections and use them in a hierarchy without gaps or enters, e.g use 'h2' style syntax with subsections in for example 'h3' style syntax, and continue with 'h2'.
===semantic wiki manual===
===semantic wiki manual===
Entry to smw manual:
Entry to smw manual:

Revision as of 14:40, 11 November 2013

Help wiki syntax

The default wiki editor, available in edit mode, contains a number of edit functions in buttons above the free text window. In this wiki you will add a lot of content via forms. The buttons will not function in a form and consequently you will have to add style code manually. Remember to use style codes only when necessary. Use headers to divide your text in sections and use them in a hierarchy without gaps or enters, e.g use 'h2' style syntax with subsections in for example 'h3' style syntax, and continue with 'h2'.

semantic wiki manual

Entry to smw manual: smw help

Styling syntax

In the following table the standard styling syntax is summarized.

Style element Syntax Shows as
Headers == header 2 ==

header 2

=== header 3 ===

header 3

Bulleted list * bullet 1
* bullet 2
** nested bullet
  • bullet 1
  • bullet 2
    • nested bullet
Ordered list # first item
#second item
## nested item
##* nested bullet
  1. first item
  2. second item
    1. nested item 1
      • nested bullet
Change text style '''Bold text''' (3 single quotes)
''Italic text'' (2 single quotes)
Bold text
Italic text

For detailed info see http://www.mediawiki.org/wiki/Help:Formatting

Link syntax

In the following table the standard link syntax is summarized.

Link type Syntax Shows as
Internal link to another page in the wiki [[Welcome]] Welcome
[[Welcome| Home page IMAGE wiki]] Home page IMAGE wiki
External link http://www.pbl.nl http://www.pbl.nl
[http://www.pbl.nl Home page PBL] Home page PBL

For detailed info see: http://www.mediawiki.org/wiki/Help:Links

Help pictures/images/files

Help tables

Avoid tables! They are cumbersome and most likely too detailed. Do not use them to layout your text, it is against the accessability guidelines and most of the the time there is an alternative solution for the problem. In case of a data table which is necessary for the text, consider a picture of this data table.

For detailed info see: http://www.mediawiki.org/wiki/Help:Tables