Help:Formatting
With the dedicated wiki syntax it is possible to easily format text. This requires the use of normal characters such as asterisks, apostrophes or equals symbols. For example, to put a word in Italics all you need to do is write the word with two apostrophes like so; ''Italics''
.
You can test out all the formatting on this page in the Playground.
Paragraphs / Line Breaks
Metin2Wiki systems ignores paragraphs at the end of line. To add a new paragraph you should begin with a blank line.
HTML
In MediaWiki, some HTML tags allowed. For example <code>
, <div>
, <span>
and <font
.
Table Overview
valign="top" style="border:1px solid; border-color:#97100d; background:#5d0505; color:#f0d9a2;" | Description | valign="top" style="border:1px solid; border-color:#97100d; background:#5d0505; color:#f0d9a2;" | Wiki Code | valign="top" style="border:1px solid; border-color:#97100d; background:#5d0505; color:#f0d9a2;" | Edition
|
Universally Applicable | |||||
Italic Text | ''Italic''
|
Italic | |||
Bold Text | '''Bold'''
|
Bold | |||
Bold and Italic Text | '''''Bold and Italic Text'''''
|
Bold and Italic Text | |||
Comments | <!--Comments-->
|
Comments in page view are not displayed. | |||
Prevent the Wiki Formatting | <nowiki>No ''Formatting''</nowiki>
|
No ''Formatting'' | |||
Only applies to the beginning of a new line | |||||
Headlines in different sizes |
|
Level 1Level 2Level 3Level 4 | |||
Horizontal Line |
|
| |||
Bullet Points |
|
| |||
Ordered List |
|
| |||
Definition List |
|
| |||
Pre-formatted Text |
|
A space at the beginning of a line creates this Textfield |