Notice something wrong, missing, or inadequate? Feel free to edit pages yourself and make use of discussion pages.
Wiki content is created, maintained, and administrated by players. Learn how you can help!

Difference between revisions of "Help:Editing"

From SoDWiki
Jump to navigationJump to search
(New page: __NOTOC__ {{Help navbar header}} {| cellspacing="7" style="width: 100%; background: #EFFBF5; border: 1px solid silver;" | colspan="2" style="background: #A1C2CF; border: 1px solid silver; ...)
 
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
{{Help navbar header}}
 
{{Help navbar header}}
{| cellspacing="7" style="width: 100%; background: #EFFBF5; border: 1px solid silver;"
+
 
| colspan="2" style="background: #A1C2CF; border: 1px solid silver; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold;" | Creating a page
+
==Creating a page==
|- style="vertical-align: top;"
 
| style="width: 100%" |Creating a page
 
 
A red link such as [[Non-existent page]] indicates that the page does not exist. Clicking on it will bring you to a page where the first version of it can be written and saved.
 
A red link such as [[Non-existent page]] indicates that the page does not exist. Clicking on it will bring you to a page where the first version of it can be written and saved.
  
Another way to create a new page is to navigate to the URL directly. For example, typing out <tt><nowiki>http://www.angrygamer.net/sodwiki/index.php?title=Non-existent page</nowiki></tt> onto the browser's URL address bar and hitting the enter button will achieve the same effect as clicking on the red link above.
+
Another way to create a new page is to navigate to the URL directly. For example, typing out '''''<nowiki>http://wiki.shardsofdalaya.com/index.php/Non-existent page</nowiki>''''' onto the browser's URL address bar and hitting the enter button will achieve the same effect as clicking on the red link above.
|}
+
 
{| cellspacing="7" style="width: 100%; background: #EFFBF5; border: 1px solid silver; margin-top: 10px;"
+
 
| style="background: #A1C2CF; border: 1px solid silver; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold;" | '''Editing syntax '''
+
==Editing syntax==
|-
+
 
|
 
<!--COMMENT MARKUP. Displays:Edit mode only-->
 
 
<div align="center">
 
<div align="center">
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
+
{| class="wikitable" style="ext-align:left;"
 
|-<!--COLUMN HEADINGS-->
 
|-<!--COLUMN HEADINGS-->
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Description'''
+
| width="25%" style="padding: 0.3em; text-align:center;"|'''Description'''
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''You type'''  
+
| style="padding: 0.3em; text-align:center;"|'''You type'''  
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''You get'''
+
| width="25%" style="padding: 0.3em; text-align:center;"|'''You get'''
 
|-<!--1ST HEADING-->
 
|-<!--1ST HEADING-->
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
+
| colspan="3" style="padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
 
|-<!--1ST ROW 1ST COLUMN-->
 
|-<!--1ST ROW 1ST COLUMN-->
 
|Italicise text
 
|Italicise text
 
|<!--2ND COLUMN-->
 
|<!--2ND COLUMN-->
<tt><nowiki>''italic''</nowiki></tt>
+
<nowiki>''italic''</nowiki>
 
|<!--3RD COLUMN-->
 
|<!--3RD COLUMN-->
 
''italic''
 
''italic''
Line 33: Line 29:
 
|Bold text
 
|Bold text
 
|
 
|
<tt><nowiki>'''bold'''</nowiki></tt>
+
<nowiki>'''bold'''</nowiki>
 
|
 
|
 
'''bold'''
 
'''bold'''
Line 41: Line 37:
 
|Bold and italic
 
|Bold and italic
 
|
 
|
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
+
<nowiki>'''''bold & italic'''''</nowiki>
 
|
 
|
 
'''''bold & italic'''''
 
'''''bold & italic'''''
Line 50: Line 46:
 
(within SoDWiki)
 
(within SoDWiki)
 
|
 
|
<tt><nowiki>[[name of page]]</nowiki></tt><br />
+
<nowiki>[[name of page]]</nowiki><br />
<tt><nowiki>[[name of page|display text]]</nowiki></tt><br />
+
<nowiki>[[name of page|display text]]</nowiki><br />
 
|
 
|
 
[[name of page]]<br />
 
[[name of page]]<br />
Line 60: Line 56:
 
|Redirect to another page
 
|Redirect to another page
 
|
 
|
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
+
<nowiki>#REDIRECT [[Target page]]</nowiki>
 
|
 
|
 
<big>&#8627;</big> [[Target page]]
 
<big>&#8627;</big> [[Target page]]
Line 69: Line 65:
 
(to other websites)
 
(to other websites)
 
|
 
|
<tt><nowiki>[http://www.example.org]</nowiki></tt><br />
+
<nowiki>[http://www.example.org]</nowiki><br />
<tt><nowiki>[http://www.example.org display text]</nowiki></tt><br />
+
<nowiki>[http://www.example.org display text]</nowiki><br />
<tt><nowiki>http://www.example.org</nowiki></tt>
+
<nowiki>http://www.example.org</nowiki>
 
|
 
|
 
[http://www.example.org]<br />
 
[http://www.example.org]<br />
Line 88: Line 84:
 
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)  
 
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)  
 
|-<!--2ND HEADING-->
 
|-<!--2ND HEADING-->
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
+
| colspan="3" style="padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
 
|-
 
|-
 
|Headings<br />
 
|Headings<br />
<span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span>
+
<span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.<br />The appearance of headers will be different on articles than shown here.''</span>
 
|
 
|
<tt><nowiki>== Level 1 ==</nowiki></tt><br />
+
<nowiki>== Level 1 ==</nowiki><br />
<tt><nowiki>=== Level 2 ===</nowiki></tt><br />
+
<nowiki>=== Level 2 ===</nowiki><br />
<tt><nowiki>==== Level 3 ====</nowiki></tt><br />
+
<nowiki>==== Level 3 ====</nowiki><br />
<tt><nowiki>===== Level 4 =====</nowiki></tt><br />
+
<nowiki>===== Level 4 =====</nowiki><br />
<tt><nowiki>====== Level 5 ======</nowiki></tt>
+
<nowiki>====== Level 5 ======</nowiki>
 
|
 
|
 
== Level 1 ==
 
== Level 1 ==
Line 109: Line 105:
 
|Indented lines and paragraphs
 
|Indented lines and paragraphs
 
|
 
|
<tt>: First paragraph.</tt><br />
+
: First paragraph.</nowiki><br />
<tt>:: Second paragraph.</tt><br />
+
:: Second paragraph.</nowiki><br />
<tt>::: Third paragraph. </tt><br />
+
::: Third paragraph. </nowiki><br />
 
|
 
|
 
: First paragraph.  
 
: First paragraph.  
Line 121: Line 117:
 
|Bullet list
 
|Bullet list
 
|
 
|
<tt>* one</tt><br />
+
<nowiki>* one</nowiki><br />
<tt>* two</tt><br />
+
<nowiki>* two</nowiki><br />
<tt>** two point one</tt><br />
+
<nowiki>** two point one</nowiki><br />
<tt>* three</tt>
+
<nowiki>* three</nowiki>
 
|
 
|
 
* one
 
* one
Line 135: Line 131:
 
|Numbered list
 
|Numbered list
 
|
 
|
<tt># one</tt><br />
+
<nowiki># one</nowiki><br />
<tt># two</tt><br />
+
<nowiki># two</nowiki><br />
<tt>## two point one</tt><br />
+
<nowiki>## two point one</nowiki><br />
<tt># three</tt>
+
<nowiki># three</nowiki>
 
|
 
|
 
# one
 
# one
Line 147: Line 143:
 
|}
 
|}
 
</div>
 
</div>
|}
+
{{clear}}
{| cellspacing="7" style="width: 100%; background: #EFFBF5; border: 1px solid silver; margin-top: 10px;"
+
 
| style="background: #A1C2CF; border: 1px solid silver; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold;" | '''Before saving changes'''
+
==Before saving changes==
|-
 
|
 
 
Once you've edited in your changes, before actually saving them, make use of the "Show preview" button to preview how your changes would look like after you saved. Avoid saving too often or saving just to see what it looks like. Each page save will generate an entry in [[Special:Recentchanges|recent changes]]. Repeated trivial and unnecessary saves tend to clutter up that list and inconvenience users who make use of that list to watch for vandals or misinformed edits.
 
Once you've edited in your changes, before actually saving them, make use of the "Show preview" button to preview how your changes would look like after you saved. Avoid saving too often or saving just to see what it looks like. Each page save will generate an entry in [[Special:Recentchanges|recent changes]]. Repeated trivial and unnecessary saves tend to clutter up that list and inconvenience users who make use of that list to watch for vandals or misinformed edits.
|}
+
 
{| cellspacing="7" style="width: 100%; background: #EFFBF5; border: 1px solid silver; margin-top: 10px;"
+
 
| style="background: #A1C2CF; border: 1px solid silver; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold;" | '''See also'''
+
==See also==
|-
 
|
 
 
*Use our public [[SoDWiki:Sandbox|Sandbox]] for experimentation with editing, or consider creating one within your namespace if you plan on using it a LOT.
 
*Use our public [[SoDWiki:Sandbox|Sandbox]] for experimentation with editing, or consider creating one within your namespace if you plan on using it a LOT.
 
*[http://meta.wikimedia.org/wiki/Help:Table Table help] on MetaWiki
 
*[http://meta.wikimedia.org/wiki/Help:Table Table help] on MetaWiki
 
*[http://meta.wikimedia.org/wiki/Help:Template Template help] on MetaWiki
 
*[http://meta.wikimedia.org/wiki/Help:Template Template help] on MetaWiki
 
*[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Cheatsheet for Editing Pages on Wikipedia]
 
*[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Cheatsheet for Editing Pages on Wikipedia]
|}
+
*[http://meta.wikimedia.org/wiki/Help:Editing MediaWiki Handbook, on editing]

Latest revision as of 09:08, 18 August 2014



Creating a page

A red link such as Non-existent page indicates that the page does not exist. Clicking on it will bring you to a page where the first version of it can be written and saved.

Another way to create a new page is to navigate to the URL directly. For example, typing out http://wiki.shardsofdalaya.com/index.php/Non-existent page onto the browser's URL address bar and hitting the enter button will achieve the same effect as clicking on the red link above.


Editing syntax

Description You type You get
Applies anywhere
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

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

bold & italic

Internal link

(within SoDWiki)

[[name of page]]
[[name of page|display text]]

name of page
display text

Redirect to another page

#REDIRECT [[Target page]]

Target page

External link

(to other websites)

[http://www.example.org]
[http://www.example.org display text]
http://www.example.org

[1]
display text
http://www.example.org

Sign your posts
on talk pages

~~~~

Your username 12:13,
29 March 2024 (UTC)

Applies only at the beginning of the line
Headings

A Table of Contents will automatically be generated when four headings are added to an article.
The appearance of headers will be different on articles than shown here.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Indented lines and paragraphs
First paragraph.</nowiki>
Second paragraph.</nowiki>
Third paragraph. </nowiki>
First paragraph.
Second paragraph.
Third paragraph.
Bullet 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


Before saving changes

Once you've edited in your changes, before actually saving them, make use of the "Show preview" button to preview how your changes would look like after you saved. Avoid saving too often or saving just to see what it looks like. Each page save will generate an entry in recent changes. Repeated trivial and unnecessary saves tend to clutter up that list and inconvenience users who make use of that list to watch for vandals or misinformed edits.


See also