Help:Editing

From Halopedia, the Halo wiki

Begin Editing

To begin editing a page, click on "Edit this page" or "edit" at the top. To edit an individual section, look at the section header for "[edit]".

Then enter your Wikitext into it, whatever that may be. To see what your page looks like before you save it, press "Show Preview." If that all looks good, enter a Summary (see below), mark whether it's a minor edit, and if you want to watch the page. Then, when you're finished, press "Save Page." Your changes will be visible immediately.






Summary

The Summary is a summary of what you've done to change the page. Whether it be creating the page or fixing a spelling error, you should always fill out the summary, so administrators know what you've done.


Column 1

| width="50%" valign="top" style="padding:0" |

Column 2

|}


 {{col-begin}}
 {{col-2}}
 ==Column 1==
 {{col-2}}
 ==Column 2==
 {{col-end}}

Links, URLS

Joe is playing Halo on Xbox.
Jane is playing Halo on PC.

Spaces are treated like underscores (typing an underscore is the same as typing a space, but is not recommended).

Joe is playing Halo on [[Xbox]].<br>
Jane is playing [[Halo PC|Halo on PC]].

When adding a comment to a Talk page, you should sign it. You can do this by adding three tildes for your user name:

Wheresthebrain

or four for user name plus date/time:

Wheresthebrain 01:49, 3 Jan 2005 (UTC)
When adding a comment to a Talk page,
you should sign it. You can do this by
adding three tildes for your user name:
: ~~~
or four for user name plus date/time:
: ~~~~

Redirect one article title to another by putting text like this in its first line.

#REDIRECT [[Master Chief]]

External links: Bungie, [1]

External links:
[http://www.bungie.net Bungie],
[http://www.bungie.net]

Or just give the URL: http://www.bungie.net

Or just give the URL:
http://www.bungie.net

To connect in between Wikis use the Interwiki code Halo on Wikipedia

[[Wikipedia:Halo|Halo on Wikipedia]]

If you are linking from another wikia to Halopedia then use the following code:

[[w:c:halo]]

If you are linking from Halowiki.net to Halopedia then use the following code:

[[Halopedia:Main Page]] or [[Halopedia:Article Name]]

Character Formatting

Colored Text

Using colored text is highly discouraged but in some cases useful. To color your text enter the following code. So for example:


<font color="purple">purple</font>
<font color="green">green</font>
<font color="red">red</font>
<font color="grey">grey</font>
<font color="black">black</font>
<font color="pink">pink</font>
<font color="orange">orange</font>
<font color="yellow">yellow</font>
<font color="blue">blue</font>
<font color="silver">silver</font>

Will output:purple green red grey black pink orange yellow blue silver

For a complete list of possible colors, see Wikipedia's article on web colors. Simply copy the hex code next to your preferred color, paste in the appropriate spot, and remove the spaces in the hex code. For example:

<font color="blue">This text is blue.</font>

Will give this: This text is blue.