Help:Editing: Difference between revisions From Online Manual

Jump to: navigation, search
(How can you introduce a line break without starting a new paragraph?)
 
No edit summary
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
How to introduce a line break without starting a new paragraph:
<!-- <noinclude>{{pp-semi|small=yes}}</noinclude> -->
<div align="center">
<!-- {{WP help pages (header bar)}} -->
<!--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;" |<!--{{shortcut|WP:CHEAT}}-->
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wiki editingCheatsheet</h2>
copied from  [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia's editing Cheat Sheet]
 
|-<!--WORKS ANYWHERE IN THE TEXT-->
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works anywhere in the text'''
|-<!--COLUMN HEADINGS-->
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|Description
| style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You type
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You get
|-<!--1ST ROW 1ST COLUMN-->
|Italic text{{Anchor|Italic 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-->
|Bold text{{Anchor|Bold text}}
|
<tt><nowiki>'''bold'''</nowiki></tt>
|
'''bold'''
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bold and italic text{{Anchor|bold and italic}}
|
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
|
'''''bold & italic'''''
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
||[[Wikipedia:Help:Link#Wikilinks|Link to another wiki page]]{{Anchor|Internal link}}
|
<tt><nowiki>[[Name of page]]</nowiki></tt><br />
<tt><nowiki>[[Name of page|Text to display]]</nowiki></tt>
|
[[Name of page]]<br />
[[Name of page|Text to display]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|[[Wikipedia:Help:Link#External_links| Link to a page not on the wiki]]{{Anchor|External link}}
|
<tt><nowiki>[http://simplemachines.org]</nowiki></tt><br />
<tt><nowiki>[http://simplemachines.org Simple Machines Home Page]</nowiki></tt><br />
|
[http://simplemachines.org]<br />
[http://simplemachines.org Simple Machines Home Page]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|[[Wikipedia:Wikipedia:Picture tutorial|Add an image]]{{Anchor|Thumbnail image}}
|
<tt><nowiki>[[</nowiki>File:Yes_check.png|thumb|alt=Alt text|Caption<nowiki>]]</nowiki></tt>
|
[[File:Yes_check.png|thumb|alt=Alt text|Caption]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Add a page to a [[Wikipedia:FAQ/Categories|category]]{{Anchor|Add a page to a category}}
|<tt><nowiki>[[Category:Category name]]</nowiki></tt>
|Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved.
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Signature{{Anchor|Signature}}
<div style="padding: 0.7em .5em; font-size:0.9em;">''Sign your contributions when posting to a [[Wikipedia:Tutorial (Talk pages)|Talk Page]].''</div>
<div style="padding: 0em .5em; font-size:0.9em;">''Do not sign when contributing to an article.''</div>
|
<tt><nowiki>~~~~</nowiki></tt>
|
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Use a wiki template {{anchor|Use a wiki template}}
|
<tt><nowiki>{{Example}}</nowiki></tt>
|
{{Wikipedia:example}}
 
|-<!--WORKS ONLY AT THE BEGINNING OF LINES-->
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works only at the beginning of lines'''
|-<!--COLUMN HEADINGS-->
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|Description
| style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You type
| width="30%" style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"|You get
|-
|[[Wikipedia:Redirect|Redirect to another page]]{{Anchor|Redirect to another page}}
<div style="padding: 0.7em .5em; font-size:0.9em;">''Redirects must be placed at the start of the first line.''</div>
|
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
|
[[Image:Redirect arrow without text.png|30px|link=]] [[Target page]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|[[Wikipedia:Help:Section|Section headings]]{{Anchor|Section headings}}<br />
<div style="padding: 0.7em .5em; font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</div>
<div style="padding: 0em .5em; font-size:0.9em;">''=Level 1= should not be used.''</div>
|
<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><br />
<tt><nowiki>====== Level 6 ======</nowiki></tt>
|
==Level 2==
===Level 3===
====Level 4====
===== Level 5 =====
====== Level 6 ======
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|[[Wikipedia:Help:List|Bulleted list]]{{Anchor|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;"|
|-
|[[Wikipedia:Help:List|Numbered list]]{{Anchor|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;"|
|-
|[[Wikipedia:Help:List|Dictionary list]]{{Anchor|Dictionary list}}
|
<tt>; term 1</tt><br />
<tt>: definition of term 1</tt><br />
<tt>; term 2</tt><br />
<tt>: definition of term 2</tt>
|
; term 1
: definition of term 1
; term 2
: definition of term 2
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Indenting text{{Anchor|Indenting text}}
<div style="padding: 0.7em .5em; font-size:0.9em;">''This is generally used when replying on a [[Wikipedia:Tutorial (Talk pages)|Talk Page]], as it keeps conversations easy to browse.''</div>
|
<tt><nowiki>no indent (normal)</nowiki></tt><br />
<tt><nowiki>:first indent</nowiki></tt><br />
<tt><nowiki>::second indent</nowiki></tt><br />
<tt><nowiki>:::third indent</nowiki></tt>
|
no indent (normal)<br />
:first indent
::second indent
:::third indent
|}
</div>
 
==See also==
<!--Please keep this uncluttered. If you wish to add a link, discuss it on the talk page first.-->
<!--[[File:Welcome2WP English Flap 081810.pdf|thumb|Wiki markup quick reference (PDF download)]]-->
* For a full list of editing commands, see [[Wikipedia:Help:Wiki markup|Wiki markup]]
* To experiment with editing, use the [[Wikipedia:Sandbox|sandbox]]
* For a guide to editing, see [[Wikipedia:Wikipedia:How to edit a page|How to edit a page]]
* For a PDF, printable cheatsheet, see [http://meta.wikimedia.org/wiki/WMDOC/Cheatsheet|Editing Help Cheatsheet]
* For a pre-formatted collapsible cheatsheet with the most commonly used templates, see [[Wikipedia:User:Obsidian Soul/quicktemplates|Quicktemplates]]
__NOTOC__ __NOEDITSECTION__
 
[[Category:Help]]
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet See Wikimedia's editing guide]
* How do you introduce a line break without starting a new paragraph? Use <nowiki><br /></nowiki>

Latest revision as of 15:40, 29 May 2013

Wiki editingCheatsheet

copied from Wikipedia's editing Cheat Sheet

Works anywhere in the text
Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

'''''bold & italic'''''

bold & italic

Link to another wiki page

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

Link to a page not on the wiki

[http://simplemachines.org]
[http://simplemachines.org Simple Machines Home Page]

[1]
Simple Machines Home Page

Add an image

[[File:Yes_check.png|thumb|alt=Alt text|Caption]]

Alt text
Caption
Add a page to a category [[Category:Category name]] Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved.
Signature
Sign your contributions when posting to a Talk Page.
Do not sign when contributing to an article.

~~~~

Username (talk) 21:37, 25 April 2024 (UTC)

Use a wiki template

{{Example}}

{{Wikipedia:example}}

Works only at the beginning of lines
Description You type You get
Redirect to another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page]]

Redirect arrow without text.png Target page

Section headings
A Table of Contents will automatically be generated when four headings are added to an article.
=Level 1= should not be used.

== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6
Bulleted list

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Dictionary list

; term 1
: definition of term 1
; term 2
: definition of term 2

term 1
definition of term 1
term 2
definition of term 2
Indenting text
This is generally used when replying on a Talk Page, as it keeps conversations easy to browse.

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent

See also



Advertisement: