Help:Tutorial (Formatting)

From Mycoted

Jump to: navigation, search
This article is part
of the Mycoted Tutorial
Tutorial pages...

Front page
Editing
Formatting
Internal links
External links
Talk pages
Keep in mind
Registration
Wrap-up

See also...

Help page

Most text formatting is usually done with Wiki markup, so people don't have to learn HTML.

Contents

Wiki markup

Writing for wikipedia articles is a bit different from writing on a standard word processor. Instead of a strict "what you see is what you get" approach (also called WYSIWYG by fans of computer jargon), wiki uses simple text codes for formatting. The approach is similar to that used in writing HTML for web pages, but the codes are simpler.

The wiki can accept some HTML tags directly, but most people use the built-in MediaWiki markup language, which is designed for ease of editing.

Bold and italics

The most commonly used wiki tags are bold and italics. Bolding and italicizing is done by surrounding a word or phrase with multiple apostrophes ('):

  • ''italics'' is rendered as italics. (2 apostrophes on either side)
  • '''bold''' is rendered as bold. (3 apostrophes on either side)
  • '''''bolded italics''''' is rendered as bolded italics. (2 + 3 = 5 apostrophes on either side)

Headings and subheadings

Headings and subheadings are an easy way to improve the organization of an article. If you can see two or more distinct topics being discussed, you can break up the article by inserting a heading for each section.

Headings can be created like this:

  • ==Top level heading== (2 equals signs)
  • ===Subheading=== (3 equals signs)
  • ====Another level down==== (4 equals signs)

If an article has at least four headings, a table of contents will automatically be generated.

Indenting

For instructions on how to indent, see Chapter 6 of this tutorial

Continue with the tutorial.

Personal tools