Difference between revisions of "Help:Editing"

From NexusWiki
Jump to: navigation, search
(PRZFLrXdZKFVvZG)
 
Line 1: Line 1:
Hi    good day  ,   i would like to see how to make name servers for my hisotng account    NS1.jbwnetworkhost.com  NS2.jbwnetworkhost.com  of course my domains are pointed at ns1.underpricehost.com ect.  I have wHm  and cPanel all good,   jbwnetwork  has the entire first page of google orjbw 4.29 network  or jbwillit  so when i place radio ads  ,, I'm off and running  I'm just not sure of the proper procedure , to make sure everything works  tits  before i do that. And I want my customers to point there NS to me?  I am in this for the long haul . the domains i have are all paid for 10 years ,,,,ok and ya I want to make you have to add more servers and charge me more money      Thanx        J.B. Willit
+
Here it is, the Nexus Wiki. You want to contribute, but don't know how? Don't worry - adding to a Wiki is as easy as writing a forum post. This page is meant to assist you in writing and formatting your Wiki articles as well es editing already existing ones.
 +
 
 +
==Editing an article==
 +
Browse to an article and click the 'Edit' button in the upper left corner of the screen. Apply your changes to the text and click on 'Show preview' to see the results. If you are happy with it, click on 'Save page' and you are done.
 +
 
 +
==Creating a new article==
 +
There are basically two ways to create a new article:
 +
#you follow a red link to a page, that doesn't exist yet and start editing this page
 +
#you append the desired name of the page to the url of this Wiki:
 +
::<pre>http://nexusthegame.net/wiki/<pagename></pre>
 +
Either way, you're going to end up on a page, that isn't registered yet. If you click on the 'Create' button in the top left corner, where the 'Edit' button should be instead, enter some text and save your changes, then you have successfully created a new page. Be sure to place links to this page on other pages to make it easier to find the new page.
 +
 
 +
==Text formatting==
 +
Writing plain text is good, but you can enhance the reader's experience by formatting your text appropiately. Make text '''bold''' to stand out or ''italic'' to emphasize important parts. Use lists and tables to structure the information you're going to present and divide your article into sections to help the reader find, what he or she wants.
 +
 
 +
{| style="border:1px solid #4285B1; border-collapse:collapse; width: 90%; margin: 2em auto;" cellpadding="4" border="1"
 +
|- style="background-color: #4285CC; color: white;"
 +
! style="width:15%" |Description
 +
! style="width:45%" |You type
 +
! style="width:40%" |You get
 +
|-
 +
| colspan="3" style="background-color: #16203A; text-align: center;" | Character formatting
 +
|-
 +
|Italic text
 +
|<pre>''italic''</pre>
 +
|''italic''
 +
|-
 +
|Bold text
 +
|<pre>'''bold'''</pre>
 +
|'''bold'''
 +
|-
 +
|Bold and Italic text
 +
|<pre>'''''bold and italic'''''</pre>
 +
|'''''bold and italic'''''
 +
|-
 +
| colspan="3" style="background-color: #16203A; text-align: center;" | Section formatting
 +
|-
 +
|Headings (of different levels)
 +
|<pre>==level 2==
 +
===level 3===
 +
====level 4====
 +
=====level 5=====
 +
======level 6======
 +
</pre>
 +
an article having more than 3 headings will automatically create a table of contents at the top of the page
 +
|''can't be shown''
 +
|-
 +
|Horizontal rule
 +
|<pre>----</pre>
 +
|
 +
----
 +
|-
 +
| colspan="3" style="background-color: #16203A; text-align: center;" | Lists
 +
|-
 +
|Bullet List
 +
|<pre>*Item 1
 +
*Item 2
 +
*Item 3
 +
**Item 3.1
 +
**Item 3.2
 +
*Item 4</pre>
 +
|
 +
*Item 1
 +
*Item 2
 +
*Item 3
 +
**Item 3.1
 +
**Item 3.2
 +
*Item 4
 +
|-
 +
|Numbered List
 +
|<pre>#Item 1
 +
#Item 2
 +
#Item 3
 +
##Item 3.1
 +
##Item 3.2
 +
#Item 4</pre>
 +
|
 +
#Item 1
 +
#Item 2
 +
#Item 3
 +
##Item 3.1
 +
##Item 3.2
 +
#Item 4
 +
|----
 +
|-
 +
|Definition List
 +
|<pre>;Definition term
 +
:Definition description
 +
;term 2
 +
:explanation
 +
:another explanation</pre>
 +
|
 +
;Definition term
 +
:Definition description
 +
;term 2
 +
:explanation
 +
:another explanation
 +
|-
 +
|Mixing Lists
 +
|
 +
<pre>*Item 1
 +
*Item 2
 +
*#Numbered Subitem 1
 +
*#Numbered Subitem 2
 +
;term
 +
:description
 +
:*Item 1
 +
:*Item 2</pre>
 +
|
 +
*Item 1
 +
*Item 2
 +
*#Numbered Subitem 1
 +
*#Numbered Subitem 2
 +
;term
 +
:description
 +
:*Item 1
 +
:*Item 2
 +
|}
 +
 
 +
==Linking to other pages==
 +
Of course you can link to other pages on this Wiki and to other websites as well. Linking to a Wiki page, that doesn't exist yet, is perfectly fine, too. This may actually encourage other authors to create that page (or you may go ahead and do that, as well).
 +
{| style="border:1px solid #4285B1; border-collapse:collapse; width: 90%; margin: 2em auto;" cellpadding="4" border="1"
 +
|- style="background-color: #4285CC; color: white;"
 +
! style="width:15%" |Description
 +
! style="width:45%" |You type
 +
! style="width:40%" |You get
 +
|-
 +
| colspan="3" style="background-color: #16203A; text-align: center;" | Internal Links
 +
|-
 +
|Internal link
 +
|<pre>[[Nexus - The Jupiter Incident]]
 +
[[Some page, that doesn't exist yet]]</pre>
 +
If you link to a page, that wasn't created yet, the link will be colored red until someone creates this page and fills it with content
 +
|[[Nexus - The Jupiter Incident]]
 +
[[Some page, that doesn't exist yet]]
 +
|-
 +
|Named link
 +
|<pre>[[Nexus - The Jupiter Incident|Best game of the world]]</pre>
 +
Instead of showing the name of the page you're linking to, it'll show the name you specified after |
 +
|[[Nexus - The Jupiter Incident|Best game of the world]]
 +
|-
 +
|Link to an anchor
 +
|<pre>[[#top]]</pre>
 +
[[#Linking to other pages|Section headings]] and the [[#top|top]] of the page are automatically anchored
 +
|[[#top]]
 +
|-
 +
|Link to an anchor at another page
 +
|<pre>[[Nexus - The Jupiter Incident#Mods]]</pre>
 +
|[[Nexus - The Jupiter Incident#Mods]]
 +
|-
 +
| colspan="3" style="background-color: #16203A; text-align: center;" | External Links
 +
|-
 +
|External link
 +
|<pre>http://forum.keyswow.com</pre>
 +
|http://forum.keyswow.com
 +
|-
 +
|External link with a different name
 +
|<pre>[http://forum.keyswow.com Support-Forum]</pre>
 +
|[http://forum.keyswow.com Support-Forum]
 +
|-
 +
|External link as number
 +
|<pre>[http://forum.keyswow.com]</pre>
 +
|[http://forum.keyswow.com]
 +
|}

Latest revision as of 21:55, 30 October 2012

Here it is, the Nexus Wiki. You want to contribute, but don't know how? Don't worry - adding to a Wiki is as easy as writing a forum post. This page is meant to assist you in writing and formatting your Wiki articles as well es editing already existing ones.

Editing an article

Browse to an article and click the 'Edit' button in the upper left corner of the screen. Apply your changes to the text and click on 'Show preview' to see the results. If you are happy with it, click on 'Save page' and you are done.

Creating a new article

There are basically two ways to create a new article:

  1. you follow a red link to a page, that doesn't exist yet and start editing this page
  2. you append the desired name of the page to the url of this Wiki:
http://nexusthegame.net/wiki/<pagename>

Either way, you're going to end up on a page, that isn't registered yet. If you click on the 'Create' button in the top left corner, where the 'Edit' button should be instead, enter some text and save your changes, then you have successfully created a new page. Be sure to place links to this page on other pages to make it easier to find the new page.

Text formatting

Writing plain text is good, but you can enhance the reader's experience by formatting your text appropiately. Make text bold to stand out or italic to emphasize important parts. Use lists and tables to structure the information you're going to present and divide your article into sections to help the reader find, what he or she wants.

Description You type You get
Character formatting
Italic text
''italic''
italic
Bold text
'''bold'''
bold
Bold and Italic text
'''''bold and italic'''''
bold and italic
Section formatting
Headings (of different levels)
==level 2==
===level 3===
====level 4====
=====level 5=====
======level 6======

an article having more than 3 headings will automatically create a table of contents at the top of the page

can't be shown
Horizontal rule
----

Lists
Bullet List
*Item 1
*Item 2
*Item 3
**Item 3.1
**Item 3.2
*Item 4
  • Item 1
  • Item 2
  • Item 3
    • Item 3.1
    • Item 3.2
  • Item 4
Numbered List
#Item 1
#Item 2
#Item 3
##Item 3.1
##Item 3.2
#Item 4
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3.1
    2. Item 3.2
  4. Item 4
Definition List
;Definition term
:Definition description
;term 2
:explanation
:another explanation
Definition term
Definition description
term 2
explanation
another explanation
Mixing Lists
*Item 1
*Item 2
*#Numbered Subitem 1
*#Numbered Subitem 2
;term
:description
:*Item 1
:*Item 2
  • Item 1
  • Item 2
    1. Numbered Subitem 1
    2. Numbered Subitem 2
term
description
  • Item 1
  • Item 2

Linking to other pages

Of course you can link to other pages on this Wiki and to other websites as well. Linking to a Wiki page, that doesn't exist yet, is perfectly fine, too. This may actually encourage other authors to create that page (or you may go ahead and do that, as well).

Description You type You get
Internal Links
Internal link
[[Nexus - The Jupiter Incident]]
[[Some page, that doesn't exist yet]]

If you link to a page, that wasn't created yet, the link will be colored red until someone creates this page and fills it with content

Nexus - The Jupiter Incident

Some page, that doesn't exist yet

Named link
[[Nexus - The Jupiter Incident|Best game of the world]]

Instead of showing the name of the page you're linking to, it'll show the name you specified after |

Best game of the world
Link to an anchor
[[#top]]

Section headings and the top of the page are automatically anchored

#top
Link to an anchor at another page
[[Nexus - The Jupiter Incident#Mods]]
Nexus - The Jupiter Incident#Mods
External Links
External link
http://forum.keyswow.com
http://forum.keyswow.com
External link with a different name
[http://forum.keyswow.com Support-Forum]
Support-Forum
External link as number
[http://forum.keyswow.com]
[1]