Help:Editing

From LinuxMCE
Jump to: navigation, search

Wikipedia:How to edit a page


You can look at "edit" of this page to see how the following simple markup works:

Top Header

Second: This is how you can do a section header

Third: Which can be nested by adding more equal signs

Fourth Header

The headings will be put into a table of contents at the top, but only when the page has 4 or more section headers (nested or not).

  • This is an unordered (bullet) list.
    • These can also be nested
  1. This is an ordered (numbered) list
    1. I think these can be nested as well
    2. They can
  2. Next ordered (numbered) list
    1. Nested
    2. Nested


This will be indented
Indented more


Lines starting with a space will be "preformatted", and placed in one of those typical dotted boxes.


Italic text

bold text

italic and bold


URLs are automaticly recognized, but there are more possibilities. For example: http://some.domain/page.html shows the URL 'as is' [1] shows up as an increasing number alternative text shows up as "alternative text"

other wiki page link to other_wiki_page, shows as "other wiki page" alternative text link to other_wiki_page, shows as "alternative text"


this will stop the wiki from applying formatting; useful if you don't want URLs turned into links, for instance: http://some.domain/page.html


Alternatively, you can use the standard HTML tags.

Third Level: You unnest by removing one level of equal signs

Text editing

Deleting text

Instead of deleting sentence of a paragraph of text, instead first use <del> and </del>:

So that text stays visible at first until some of the senior admins decides what to do with that text.


Adding Colors

You can color a text by placing it between <span style="color:Red;"> </span> tags. In this example, the color is red. Below is a list containing other colors you can use. Simply copy a line, and type the text you want to color between the ">" and the "</span>".

#00FFFF Aqua
#000000 Black
#0000FF Blue
#FF00FF Fuchsia
#808080 Gray
#008000 Green
#00FF00 Lime
#800000 Maroon
#000080 Navy
#808000 Olive
#800080 Purple
#FF0000 Red
#C0C0C0 Silver
#008080 Teal
#FFFFFF White
#FFFF00 Yellow

<span style="color:Aqua;"> </span>
<span style="color:Black;"> </span>
<span style="color:Blue;"> </span>
<span style="color:Fuchsia;"> </span>
<span style="color:Gray;"> </span>
<span style="color:Green;"> </span>
<span style="color:Lime;"> </span>
<span style="color:Maroon;"> </span>
<span style="color:Navy;"> </span>
<span style="color:Olive;"> </span>
<span style="color:Purple;"> </span>
<span style="color:Red;"> </span>
<span style="color:Silver;"> </span>
<span style="color:Teal;"> </span>
<span style="color:Yellow;"> </span>

<span style="color:White;"> </span>

<span style="color:brown;"> </span>



Advanced editing

For more details and basics on editing pages, see advanced editing