The following markup can be used on this wiki,
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] | Dev.MainPage or my link in another namespace | Add ++ to the link for linking to another namespace |
[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 | |
>>> Namespace.PageName | | Redirects to Namespace.PageName |
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. Please refer to the
dedicated section for details.
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} | Daisley-Harrison Software | Title of this wiki |
{Top} | Top | Link to the top of the page |
{TOC} | | Table of Contents of the current page |
{ThemePath} | Themes/Default/ | Path of the current theme |
{RSSPage} |  | URL of the RSS Page |
{WikiVersion} | 3.0.1.400 | Version of ScrewTurn Wiki |
{MainURL} | http://www.daisley-harrison.com/wiki/ | URL of the wiki |
{PageCount} | 3 | Number of pages in the wiki |
{Username} | Guest | Username of the current user, if any |
{LoginLogout} | Login | Login/Logout link, according to the current session |
{Cloud} | Help | Page categories cloud |
{PageName} | Help.WikiMarkup | Name of the current page |
{Namespace} | Help | 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 wiki |
Extended Markup
Wiki Markup Managed by XsltMarkupPlugin
| DataProviders |
"{DataProviders:}" |
{DataProviders: } |
|
support |
| DisplaySQLTable |
{DisplaySQLTable: table-name [ | as-xml=yes ] } |
{DisplaySQLTable: } |
Displays an entire sql table from the AdventureWorksBM database |
support |
| DisplaySQLTableRow |
{DisplaySQLTableRow: {table-name | table=table-name} | id-column = column-name | id = value [ | as-xml=yes ] } |
{DisplaySQLTableRow: Part | id-column = Part_ID | id = 1010 } |
Displays one sql row from the AdventureWorksBM database |
support |
| DisplayWorkProducts |
{DisplaySQLTable: table-name [ | as-xml=yes ] } |
{DisplayWorkProducts: } |
Displays an entire sql table from the AdventureWorksBM database |
support |
| DumpHttpContext |
"{DumpHttpContext:}" |
{DumpHttpContext: } |
|
support |
| LogThis |
"{LogThis:}" |
{LogThis: This text will go into the wiki log} |
|
support |
| ServerName |
"{ServerName:}" |
{ServerName: } |
Displays the server name from the HTTP SERVER_NAME variable |
support |
| silverlight |
{silverlight: xap-file-path [ | width=nnn ] [ | height=nnn ] [ | background=color ] [ | alt=silverlight missing message] [ | autoUpgrade=true/false] } |
{silverlight: } |
Embeds a Microsoft Silverlight control on a wiki page (Light up the web!) |
support |
| XsltMarkup |
{XsltMarkup:} |
{XsltMarkup:} |
Displays a list of wiki markup currently managed by the XsltMarkupPlugin |
support |
XsltWikiMarkup written by: Daisley-Harrison Software daisley-harrison.com