Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Back
WikiMarkup
Modified on 2020/04/20 14:46
by
Administrator
Categorized as
Uncategorized
Source: http://screwturn.net/Help.WikiMarkup If you want to copy this page in your own wiki, you can simply [Help.Default.aspx?Page={PageName}&Code=1|copy the markup] and paste it into a page in your wiki. ==Text Formatting== <table class="generic"> <tr class="tableheader"> <th>WikiMarkup</th><th>Output</th><th>Notes</th> </tr> <tr class="tablerow"> <td>{{<nowiki>'''bold'''</nowiki>}}</td><td>'''bold'''</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>''italic''</nowiki>}}</td><td>''italic''</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>__underlined__</nowiki>}}</td><td>__underlined__</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>--strike-through--</nowiki>}}</td><td>--strike-through--</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>{{inline code - monospace font}}</nowiki>}}</td><td>{{inline code - monospace font}}</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>@@block code - [WikiMarkup] is ignored@@</nowiki>}}</td><td>@@block code - [WikiMarkup] is ignored@@</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>----</nowiki>}}</td><td><h1 class="separator"> </h1></td><td>Horizontal ruler</td> </tr> <tr class="tablerow"> <td>{{<nowiki>[MainPage|MainPage]</nowiki>}} or {{<nowiki>[MainPage|my link]</nowiki>}}</td><td>[MainPage|MainPage] or [MainPage|my link]</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>[++Dev.MainPage]</nowiki>}} or {{<nowiki>[++Dev.MainPage|my link in another namespace]</nowiki>}} or {{<nowiki>[++MainPage|root]</nowiki>}}</td><td>[++Dev.MainPage] or [++Dev.MainPage|my link in another namespace] or [++MainPage|root]</td><td>Add {{++}} to the link for linking to another namespace, including the root</td> </tr> <tr class="tablerow"> <td style="color:#600;"><span style="padding-left: 25px"> </span>'''''Alternatively'''''</td><td></td><td></td> </tr> <tr class="tablerow"> <td>{{<nowiki>[^++Dev.MainPage]</nowiki>}} or {{<nowiki>[^++Dev.MainPage|my link in another namespace]</nowiki>}} or {{<nowiki>[^++MainPage|root]</nowiki>}}</td><td>[^++Dev.MainPage] or [^++Dev.MainPage|my link in another namespace] or [^++MainPage|root]</td><td>Add {{^}} at the beginning of the string to make the link open in a new tab.</td> </tr> <tr class="tablerow"> <td>{{<nowiki>[http://www.sunhorizon.info]</nowiki>}} or {{<nowiki>[http://www.sunhorizon.info|SunHorizon Wiki]</nowiki>}}</td><td>[http://www.sunhorizon.info] or [http://www.sunhorizon.info|SunHorizon Wiki]</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>[email@server.com]</nowiki>}} or {{<nowiki>[email@server.com|contact us]</nowiki>}}</td><td>[email@server.com] or [email@server.com|contact us]</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>[c:Help.Wiki]</nowiki>}} or {{<nowiki>[c:Help.Wiki|Pages of category 'Wiki']</nowiki>}}</td><td>[c:Help.Wiki] or [c:Help.Wiki|Pages of category 'Wiki']</td><td>Links to a category</td> </tr> <tr class="tablerow"> <td>{{<nowiki>==Title==</nowiki>}}</td><td><h1 class="separator">Title</h1></td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>===Sub-Title===</nowiki>}}</td><td><h2 class="separator">Sub-Title</h2></td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>====Sub-Sub-Title====</nowiki>}}</td><td><h3 class="separator">Sub-Sub-Title</h3></td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>=====Sub-Sub-Sub-Title=====</nowiki>}}</td><td><h4 class="separator">Sub-Sub-Sub-Title</h4></td><td> </td> </tr> <tr class="tablerow"> <td>{{{t:PageToTransclude}}}</td><td> </td><td>Displays the content of ''PageToTransclude'' from the same namespace, in-place</td> </tr> <tr class="tablerow"> <td>{{{t:OtherNS.PageToTransclude}}}</td><td> </td><td>Displays the content of ''PageToTransclude'' from namespace ''OtherNS'', in-place (prepend page name with {{++}} to transclude a page from the ''root'' namespace)</td> </tr> <tr class="tablerow"> <td>{{<nowiki>>>> PageName</nowiki>}}</td><td> </td><td>Redirects to {{PageName}} in the current namespace</td> </tr> <tr class="tablerow"> <td>{{<nowiki>>>> Namespace.PageName</nowiki>}}</td><td> </td><td>Redirects to {{Namespace.PageName}}</td> </tr> <tr class="tablerow"> <td>{{<nowiki>>>> ++PageName</nowiki>}}</td><td> </td><td>Redirects to {{PageName}} in the ''root'' namespace</td> </tr> <tr class="tablerow"> <td>{{<nowiki>~~~~</nowiki>}}</td><td>§§(Dario Solera,2009/11/10 10:01:03)§§</td><td>Adds a signature for the user who made the change</td> </tr> <tr class="tablerow"> <td>{{<nowiki>(((Boxed)))</nowiki>}}</td><td>(((Boxed)))</td><td>Wraps content in a box</td> </tr> <tr class="tablerow"> <td>{{<nowiki>: Indentation</nowiki>}}</td><td> : Indentation </td><td>Each ':' sign at the beginning of a line indents content one level</td> </tr> </table> ==[anchor|#anch-1]Lists== You can create an unordered or ordered lists using {{*}} and {{#}} characters, for example: <table class="generic"> <tr class="tableheader"> <th>WikiMarkup</th><th>Output</th><th>Notes</th> </tr> <tr class="tablerow"> <td>@@* List element * Another element, which continues on a new line * A third element @@</td><td> * List element * Another element, which continues on a new line * A third element </td><td>Always keep an empty line after a list</td></tr> <tr class="tablerow"> <td>@@# List element # Another element, which continues on a new line # A third element @@</td><td> # List element # Another element, which continues on a new line # A third element </td><td>Always keep an empty line after a list</td></tr> <tr class="tablerow"> <td>@@* List element *# Sub-element, which continues on a new line *# Still a sub-list * A third element @@</td><td> * List element *# Sub-element, which continues on a new line *# Still a sub-list * A third element </td><td>You can combine {{*}} and {{#}}</td></tr> </table> ==Anchors== '''''Anchors''''' are used to mark specific location on a page so they can be called from another part of the same page or from an external page to open at that particular part of the page. <table class="generic"> <tr class="tableheader"> <th>Placing the Anchor</th> <th>Locating the Anchor</th> <th>Examples</th> </tr> <tr class="tablerow"> <td><nowiki>[anchor|#anch-1]</nowiki></td> <td><nowiki>[WikiMarkup#anch-1|Anchor 1]</nowiki></td> <td>'''Example 1''': Go to [WikiMarkup#anch-1|Anchor 1] in this page.</td> </tr> <tr class="tablerow"> <td><nowiki>[anchor|#anch-2]</nowiki></td> <td><nowiki>[WikiMarkup-Tables#anch-1|Anchor 2]</nowiki></td> <td>'''Example 2''': Go to [WikiMarkup-Tables#anch-2|Anchor 2] on another page in the same Namespace, opening in the same tab.</td> </tr> <tr class="tablerow"> <td><nowiki>[anchor|#anch-3]</nowiki></td> <td><nowiki>[^++Dev.WritingFormatter#anch-3|Anchor 3]</nowiki></td> <td>'''Example 3''': Go to [^++Dev.WritingFormatter#anch-3|Anchor 3] on a page in a different Namespace, opening in a new tab.</td> </tr> </table> ==Tables== You can create tables using a simple markup. Please refer to the [WikiMarkup-Tables|dedicated section] for details. ==File Links and Pictures== <table class="generictable"> <tr class="tableheader"> <th>WikiMarkup</th><th>Output</th><th>Notes</th> </tr> <tr class="tablerow"> <td>{{<nowiki>[{UP}/v1Site/Grass.png|download image]</nowiki>}}</td><td>[{UP}/v1Site/Grass.png|download image]</td><td> </td> </tr> <tr class="tablerow"> <td>{{<nowiki>[{UP(Help.WikiMarkup)}SamplePicture.jpg|download attachment]</nowiki>}}</td><td>[{UP(Help.WikiMarkup)}SamplePicture.jpg|download attachment]</td><td>{{Help.WikiMarkup}} is the full name of this page and the ''SamplePicture.jpg'' file is an attachment of this page</td> </tr> </table> ==Displaying Pictures== You can displaying pictures using a simple markup. Please refer to the [WikiMarkup-Pictures|dedicated section] for details. ==Special Tags== All Special Tags are ''case insensitive''. <table class="generictable"> <tr class="tableheader"> <th>WikiMarkup</th><th>Output</th><th>Notes</th> </tr> <tr class="tablerow"> <td>{{<nowiki>{WikiTitle}</nowiki>}}</td><td>{WikiTitle}</td><td>Title of this wiki</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{Top}</nowiki>}}</td><td>{top}</td><td>Link to the top of the page</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{TOC}</nowiki>}}</td><td> </td><td>Table of Contents of the current page</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{ThemePath}</nowiki>}}</td><td>{ThemePath}</td><td>Path of the current theme</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{RSSPage}</nowiki>}}</td><td>{RSSPage}</td><td>URL of the RSS Page</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{WikiVersion}</nowiki>}}</td><td>{WikiVersion}</td><td>Version of ScrewTurn Wiki</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{MainURL}</nowiki>}}</td><td>{MainURL}</td><td>URL of the wiki</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{PageCount}</nowiki>}}</td><td>{PageCount}</td><td>Number of pages in the current namespace</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{PageCount(*)}</nowiki>}}</td><td>{PageCount(*)}</td><td>Number of pages in the entire wiki</td> </tr> <tr class="tablerow"> <td>{{{Username}}}</td><td>{Username}</td><td>Username of the current user, if any</td> </tr> <tr class="tablerow"> <td>{{{LoginLogout}}}</td><td>{LoginLogout}</td><td>Login/Logout link, according to the current session</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{Cloud}</nowiki>}}</td><td>{Cloud}</td><td>Page categories cloud</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{PageName}</nowiki>}}</td><td>{PageName}</td><td>Name of the current page</td> </tr> <tr class="tablerow"> <td>{{{Namespace}}}</td><td>{Namespace}</td><td>Current namespace</td> </tr> <tr class="tablerow"> <td>{{{NamespaceDropDown}}}</td><td>{NamespaceDropDown}</td><td>Drop-down list of namespaces</td> </tr> <tr class="tablerow"> <td>{{<nowiki>{NamespaceList}</nowiki>}}</td><td>{NamespaceList}</td><td>List of namespaces</td> </tr> <tr class="tablerow"> <td>{{{Orphans}}}</td><td>{Orphans}</td><td>List of pages that have no incoming links</td> </tr> <tr class="tablerow"> <td>{{{Wanted}}}</td><td>{Wanted}</td><td>Lists of pages that need to be created</td> </tr> <tr class="tablerow"> <td>{{{Incoming}}}</td><td>{Incoming}</td><td>List of pages that link the current page</td> </tr> <tr class="tablerow"> <td>{{{Outgoing}}}</td><td>{Outgoing}</td><td>List of pages linked in the current page</td> </tr> <tr class="tablerow"> <td>{{{RecentChanges}}}</td><td>{RecentChanges}</td><td>List of recent changes made in the current namespace</td> </tr> <tr class="tablerow"> <td>{{{RecentChanges(*)}}}</td><td>{RecentChanges(*)}</td><td>List of recent changes made in the entire wiki</td> </tr> </table> ==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><nowiki>[this would be a link]</nowiki></nowiki>}} results in <nowiki>[this would be a link]</nowiki> This will escape all special characters, so they are displayed on the screen: {{<esc><esc><b>some HTML</b></esc></esc>}} results in <esc><b>some HTML</b></esc> 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
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.