Editing Category:Help

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<div align="center">
 
{| align="right" style="background:transparent; border-bottom:1px 1px 0px 0px #a3b1bf solid;"
 
|
 
|}
 
<!--COMMENT MARKUP. Displays:Edit mode only.-->
 
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;"
 
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" |
 
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Gamehiker Wiki Cheatsheet</h2>
 
<h4>For more details, see [[Help:How to edit a page|How to edit a page]]</h4>
 
|-<!--COLUMN HEADINGS-->
 
| width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''Description'''
 
| style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You type'''
 
| width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You get'''
 
|-<!--1ST HEADING-->
 
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
 
|-<!--1ST ROW 1ST COLUMN-->
 
|[[Help:How_to_edit_a_page#Character_formatting|Italicise text]]
 
|<!--2ND COLUMN-->
 
<tt><nowiki>''italic''</nowiki></tt>
 
|<!--3RD COLUMN-->
 
''italic''
 
|-<!--HORIZONTAL LINE-->
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-<!--2ND ROW 1ST COLUMN-->
 
|[[Help:How_to_edit_a_page#Character_formatting|Bold text]]
 
|
 
<tt><nowiki>'''bold'''</nowiki></tt>
 
|
 
'''bold'''
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|[[Help:How_to_edit_a_page#Character_formatting|Bold and italic]]
 
|
 
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
 
|
 
'''''bold & italic'''''
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
||[[Help:How_to_edit_a_page#Links_and_URLs|Internal link]]<br />
 
(within Help)
 
|
 
<tt><nowiki>[[Name of page]]</nowiki></tt><br />
 
<tt><nowiki>[[Name of page|display text]]</nowiki></tt><br />
 
|
 
[[Name of page]]<br />
 
[[Name of page|display text]]<br />
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|[[Help:How_to_edit_a_page#Links_and_URLs|Redirect to another page]]
 
|
 
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
 
|
 
[[Image:Redirectltr.png|30px]][[Target page]]
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|[[Help:How_to_edit_a_page#Links_and_URLs|External link]]<br />
 
(to other websites)
 
|
 
<tt><nowiki>[http://www.example.org]</nowiki></tt><br />
 
<tt><nowiki>[http://www.example.org display text]</nowiki></tt><br />
 
<tt><nowiki>http://www.example.org</nowiki></tt>
 
|
 
[http://www.example.org]<br />
 
[http://www.example.org display text]<br />
 
http://www.example.org
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|
 
Sign your posts <br />
 
on talk pages
 
|
 
<tt><nowiki>~~~~</nowiki></tt>
 
|
 
[[Special:Mypage|Your username]] {{CURRENTTIME}}, <br />
 
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
 
|-<!--2ND HEADING-->
 
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
 
|-
 
|Headings<br />
 
<span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span>
 
|
 
<tt><nowiki>== Level 1 ==</nowiki></tt><br />
 
<tt><nowiki>=== Level 2 ===</nowiki></tt><br />
 
<tt><nowiki>==== Level 3 ====</nowiki></tt><br />
 
<tt><nowiki>===== Level 4 =====</nowiki></tt><br />
 
<tt><nowiki>====== Level 5 ======</nowiki></tt>
 
|
 
== Level 1 ==
 
=== Level 2 ===
 
==== Level 3 ====
 
===== Level 4 =====
 
====== Level 5 ======
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|[[Help:List|Bulleted list]]
 
|
 
<tt>* One</tt><br />
 
<tt>* Two</tt><br />
 
<tt>** Two point one</tt><br />
 
<tt>* Three</tt>
 
|
 
* One
 
* Two
 
** Two point one
 
* Three
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|[[Help:List|Numbered list]]
 
|
 
<tt># One</tt><br />
 
<tt># Two</tt><br />
 
<tt>## Two point one</tt><br />
 
<tt># Three</tt>
 
|
 
# One
 
# Two
 
## Two point one
 
# Three
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
 
|-
 
|[[Help:Extended_image_syntax|Thumbnail image]]
 
|
 
<tt><nowiki>[[Image:Babymario.jpg|thumb||100px|Caption text]]</nowiki></tt>
 
|
 
[[Image:Babymario.jpg|thumb|100px|Caption text]]
 
|}
 
</div>
 
 
==See also==
 
* For a tour of features, see the [[Help:Introduction|Introduction to Help]].
 
* For experimentation with editing, use the [[Help:Sandbox|sandbox]].
 
* For a checklist of elements required to make a "perfect" article, see [[Help:The perfect article|The perfect article]].
 
* For print cheatsheets, see the [[:m:Help:Reference card|MediaWiki reference card]] or the [[:m:Cheatsheet|poster-size cheatsheet]] (available in many languages).
 
* The encyclopedic article on [[cheat sheet]]s
 
* [[Citation templates]]
 
 
==Works Cited==
 
The information from this page was adapted from [http://en.Help.org/wiki/Help:Cheatsheet Help's Cheatsheet].
 
 
__NOTOC__ __NOEDITSECTION__
 
 
 
[[Category: Directory]]
 
[[Category: Directory]]

Please note that all contributions to Gamehiker Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Gamehiker Wiki:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)