Difference between revisions of "Help:Editing"

From EncyclopAtys

Jump to: navigation, search
m
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
βˆ’
For a simpler version of this page, please see the [[Wikia:Help:Tutorial|Tutorial]] on the Central Wikia.
+
<noinclude>{{Trad|DE=Hilfe:Bearbeitung|EN=Help:Editing|palette=wiki|H=1}}</noinclude>
 +
{{Help navbar header}}
 +
__NOTOC__
 +
Like all wikis, you can edit any non-[[Project:Protected page|protected page]] on this wiki. Your changes will be visible immediately. Just click the "'''edit'''" link that appears at the top of every page.
  
βˆ’
Like all wikis, you can edit any non-[[Project:Protected page|protected page]] on this Wikia. Your changes will be visible immediately. Just click the "'''edit'''" link that appears at the top of every page.
+
==Creating a page==
 +
A red link such as [[Help: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.
  
βˆ’
Explain your edit in the "Summary" box between the edit window and the save and preview buttons. eg: "typo" or "added info on xyz". Use the "Show preview" button to check your edit and get the formatting right before saving. Remember to '''Save page''' before moving on. If you are logged in, you can mark an edit as minor by checking the ''This is a minor edit'' box to let people know your edit is not something substantive. To try editing, open a new window and go to the [[PROJECT:Sandbox|Sandbox]] (which is an editing test area), and then click the "'''edit'''" link. Add something and click save.
+
A second option to create a new page is to type the full name of the page you wish to create into the Search box. This will bring you to a page that says ''There is currently no text in this page, you can search for this page title in other pages or edit this page.'' with links to the search page, or the edit page where you can then write and save the page.
  
βˆ’
==Formatting==
+
Another way to create a new page is to navigate to the [[wikipedia:Uniform Resource Locator|URL]] directly. For example, typing out <tt><nowiki>http://en.wiki.ryzom.com/wiki/Help: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.
βˆ’
Most text formatting is usually done with wiki markup, so you don't have to learn HTML.
 
  
βˆ’
===Bold and italics===
+
==Creating a subpage==
βˆ’
'''Bold''' and ''italics'' are added by surrounding a word or phrase with multiple apostrophes ('):
+
To create a subpage of another page, use any of the 3 options above to create the page with the following naming: '''<code><nowiki>Original page name/Subpage name</nowiki></code>''' using the forward slash ('''/''') to indicate the separation between the original page, and the subpage.
βˆ’
*<tt><nowiki>''italics''</nowiki></tt> is rendered as ''italics''. (2 apostrophes on either side)
+
βˆ’
*<tt><nowiki>'''bold'''</nowiki></tt> is rendered as '''bold'''. (3 apostrophes on either side)
+
==Editing syntax==
βˆ’
*<tt><nowiki>'''''bolded italics'''''</nowiki></tt> is rendered as '''''bolded italics'''''. (2&nbsp;+&nbsp;3&nbsp;=&nbsp;5 apostrophes on either side)
+
<!--COMMENT MARKUP. Displays:Edit mode only-->
 +
<div align="center">
 +
{| style="border:1px solid #A3B1BF; text-align:left; background:#FFF8DC"
 +
|-<!--COLUMN HEADINGS-->
 +
| width="25%" style="background: #EED6AF; padding: 0.3em; text-align:center;"|'''Description'''
 +
| style="background: #EED6AF; padding: 0.3em; text-align:center;"|'''You type'''  
 +
| width="25%" style="background: #EED6AF; padding: 0.3em; text-align:center;"|'''You get'''
 +
|-<!--1ST HEADING-->
 +
| colspan="3" style="background:#F0E6C1; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
 +
|-<!--1ST ROW 1ST COLUMN-->
 +
|Italicise text
 +
|<!--2ND COLUMN-->
 +
<tt><nowiki>''italic''</nowiki></tt>
 +
|<!--3RD COLUMN-->
 +
''italic''
 +
|-<!--HORIZONTAL LINE-->
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-<!--2ND ROW 1ST COLUMN-->
 +
|Bold text
 +
|
 +
<tt><nowiki>'''bold'''</nowiki></tt>
 +
|
 +
'''bold'''
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Bold and italic
 +
|
 +
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
 +
|
 +
'''''bold & italic'''''
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Internal link<br />
 +
(within Ryzom Wiki)
 +
|
 +
<tt><nowiki>[[name of page]]</nowiki></tt><br />
 +
<tt><nowiki>[[name of page|display text]]</nowiki></tt><br />
 +
<tt><nowiki>[[names of page]]s</nowiki></tt><br />
 +
|
 +
[[name of page]]<br />
 +
[[name of page|display text]]<br />
 +
[[names of page]]s<br />
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Internal link to image
 +
|
 +
<tt><nowiki>[[:File:Banner_3.png]]</nowiki></tt>
 +
|
 +
[[:File:Banner_3.png]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Internal link to category
 +
|
 +
<tt><nowiki>[[:Category:Ryzom Wiki]]</nowiki></tt>
 +
|
 +
[[:Category:Ryzom Wiki]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Redirect to another page
 +
|
 +
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
 +
|
 +
<big>&#8627;</big> [[Target page]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|External link<br />
 +
(to other websites)
 +
|
 +
<tt><nowiki>[http://www.example.org]</nowiki></tt><br />
 +
<tt><nowiki>[http://www.example.org display text]</nowiki></tt><br />
 +
<tt><nowiki>http://www.example.org</nowiki></tt>
 +
|
 +
[http://www.example.org]<br />
 +
[http://www.example.org display text]<br />
 +
http://www.example.org
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|
 +
Sign your posts <br />
 +
on talk pages
 +
|
 +
<nowiki>~~~~</nowiki>
 +
|
 +
[[Special:Mypage|Your username]] {{CURRENTTIME}}, <br />
 +
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)  
 +
|-<!--2ND HEADING-->
 +
| colspan="3" style="background:#F0E6C1; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
 +
|-
 +
|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>
 +
|
 +
<tt><nowiki>= Level 1 =</nowiki></tt><br />
 +
<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 1 =
 +
== Level 2 ==
 +
=== Level 3 ===
 +
==== Level 4 ====
 +
===== Level 5 =====
 +
====== Level 6 ======
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Indented lines and paragraphs
 +
|
 +
<tt>: First paragraph.</tt><br />
 +
<tt>:: Second paragraph.</tt><br />
 +
<tt>::: Third paragraph. </tt><br />
 +
|
 +
: First paragraph.
 +
:: Second paragraph.
 +
::: Third paragraph.
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|
 +
|-
 +
|Bullet 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 #EED6AF;"|
 +
|-
 +
|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 #EED6AF;"|&nbsp;
 +
|-
 +
|Image
 +
|
 +
<nowiki>[[File:Banner_3.png|200px]]</nowiki>
 +
|
 +
[[File:Banner_3.png|200px]]
 +
|-
 +
|colspan="3" style="border-top:1px solid #EED6AF;"|&nbsp;
 +
|-
 +
|Thumbnail image
 +
|
 +
<nowiki>[[File:Banner_3.png|thumb|Caption text]]</nowiki>
 +
|
 +
[[File:Banner_3.png|thumb|Caption text]]
 +
|}
 +
</div>
  
βˆ’
===Headings and subheadings===
+
==Moving a page==
βˆ’
Headings and subheadings are an easy way to improve the organization of an article. If you can see two or more distinct topics being discussed, you can break up your article by inserting a heading for each section.
+
You can rename a page by moving it to another more appropriate name. The "Move" link at the top of the page allows you to move it. You must be logged in to be able to see the "Move" link. You cannot move a page to a name that already exists.
βˆ’
 
 
βˆ’
Headings can be created like this:
 
βˆ’
*<tt><nowiki>==Top level heading==</nowiki></tt> (2 equals signs)
 
βˆ’
*<tt><nowiki>===Subheading===</nowiki></tt> (3 equals signs)
 
βˆ’
*<tt><nowiki>====Another level down====</nowiki></tt> (4 equals signs)
 
βˆ’
*<tt><nowiki>=====Another level down=====</nowiki></tt> (5 equals signs)
 
βˆ’
 
 
βˆ’
If an article has at least three headings, a table of contents (TOC) will be automatically generated. Try creating some headings in the [[PROJECT:Sandbox|Sandbox]] and see the effect on the TOC.
 
βˆ’
 
βˆ’
 
 
βˆ’
===Indenting===
 
βˆ’
To indent text, place a colon (<tt>:</tt>) at the beginning of a line. The more colons you put, the further indented the text will be. A newline (pressing '''Enter''' or '''Return''') marks the end of the indented paragraph.
 
βˆ’
 
 
βˆ’
For example:
 
βˆ’
<br><tt>This is aligned all the way to the left.</tt>
 
βˆ’
:<tt><nowiki>:</nowiki>This is indented slightly.</tt>
 
βˆ’
:<tt><nowiki>::</nowiki>This is indented more.</tt>
 
βˆ’
 
 
βˆ’
is shown as:
 
βˆ’
<br>This is aligned all the way to the left.
 
βˆ’
:This is indented slightly.
 
βˆ’
::This is indented more.
 
βˆ’
 
βˆ’
 
 
βˆ’
===Bullet points===
 
βˆ’
To insert a bullet, use an asterisk (<tt>*</tt>). Similar to rectal indentation, more asterisks in front of a paragraph means more indentation.
 
βˆ’
 
 
βˆ’
A brief example:
 
βˆ’
:<tt><nowiki>*</nowiki>First list item</tt>
 
βˆ’
:<tt><nowiki>*</nowiki>Second list item</tt>
 
βˆ’
:<tt><nowiki>**</nowiki>Sub-list item under second</tt>
 
βˆ’
:<tt><nowiki>*</nowiki>Isn't this fun?</tt>
 
βˆ’
 
 
βˆ’
Which is shown as:
 
βˆ’
:*First list item
 
βˆ’
:*Second list item
 
βˆ’
:**Sub-list item under second
 
βˆ’
:*Isn't this fun?
 
βˆ’
 
 
βˆ’
 
 
βˆ’
===Numbered lists===
 
βˆ’
You can also create numbered lists. For this, use the number sign or hash symbol (<tt>#</tt>). Using more <tt>#</tt>s will affect the level of indenting.
 
βˆ’
 
 
βˆ’
Example:
 
βˆ’
:<tt><nowiki>#</nowiki>First item</tt>
 
βˆ’
:<tt><nowiki>#</nowiki>Second item</tt>
 
βˆ’
:<tt><nowiki>##</nowiki>Sub-item under second item</tt>
 
βˆ’
:<tt><nowiki>#</nowiki>Third item</tt>
 
βˆ’
 
βˆ’
Shows up as:
 
βˆ’
:#First item
 
βˆ’
:#Second item
 
βˆ’
:##Sub-item under second item
 
βˆ’
:#Third item
 
βˆ’
 
βˆ’
==Links==
 
βˆ’
Links are important on wikis to help readers navigate your site.
 
βˆ’
 
βˆ’
===Internal links===
 
βˆ’
You can extensively cross-reference wiki pages using internal links. You can add links to existing titles, and also to titles you think ought to exist in future. To make a link to another page on the same wiki, just put the title in double square brackets.
 
βˆ’
 
 
βˆ’
For example, if you want to make a link to, say, the ''Main Page'', it would be:
 
βˆ’
 
βˆ’
:<tt><nowiki>[[Main Page]]</nowiki></tt>
 
βˆ’
 
 
βˆ’
If you want to use words other than the article title as the text of the link, you can add an alternative name by adding after the pipe "|" divider (SHIFT + BACKSLASH on English-layout and other keyboards).
 
βˆ’
 
βˆ’
For example, if you wanted to make a link to the [[Main Page]], but wanted it to say "home page" you would write it as such:
 
βˆ’
 
βˆ’
:<tt>View the <nowiki>[[Main Page|home page]]</nowiki>...</tt>
 
βˆ’
 
 
βˆ’
It would appear as:
 
βˆ’
 
βˆ’
:View the [[Main Page|home page]]...
 
βˆ’
 
βˆ’
When you want to use the plural of an article title (or add any other suffix) for your link, you can add the extra letters directly outside the double square brackets.
 
βˆ’
For example, you would write:
 
βˆ’
 
βˆ’
:<tt>Add questions to the Wikia for <nowiki>[[quiz]]zes</nowiki>.</tt>
 
βˆ’
 
βˆ’
It would appear as:
 
βˆ’
 
βˆ’
:Add questions to the Wikia for [[quiz]]zes. (the link will be red if this page does not yet exist)
 
βˆ’
 
 
βˆ’
 
 
βˆ’
===Interwiki links===
 
βˆ’
To link to another Wikia, you can use its title followed by a colon and the article name, instead of using the full URL.
 
βˆ’
 
βˆ’
For example, the Creatures Wiki home page is at [[Creatures:Main Page]], which can be typed as
 
βˆ’
 
βˆ’
:<nowiki>[[Creatures:Main Page]]</nowiki>
 
βˆ’
 
βˆ’
:rather than as <nowiki>http://creatures.wikia.com/wiki/Main_Page</nowiki>
 
βˆ’
 
 
βˆ’
This style of link works for any wiki in the interwiki map, not just for Wikia. See the Central Wikia page at [[Wikia:Help:Interwiki link]].
 
βˆ’
 
 
βˆ’
 
 
βˆ’
===External links===
 
βˆ’
If you want to link to a site outside of Wikia, just type the full URL for the page you want to link to.
 
βˆ’
 
 
βˆ’
:http://www.google.com/
 
βˆ’
 
 
βˆ’
It is often more useful to make the link display something other than the URL, so use one square bracket at each end, with the alternative title after the address separated by a '''space''' (''not'' a pipe). So if you want the link to appear as [http://www.google.com/ Google search engine], just type:
 
βˆ’
 
 
βˆ’
:<tt><nowiki>[http://www.google.com/ Google search engine]</nowiki></tt>
 
  
 +
After successfully moving a page, the old name will contain a [[Help:Redirect|redirect]] to the new name, allowing all the old links to continue to work properly. It is not necessary to purposely change all existing links to the old name to the new name, unless the old name was misleading.
  
 
===Redirects===
 
===Redirects===
 
To redirect automatically from one page to another, type <nowiki>#REDIRECT</nowiki> and then put in brackets the name of the page to be redirected to. For example, you could redirect from "Cats" to "Cat". That way, anyone typing either version in the search box will automatically go to "Cat".
 
To redirect automatically from one page to another, type <nowiki>#REDIRECT</nowiki> and then put in brackets the name of the page to be redirected to. For example, you could redirect from "Cats" to "Cat". That way, anyone typing either version in the search box will automatically go to "Cat".
βˆ’
+
 
 
==Wiki variables and templates==
 
==Wiki variables and templates==
βˆ’
Use <nowiki>{{SITENAME}}</nowiki> to see the current Wikia.  For instance, '''''<nowiki>{{SITENAME}}</nowiki>''''' on this site prints out as '''''{{SITENAME}}'''''.
+
Use <nowiki>{{SITENAME}}</nowiki> to see the current Wiki.  For instance, '''''<nowiki>{{SITENAME}}</nowiki>''''' on this site prints out as '''''{{SITENAME}}'''''.
  
 
That and a few other templates are common to MediaWiki sites.
 
That and a few other templates are common to MediaWiki sites.
  
βˆ’
Check the [{{SERVER}}/index.php?title=Special%3AAllpages&from=&namespace=10 current list of all templates on this Wikia].
+
You can create templates.  After you create the page Template:XXX, using the command  <nowiki>{{XXX}} </nowiki> will include that content in your current page. So, if you have something that needs to be included on many other pages, you might want to use a template.
 +
 
 +
==Before saving changes==
 +
Once you've edited in your changes, before actually saving them, explain your edit in the "Summary" box between the edit window and the save and preview buttons. eg: "typo" or "added info on xyz" and make use of the "Show preview" button to preview how your changes would look like after you saved. If you are logged in, you can mark an [[Help:Minor edit|edit as minor]] by checking the "This is a minor edit" box to let people know your edit is not something substantive. 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.
  
βˆ’
You can create templates.  After you create the page Template:XXX, using the command  <nowiki>{{XXX}} </nowiki> will include that content in your current page. So, if you have something that needs to be included on many other pages, you might want to use a template.
+
==See also==
 +
*Use a sandbox such as [[Ryzom Wiki:Sandbox]] for experimentation with editing
 +
*Template Help: see on templates pages, or under its documentation sub page, on [[:Category:Templates]]
 +
*Colors: as above, see [[:Category:Template:Graphic Charter]]
 +
*Interwiki and other links: see [[Writing Guide#Links]]
 +
* For wikimedia help page links, here is a selection: [[Help/Some official help links]]
  
βˆ’
<!-- Most templates available on this Central Wikia can be used on individual wiki with just "wiki:" prefixed to the name. See the help page on Central at [[Wikia:Help:Shared templates]]. -->
 
  
βˆ’
[[Category:Help]]
+
[[Category:Help|Editing]]

Latest revision as of 22:21, 31 July 2023

de:Hilfe:Bearbeitung en:Help:Editing
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Leda, 2023-07-31)

Like all wikis, you can edit any non-protected page on this wiki. Your changes will be visible immediately. Just click the "edit" link that appears at the top of every page.

Creating a page

A red link such as Help: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 second option to create a new page is to type the full name of the page you wish to create into the Search box. This will bring you to a page that says There is currently no text in this page, you can search for this page title in other pages or edit this page. with links to the search page, or the edit page where you can then write and save the page.

Another way to create a new page is to navigate to the URL directly. For example, typing out http://en.wiki.ryzom.com/wiki/Help: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.

Creating a subpage

To create a subpage of another page, use any of the 3 options above to create the page with the following naming: Original page name/Subpage name using the forward slash (/) to indicate the separation between the original page, and the subpage.

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 Ryzom Wiki)

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

name of page
display text
names of pages

Internal link to image

[[:File:Banner_3.png]]

File:Banner_3.png

Internal link to category

[[:Category:Ryzom Wiki]]

Category:Ryzom Wiki

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 23:29,
3 May 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.

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

Level 1

Level 2

Level 3

Level 4

Level 5
Level 6
Indented lines and paragraphs

: First paragraph.
:: Second paragraph.
::: Third paragraph.

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
 
Image

[[File:Banner_3.png|200px]]

Banner 3.png

 
Thumbnail image

[[File:Banner_3.png|thumb|Caption text]]

Caption text

Moving a page

You can rename a page by moving it to another more appropriate name. The "Move" link at the top of the page allows you to move it. You must be logged in to be able to see the "Move" link. You cannot move a page to a name that already exists.

After successfully moving a page, the old name will contain a redirect to the new name, allowing all the old links to continue to work properly. It is not necessary to purposely change all existing links to the old name to the new name, unless the old name was misleading.

Redirects

To redirect automatically from one page to another, type #REDIRECT and then put in brackets the name of the page to be redirected to. For example, you could redirect from "Cats" to "Cat". That way, anyone typing either version in the search box will automatically go to "Cat".

Wiki variables and templates

Use {{SITENAME}} to see the current Wiki. For instance, {{SITENAME}} on this site prints out as EncyclopAtys.

That and a few other templates are common to MediaWiki sites.

You can create templates. After you create the page Template:XXX, using the command {{XXX}} will include that content in your current page. So, if you have something that needs to be included on many other pages, you might want to use a template.

Before saving changes

Once you've edited in your changes, before actually saving them, explain your edit in the "Summary" box between the edit window and the save and preview buttons. eg: "typo" or "added info on xyz" and make use of the "Show preview" button to preview how your changes would look like after you saved. If you are logged in, you can mark an edit as minor by checking the "This is a minor edit" box to let people know your edit is not something substantive. 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