Creating Headlines, Bold and Italic Text: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
m (Basic Formatting of Wiki Articles moved to Creating Headlines, Bold and Italic Text)
Line 17: Line 17:
As you will see, the highlighted text will be surrounded by single quotation marks. Two for italic text, three for bold text.
As you will see, the highlighted text will be surrounded by single quotation marks. Two for italic text, three for bold text.
  <nowiki>'''Bold text'''</nowiki>
  <nowiki>'''Bold text'''</nowiki>
  <nowiki>'''Italic text'''</nowiki>
  <nowiki>''Italic text''</nowiki>


[[Category:Tutorial]]
[[Category:Tutorial]]
[[Category:Wiki]]
[[Category:Wiki]]

Revision as of 19:55, 15 September 2006

The Wiki language is pretty simple, I will show you some examples of the most important formatting features this Wiki provides.

Creating a Headline

To create a fancy headline like the one right above this line, just put the "=" sign before and after the title, like this:

= This is a Top-Level Headline =

There exist several levels of headlines:

= This is a Top-Level Headline =
== This is a Second-Level Headline ==
=== This is a Third-Level Headline ===

Those three should be sufficient for any Wiki page.

Bold and Italic Texts

Just highlight any text in the editor and click on the according icons right above the editor text field:

  • button_bold.png for Bold text
  • button_italic.png for Italic text

As you will see, the highlighted text will be surrounded by single quotation marks. Two for italic text, three for bold text.

'''Bold text'''
''Italic text''