Log in to remove this advertisement
Would anybody be willing to support my request of a FIFA wiki. More information explained in the thread.
The wiki has now been made! Here it is!
Current Wiki Staff:
The Rock 13
----
Guide to Adding/Editing a NeoWiki
Adding a New Page
Very simple, when you load up the main page the URL should be:
| code |
http://smackdown.neoseeker.com/wiki/Main_Page |
Simply remove the Main_Page for the URL and add whatever you're going to call the new page for example:
| code |
http://smackdown.neoseeker.com/wiki/Hell in a Cell |
You can even use spaces in between each word and it will automatically load as Hell_in_a_Cell.
Note:
Whatever you put in the URL will become the main header of the page so please don't make it something like hellinacell.
Basic FormattingBolding textOn Neoseeker, we use
[b][/b]. In HTML, we use <b
><
/b>. In wikis, we use... apostrophes! All it takes is three apostrophes on either side of the text you want bolded and it will be bold when you save your changes!
'''Hello World!'''
translates toHello World!Italicizing textMore apostrophe D: However, this time you only use two apostrophes.
To italicize text...
''Hello World!''
translates toHello World!Bolding and italicizing text at the same timeSimilar to how you combine bold and italic tags in nTags and HTML, you combine the bold and italic tags in wiki markup. This means you need five apostrophes on both sides of the text.
To bold and italicize text...
'''''Hello World!'''''
translates toHello World!
- Important: Make sure you use five (5) apostrophes. Four apostrophes will result in bolded text with a set of apostrophes surrounding it.
HeadingsHeaders involve adding equal signs (=) at either end of the your header.
Examples:==Name of Header==Will become:
Header
===Name of Subsection===Will become:
Subsection
Creating a ListThese are identical to the ones you make on Neo... somewhat. Initially, you just start out with a bullet point, a space, and then text (* example), but you can add additional bullet points as needed to indent a line in a list.
| code |
* Wiki admins
** Avalith
** Krunal
* Wiki dev
** tekmosis
* Neo admin
** Redemption
|
translates to
- Wiki admins
- Wiki dev
- Neo admin
Links
Linking to an outside site
If your making a link to a page outside of the NeoWiki you will have to type the URL, leave a space then type what you want the link to appear as.
Example:
Neoseekertranslates to
Neoseeker
Linking within the NeoWiki
To make a link to a page within the NeoWiki add 2 brackets around each end. For example if you were to create a page for Hell in a Cell and you want to link it with the Match Types section on each game page, find Hell in a Cell on one of the game pages and add [[...]] on each side.
Example:
| code |
[[Elimination Chamber]] |
translates to
Elimination Chamber
Linking to a page within the NeoWiki with a different name.
If you were to create a page called Tables, Ladders and Chairs but you wanted to shorten the link to TLC, you would have to type the name of the page then put a
| followed by what you want to call the link.
Example:
| code |
[[Tables, Ladders and Chairs|TLC]] |
ImagesIn the navigation bar on the left side of the page there's a link called "Upload File", from there it's exactly the same as Imageshack or Photobucket, upload the picture from your computer then click "Upload file" and at the top of the page you should get something like
Image:nameofpicture.jpg copy all of that to whichever page you want to add an image to, then just like the NeoWiki links add 2 brackets either side of the link.
Example:| code |
[[Image:nameofpicture.jpg]] |
Add a Frame: Add
|frame after the image code
Example:| code |
[[Image:nameofpicture.jpg|frame]] |
Add Text under the picture:Just add another | after the image code.
Example:| code |
[[Image:nameofpicture.jpg|Enter text here]] |
or
| code |
[[Image:nameofpicture.jpg|frame|Enter text here]] |
for both a frame and text.
Thumbnails:If you have a big image that needs to be shorten to a reasonable size add
|300px|thumb. 300px is just an example, you can change it to anything.
Example:| code |
[[Image:nameofpicture.jpg|300px|thumb]] |
Important Information!
Summarise what you've added/edited
Under the editing box there's a Summary box. Please leave a small description of what you have added or edited, this will make it easier for a staff member to check your contribution and make sure it doesn't break any of Neoseekers rules.
The preview button is your best friend
All the NeoWikis have Preview and Check Spelling buttons so you can make sure all your work appears properly, this can come in very handy if your using lots of links or images.
Credit goes to Avalith and Andy for most of the guide.
Edit: Oct 11, 08