Difference between revisions of "Help:Editing"

From Discworld MUD Wiki
Jump to: navigation, search
(fix another link)
(fix)
 
(6 intermediate revisions by 3 users not shown)
Line 71: Line 71:
 
|Insert a reference into a page so it will be automatically formatted
 
|Insert a reference into a page so it will be automatically formatted
 
|
 
|
<tt><nowiki>Hello,<ref>The Encyclopedia Britannica</ref> World.<ref>http://www.cnn.com</ref></nowiki></tt>
+
<tt><nowiki>Hello,<ref>The Encyclopedia Britannica</ref> World.<ref>https://www.cnn.com</ref></nowiki></tt>
 
<br/><br/>
 
<br/><br/>
 
<tt><nowiki>
 
<tt><nowiki>
Line 80: Line 80:
 
</nowiki></tt>
 
</nowiki></tt>
 
|
 
|
Hello,<ref>The Encyclopedia Britannica</ref> World.<ref>http://www.cnn.com</ref>
+
Hello,<ref>The Encyclopedia Britannica</ref> World.<ref>https://www.cnn.com</ref>
  
 
References:
 
References:
Line 98: Line 98:
 
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
 
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
 
|
 
|
[[Image:redirectltr.png|30px|link=]] [[Target page]]
+
[[Image:30px-Redirect_arrow_without_text.png|30px|link=]] [[Target page]]
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
Line 107: Line 107:
 
<tt><nowiki>#REDIRECT [[Target page#anchorName]]</nowiki></tt>
 
<tt><nowiki>#REDIRECT [[Target page#anchorName]]</nowiki></tt>
 
|
 
|
[[Image:redirectltr.png|30px|link=]] [[Target page#anchorName]]
+
[[Image:30px-Redirect_arrow_without_text.png|30px|link=]] [[Target page#anchorName]]
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
Line 183: Line 183:
 
|-<!--OTHER-->
 
|-<!--OTHER-->
 
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Adding references'''
 
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Adding references'''
 +
|-
 +
| colspan="3" style="text-align:center;"|
 +
[[Wikipedia:Help:Citations quick reference|Cheatsheet for citing a website or publication]]<br />
 +
[[Wikipedia:Wikipedia:Referencing for beginners|Referencing for beginners]]
 
|}
 
|}
 
</div>
 
</div>
 
<noinclude>
 
<noinclude>
 
+
==See also on Wikipedia==
 +
* For the equivalent of this page in Wikipedia, see [[Wikipedia:Wikipedia:Cheatsheet|Cheatsheet]]
 +
* For a full list of editing commands, see [[Wikipedia:Help:Wiki markup|Wiki markup]]
 +
* To experiment with editing, use the [[Wikipedia: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 [[Wikipedia:m:WMDOC/Cheatsheet]]
 +
* For a list of templates see [{{SERVER}}/w/index.php?title=Special:AllPages&namespace=10 Special:AllPages (templates)]
 +
* For more quick introductions, see [[:Wikipedia:Category:Wikipedia quick introductions]]
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__
  
 
</noinclude>
 
</noinclude>

Latest revision as of 17:54, 11 May 2022

Wikipedia Cheatsheet

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 Wikipedia page

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

Name of page
Text to display

Add an image

[[File:Tlogo_turtle.gif|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) 03:05, 7 June 2023 (UTC)

Insert a reference into a page so it will be automatically formatted

Hello,<ref>The Encyclopedia Britannica</ref> World.<ref>https://www.cnn.com</ref>

References: <references/>

Hello,[1] World.[2]

References:

  1. The Encyclopedia Britannica
  2. https://www.cnn.com
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]]

30px-Redirect arrow without text.png Target page

Redirect to a section of another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page#anchorName]]

30px-Redirect arrow without text.png Target page#anchorName

Section headings
A Table of Contents will automatically be generated when four headings are added to an article.
Do not use =Level 1=; it is reserved for page titles.

== 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
Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.

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

no indent (normal)

first indent
second indent
third indent
Adding templates

{{Example}}

40px-Cube.png This is an example of a template. For help with templates, see Wikipedia:Help:Template.
Adding references

Cheatsheet for citing a website or publication
Referencing for beginners

See also on Wikipedia