Text Formatting
'''bold''' | bold | |
''italic'' | italic | |
__underlined__ | underlined | |
--strike-through-- | strike-through | |
{{inline code - monospace font }} | inline code - monospace font | |
@@block code - [WikiMarkup] is ignored@@ |
block code - [WikiMarkup] is ignored | |
---- | | Horizontal ruler |
[MainPage|MainPage] or [MainPage|my link] | MainPage or my link | |
[++Dev.MainPage] or [++Dev.MainPage|my link in another namespace] or [++MainPage|root] | Dev.MainPage or my link in another namespace or root | Add ++ to the link for linking to another namespace, including the root |
[http://www.screwturn.eu] or [http://www.screwturn.eu|ScrewTurn Wiki] | http://www.screwturn.eu or ScrewTurn Wiki | |
[email@server.com] or [email@server.com|contact us] | email@server.com or contact us | |
[c:Help.Wiki] or [c:Help.Wiki|Pages of category 'Wiki'] | 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 | |
{t:PageToTransclude} | | Displays the content of PageToTransclude from the same namespace, in-place |
{t:OtherNS.PageToTransclude} | | Displays the content of PageToTransclude from namespace OtherNS, in-place (prepend page name with ++ to transclude a page from the root namespace) |
>>> Namespace.PageName | | Redirects to Namespace.PageName |
~~~~ | Dario Solera, 2009/11/10 10:01 | 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:
* 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
|
- List element
- Another element,
which continues on a new line - A third element
| Always keep an empty line after a list |
* List element
*# Sub-element,
which continues on a new line
*# Still a sub-list
* 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.
{|
| Cell 1.1
| Cell 1.2
|-
| Cell 2.1
| Cell 2.2
|}
|
Cell 1.1
| Cell 1.2
| Cell 2.1
| Cell 2.2
|
|
{|
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
|+ This is a Table
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
This is a TableCell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
! Cells x.1 !! Cells x.2
|-
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
Cells x.1 | Cells x.2 |
---|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{| border="1" bgcolor="Gray"
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{| cellspacing="0" cellpadding="2" border="1"
|- style="background-color: Red; color: White;"
| Cell 1.1 || Cell 1.2
|- style="font-weight: bold;"
| Cell 2.1 || Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
| bgcolor="Blue" | Styled Cell
| Normal cell
|-
| Normal cell
| bgcolor="Yellow" | Styled cell
|}
|
Styled Cell | Normal cell
| Normal cell
| Styled cell |
|
{|
| colspan="2" bgcolor="Red" | Cell
|-
| Cell || Cell
|}
|
|
{|
| rowspan="2" bgcolor="Red" | Cell
| Cell
|-
| Cell
|}
|
|
{| align="right" border="1"
| Cell || Cell
|}
|
|
{| style="margin: 0px auto;" border="1"
| Cell || Cell
|}
|
|
{| cellspacing="0" cellpadding="2" style="background-color: #EEEEEE;"
|+ Styled Table
|- style="background-color: #990000; color: #FFFFFF;"
| This is a cell || This is a cell || This is a cell
|-
| style="background-color: #000000; color: #CCCCCC;" | Styled cell
| style="border: solid 1px #FF0000;" | Styled cell
| '''Normal cell'''
|-
| Normal || Normal || [Download]
|}
|
Styled TableThis is a cell | This is a cell | This is a cell | Styled cell | Styled cell | Normal cell
| Normal | Normal | Download |
|
File Links and Pictures
[{UP}/v3Site/Grass.png|download image] | download image | |
[{UP(Help.WikiMarkup)}SamplePicture.jpg|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
[imageright|Sample Picture Caption|{UP(Help.WikiMarkup)}SamplePicture-Small.jpg|{UP(Help.WikiMarkup)}SamplePicture.jpg]
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
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.
{WikiTitle} | Jova wiki | Title of this wiki |
{Top} | Top | Link to the top of the page |
{TOC} | | Table of Contents of the current page |
{ThemePath} | Themes/jovall/ | Path of the current theme |
{RSSPage} | | URL of the RSS Page |
{WikiVersion} | 3.0.4.560 | Version of ScrewTurn Wiki |
{MainURL} | http://wiki.jovall.net/ | URL of the wiki |
{PageCount} | 103 | Number of pages in the current namespace |
{PageCount(*)} | 137 | Number of pages in the entire wiki |
{Username} | Guest | Username of the current user, if any |
{LoginLogout} | Login | Login/Logout link, according to the current session |
{Cloud} | arbete fp kontakter private säkerhet utbildning webb | Page categories cloud |
{PageName} | wiki-markup | Name of the current page |
{Namespace} | <root> | Current namespace |
{NamespaceDropDown} | | Drop-down list of namespaces |
{NamespaceList} | | List of namespaces |
{Orphans} | | List of pages that have no incoming links |
{Wanted} | | Lists of pages that need to be created |
{Incoming} | | List of pages that link the current page |
{Outgoing} | | List of pages linked in the current page |
{RecentChanges} | | List of recent changes made in the current namespace |
{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>[this would be a link]</nowiki>
results in [this would be a link]
This will escape all special characters, so they are displayed on the screen:
<esc><b>some HTML</b></esc>
results in <b>some HTML</b>
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