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
m
m
 
Line 21: Line 21:
 
|Italicise text
 
|Italicise text
 
|<!--2ND COLUMN-->
 
|<!--2ND COLUMN-->
<tt><nowiki>''italic''</nowiki></tt>
+
<nowiki>''italic''</nowiki>
 
|<!--3RD COLUMN-->
 
|<!--3RD COLUMN-->
 
''italic''
 
''italic''
Line 29: Line 29:
 
|Bold text
 
|Bold text
 
|
 
|
<tt><nowiki>'''bold'''</nowiki></tt>
+
<nowiki>'''bold'''</nowiki>
 
|
 
|
 
'''bold'''
 
'''bold'''
Line 37: Line 37:
 
|Bold and italic
 
|Bold and italic
 
|
 
|
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
+
<nowiki>'''''bold & italic'''''</nowiki>
 
|
 
|
 
'''''bold & italic'''''
 
'''''bold & italic'''''
Line 46: 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 56: 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 65: 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 89: Line 89:
 
<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>
 
<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 105: 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 117: 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 131: 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 143: Line 143:
 
|}
 
|}
 
</div>
 
</div>
 
 
{{clear}}
 
{{clear}}
 
  
 
==Before saving changes==
 
==Before saving changes==

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:34,
28 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