Editing Help:EditingGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
{{!}} For a general overview of wiki contribution, please see the [[Help:Getting Started]] guide. | {{!}} For a general overview of wiki contribution, please see the [[Help:Getting Started]] guide. | ||
This page | The number one rule of wiki editing is to '''be bold'''. Go ahead and make changes. Other people can correct any mistakes you make, so have confidence and give it a try! This page serves as a cheatsheet for common editing syntax. | ||
== Basic Formatting Cheatsheet == | == Basic Formatting Cheatsheet == | ||
| Line 13: | Line 13: | ||
| <tt><nowiki>''italic''</nowiki></tt> | | <tt><nowiki>''italic''</nowiki></tt> | ||
| ''italic'' | | ''italic'' | ||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |- | ||
| Bold text | | Bold text | ||
| <tt><nowiki>'''bold'''</nowiki></tt> | | <tt><nowiki>'''bold'''</nowiki></tt> | ||
| '''bold''' | | '''bold''' | ||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |- | ||
| Bold and italic | | Bold and italic | ||
| <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | | <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | ||
| '''''bold & italic''''' | | '''''bold & italic''''' | ||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| Internal link<br/><small>''(within this Wiki)''</small> | |||
| <tt><nowiki>[[Hero]]</nowiki></tt><br /><tt><nowiki>[[Hero|link to the Hero page]]</nowiki></tt> | |||
| [[Hero]]<br/>[[Hero|link to the Hero page]] | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| Link to a section on another page | |||
| <tt><nowiki>[[Abrams#Update_history]]</nowiki></tt> | |||
| [[Abrams#Update_history]] | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| External link<br /><small>''(to other websites)''</small> | |||
| <tt><nowiki>[http://www.example.org Link text]</nowiki></tt><br /><tt><nowiki>http://www.example.org</nowiki></tt> | |||
| [http://www.example.org Link text]<br />http://www.example.org | |||
|- | |||
| Redirect one page to another<br/><small>''(This should be the only text on the page)''</small> | |||
| | |||
| | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |- | ||
| Section headings<br /><small>''(A Table of Contents is automatically generated after 3 or 4 headings)''</small> | | Section headings<br /><small>''(A Table of Contents is automatically generated after 3 or 4 headings)''</small> | ||
|<tt><nowiki>== Level 2 ==</nowiki></tt><br/> | |<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> | <tt><nowiki>=== Level 3 ===</nowiki></tt><br/><tt><nowiki>==== Level 4 ====</nowiki></tt> | ||
| | | | ||
= Level 1 = | |||
== Level 2 == | == Level 2 == | ||
=== Level 3 === | === Level 3 === | ||
==== Level 4 ==== | ==== Level 4 ==== | ||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |- | ||
| Bulleted list | | Bulleted list | ||
| Line 37: | Line 69: | ||
** Two point one | ** Two point one | ||
* Three | * Three | ||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |- | ||
| Numbered list | | Numbered list | ||
| Line 46: | Line 80: | ||
# Three | # Three | ||
|- | |- | ||
| | | colspan="3" style="border-top:1px solid #ccc;"| | ||
| | |||
|- | |- | ||
| Indenting text<br/><small>''(Used on talk pages for replies)''</small> | | Indenting text<br/><small>''(Used on talk pages for replies)''</small> | ||
| <tt>Normal text</tt><br/><tt>:First indent</tt><br/><tt>::Second indent</tt> | | <tt>Normal text</tt><br/><tt>:First indent</tt><br/><tt>::Second indent</tt> | ||
| Normal text<br/>:First indent<br/>::Second indent | | Normal text<br/>:First indent<br/>::Second indent | ||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |- | ||
| Sign your posts on talk pages | | Sign your posts on talk pages | ||
| Line 83: | Line 93: | ||
|} | |} | ||
== Saving | == Saving Pages == | ||
Once you are finished editing, please make good use of the buttons below the edit window before saving. | |||
* '''Summary:''' Enter a brief description of the changes you have made (e.g., "fixed typo," "added information about abilities"). This is very important for helping other editors understand the page's history. | * '''Summary:''' Enter a brief description of the changes you have made (e.g., "fixed typo," "added information about abilities"). This is very important for helping other editors understand the page's history. | ||
* '''Show preview:''' This shows you what the saved page will look like. It is extremely useful for catching mistakes before you save, which helps keep the [[Special:RecentChanges|Recent Changes]] log clean. | |||
* '''Show preview:''' This shows you what the saved page will look like. It is extremely useful for catching mistakes before you save. | |||
* '''Show changes:''' This shows a side-by-side comparison of the differences between the current version and your edited version. | * '''Show changes:''' This shows a side-by-side comparison of the differences between the current version and your edited version. | ||
== See also == | == See also == | ||