Difference between revisions of "Help:Editing"

From Kerbal Space Program Wiki
Jump to: navigation, search
(copied this over from elsewhere, but I wrote it there. feel free to improve.)
 
(Help, something is deleting all my line breaks every time I submit it!)
Line 1: Line 1:
This '''editing help''' is supposed to serve both as a starting point for new wiki editors and as a quick reference for expreienced editors. For more detailed information on editing and the MediaWiki syntax, please refer to the official [[mw:Help:Contents#Editing|MediaWiki editing help]].== Editing interface ==The editing interface's most important part is the large editing box. It shows the contents of the page or section that is currently being edited in raw MediaWiki syntax, meaning that all formatting is only visible as character sequences (such as three apostrophes to make text bold). The toolbar above the editing box can be used to apply common formatting to selected text.Below the editing box is a summary field. In there, a short summary of the edit should be given, for example what content was added or why changes were made. The summary will appear both in a page's history and on the [[Special:RecentChanges|recent changes]] list. The edit summary is optional and can be omitted for minor edits such as typographical corrections. Minor edits should also be marked as such using the "This is a minor edit" checkbox under the summary field. A second checkbox is also available to automatically add the edited page to your personal [[Special:Watchlist|watchlist]].Before confirming an edit using the "Save page" button, it should be checked that the page looks as intended using the "Show preview" button. There is also a "Show changes" button, which will highlight all changes made in the edit. This can be used to check for unwanted or accidental changes.== Syntax ===== Plain text ===Plain text that does not contain any formatting codes will not be formatted automatically in any way. Note though that new lines are handled differently than in most text editors - a single line break will not appear on the final page, only two consecutive line breaks will create a new paragraph.=== Headlines ==={| class="wikitable"! Headline level !! Example syntax code !! Example result|-| Level 2 || <tt><nowiki>== Level 2 headline ==</nowiki></tt> || == Level 2 headline ==|-| Level 3 || <tt><nowiki>=== Level 3 headline ===</nowiki></tt> || === Level 3 headline ===|-| Level 4 || <tt><nowiki>==== Level 4 headline ====</nowiki></tt> || ==== Level 4 headline ====|-| Level 5 || <tt><nowiki>===== Level 5 headline =====</nowiki></tt> || ===== Level 5 headline =====|-| Level 6 || <tt><nowiki>====== Level 6 headline ======</nowiki></tt> || ====== Level 6 headline ======|}Level 6 is the maximum headline level. Technically there are also level 1 headlines. These are however meant for the page title and should never be used in an article.=== Bold and italics ==={| class="wikitable"! Desired result !! Example syntax code !! Example result|-| Bold text || <tt><nowiki>'''Bold text here'''</nowiki></tt> || '''Bold text here'''|-| Italic text || <tt><nowiki>''Italic text here''</nowiki></tt> || ''Italic text here''|-| Bold and italic text || <tt><nowiki>'''''Bold and italic text here'''''</nowiki></tt> || '''''Bold and italic text here'''''|}=== Links ==={| class="wikitable"! Desired result !! Example syntax code !! Example result|-| Internal link (to another page on this wiki) || <tt><nowiki>[[Target page]]</nowiki></tt> || [[Target page]]|-| Internal link with alternate link text || <tt><nowiki>[[Target page|link text]]</nowiki></tt> || [[Target page|link text]]|-| External link (to a webpage other than an article on this wiki) || <tt><nowiki>http://www.example.com/</nowiki></tt> || http://www.example.com/|-| Numbered external link || <tt><nowiki>[http://www.example.com/]</nowiki></tt> || [http://www.example.com/]|-| External link with alternate link text || <tt><nowiki>[http://www.example.com/ link text]</nowiki></tt> || [http://www.example.com/ link text]|}=== Talk pages and signatures ==={| class="wikitable"! Desired result !! Example syntax code !! Example result|-| Signature with timestamp || <tt><nowiki>~~~~</nowiki></tt> || [[User:Dgelessus|dgelessus]] <sup>([[User talk:Dgelessus|talk]] &middot; [[Special:Contributions/Dgelessus|contribs]])</sup> 17:17, 19 July 2013 (CDT)|-| Signature only || <tt><nowiki>~~~</nowiki></tt> || [[User:Dgelessus|dgelessus]] <sup>([[User talk:Dgelessus|talk]] &middot; [[Special:Contributions/Dgelessus|contribs]])</sup>|-| Timestamp only || <tt><nowiki>~~~~~</nowiki></tt> || 17:17, 19 July 2013 (CDT)|}These codes will automatically be replaced with the appropriate text once you save your edit. The signature can be customized in the [[Special:Preferences|preferences]].The result will be different if you use these! These example results only apply to the user [[User:Dgelessus|dgelessus]] making an edit at 17:17, 19 July 2013 (CDT).
+
 

Revision as of 21:32, 29 August 2013