Help:Editing: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) |
Redid page. Still needs a lot of work. |
||
| Line 1: | Line 1: | ||
{{!}} For a general overview of wiki contribution, please see the [[Help:Getting Started]] guide. | |||
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 == | |||
{| class="wikitable" style="width:100%" | |||
|- | |||
! width="25%" | Description | |||
! You type | |||
! You get | |||
|- | |||
| Italic text | |||
| <tt><nowiki>''italic''</nowiki></tt> | |||
| ''italic'' | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| Bold text | |||
| <tt><nowiki>'''bold'''</nowiki></tt> | |||
| '''bold''' | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| Bold and italic | |||
| <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | |||
| '''''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> | |||
|<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> | |||
| | |||
= Level 1 = | |||
== Level 2 == | |||
=== Level 3 === | |||
==== Level 4 ==== | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| 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 #ccc;"| | |||
|- | |||
| 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 #ccc;"| | |||
|- | |||
| 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> | |||
| Normal text<br/>:First indent<br/>::Second indent | |||
|- | |||
| colspan="3" style="border-top:1px solid #ccc;"| | |||
|- | |||
| Sign your posts on talk pages | |||
| <tt><nowiki>~~~~</nowiki></tt> | |||
| [[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | |||
|} | |||
== | == 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. | |||
* '''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 changes:''' This shows a side-by-side comparison of the differences between the current version and your edited version. | |||
== See also == | |||
* [[Help:Contents]] — The main help page | |||
== | |||
* [[Help: | |||
__NOTOC__ | |||
[[Category:Help]] | [[Category:Help]] | ||
Revision as of 20:00, 13 October 2025
| For a general overview of wiki contribution, please see the Help:Getting Started guide.
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
| Description | You type | You get |
|---|---|---|
| Italic text | ''italic'' | italic |
| Bold text | '''bold''' | bold |
| Bold and italic | '''''bold & italic''''' | bold & italic |
| Internal link (within this Wiki) |
[[Hero]] [[Hero|link to the Hero page]] |
Hero link to the Hero page |
| Link to a section on another page | [[Abrams#Update_history]] | Abrams#Update_history |
| External link (to other websites) |
[http://www.example.org Link text] http://www.example.org |
Link text http://www.example.org |
| Redirect one page to another (This should be the only text on the page) |
||
| Section headings (A Table of Contents is automatically generated after 3 or 4 headings) |
= Level 1 = == Level 2 == |
Level 1Level 2Level 3Level 4 |
| Bulleted list | * One * Two ** Two point one * Three |
|
| Numbered list | # One # Two ## Two point one # Three |
|
| Indenting text (Used on talk pages for replies) |
Normal text :First indent ::Second indent |
Normal text :First indent ::Second indent |
| Sign your posts on talk pages | ~~~~ | Username (talk) 10:11, 13 September 2026 (UTC) |
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.
- 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 Recent Changes log clean.
- Show changes: This shows a side-by-side comparison of the differences between the current version and your edited version.
See also
- Help:Contents — The main help page