Computer HardwareXbox GamesGameCubePlaystation 2PSOnePC/Windows GamesGameboy AdvanceDreamcastNintendo 64Gameboy ColorNintendo DSSony PSPXbox 360Nintendo Wii GamesPS3 Games

All Pro Evolution Soccer Forums
Neoseeker Forums » PS2 Games » Sports and Racing » Winning Eleven: Pro Evolution Soccer 2008 » PES NeoWiki

Winning Eleven: Pro Evolution Soccer 2008 Forum

profile  pro reviews  cheats  FAQs/Guides  screens  wiki  discussion board  

Moderated by: Chelsea Mint Fc
REPLY TO THIS THREAD   START NEW THREAD
Options: Print   subscribe   remove   send to friend   PM this thread to a friendNeoPM
Topic: PES NeoWiki
matty1605
Slow down, you can't keep running away
forum raider



matty1605's profile
total posts: 3152
since: Jan 2007
Jun 21, 08 at 01:21PM
PES NeoWiki






As you may or may not be aware of, the old PES portal, and the whole portal system has been done away with. In its place is a new system paired with the well-known online encyclopedia - wikipedia.com

Basically now what we, as a community, can do is forge our own encyclopedia of anything Pro Evolution Soccer related. You can make a page devoted to a player, a team, a game mode, skills, online play, a certain aspect of Pro, anything. You can also edit pages that other people have made with your own little tit bits.

Your pages can refer to any Pro game and once you are adept at using Wiki, you can insert photos, screenshots and tables into them, to better get your point across.

There are a few suggestions to go by, if you are going to contribute:
  • Please make an effort to use correct spelling and grammar when making a page. It gives the wiki a much more professional look, and takes the strain off the editors that head up the site.
  • Try to be objective and keep personal bias out of your pages. Keep your points factual. This means saying something like 'Michael Owen becomes the best striker in the game'. This may be true in your opinion and many others, but others may disagree. It's better to say 'Michael Owen develops to the point that he is perceived by many to be the best striker in the game'
  • Steer clear of slang and jokes, as this wiki should be professional and informative.
  • The page is to be worked on as a community, so anyone is allowed to have their say. There shall be no slagging, flaming and general ruckus to members who have tried to contribute. Constructive criticisms and comments are allowed.

So, thanks lads, get posting


Basic Wiki Editing Techniques:

quote Avalith

Table of Contents

  1. Why Wikis?
  2. Basic Formatting
  3. Linking
  4. Advanced Formatting
  5. HTML

Why Wikis?

Why? There are a number of reasons why. As some of you may or may not know already, Portals V2 was originally intended to be a wiki-like structure. However, due to various design flaws and other issues, that never came to be. Redemption had made a good sized post here that you'll want to read that explains the main reasoning in detail. For the sake of brevity, here are just a few things:
  • Flawed design crippling much of what was envisioned for portals
  • Too many content restrictions
  • GameGrep serves news better than portals

Basic Formatting

Ah, yes. Formatting. This is something that is going to be vital for staff and admin alike as we all adapt and learn the wiki platform. This section will hopefully teach you the wiki way of some of the most basic formatting.

Bolding text

On 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!

To bold text...


'''Hello World!'''

translates to

Hello World!

Italicizing text

More apostrophe goodness. However, this time you only use two apostrophes.

To italicize text...


''Hello World!''

translates to

Hello World!

Bolding and italicizing text at the same time

Similar 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 to

Hello World![i][/i]
  • Important: Make sure you use five (5) apostrophes. Four apostrophes will result in bolded text with a set of apostrophes surrounding it.

Creating a new line

To create a new line, simply press the enter/return key and the text will start on a new line. Since the same result happens on Neoseeker, I won't bother giving you a demonstration
here.

...Okay, nevermind; I just did.

Creating a new paragraph

Just like with neoforums, just double space at the end of a paragraph (hit the enter/return keys twice) to create a new paragraph.

Just like this.

Linking

There are various ways to link within a wiki, but the toughest part is remembering which format to use at which time.

Linking to an outside site

You simply use [http://www.url.com Name of Site] to link to an external site.

To link to an outside site...


[http://www.neoseeker.com Neoseeker]

translates to

Neoseeker

!!Linking within the wiki (interpage)

Linking to pages within a wiki couldn't be simpler. The best thing about this style of linking is that if the page name doesn't exist, clicking the link will take you to add a new page with that name! To do this, simply type [[page name]].

To link within a wiki...


[[Vice City]]

translates to

Vice City

!!!Linking within the wiki (intrapage)

This is just as easy as the interpage links. To link to another section within a page, simply type . Note that section headings and subheadings are automatically anchors. You can set an anchor manually using HTML, which will be explained toward the end of this guide.

To link within the wiki page...


[[#Grand Theft Auto: Vice City Rendition]]

translates to

Grand Theft Auto: Vice City Rendition

E-mail addresses

This is relatively simple as well and is basically a combination of HTML and external wiki linking. To do this, simply type [mailto:email@domain.com Address]. Should you type [mailto:email@domain.com], the link will become numbered instead.

Advanced Formatting

What, you thought linking and bolding/italicizing text would get you off the hook with wikis? You're in for a rough ride then if that's all you think. There are more advanced concepts for you to learn now such as headings and subheadings.

Headings

Headings are just that, the beginning of a new section. To do this, put two equals signs around the text you want to become a header.

To create a heading...


==tekmosis rocks!==

translates to

tekmosis rocks!


Subsections

Similar to the !! in nTags, just add an extra equals sign on both sides of the text you want to make a subsection. In other words, for a subsection of a heading, it's three equals signs.

To create a subsection...


===Krunal is lame===

translates to

Krunal is lame

  • Note: For additional subheadings, continue to add equals signs. However, do not skip from two to four. They must be in order!

Unordered lists

These 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.

To create an unordered list...


code
* Wiki admins
** Avalith
** Krunal
* Wiki dev
** tekmosis
* Neo admin
** Redemption


translates to
  • Wiki admins
    • Avalith
    • Krunal
  • Wiki dev
    • tekmosis
  • Neo admin
    • Redemption

Numbered lists

Numbered lists are very similar to unordered lists. The only difference is you use the pound sign (#) instead of the asterisk (*).

To create a numbered list...


code
# Wiki admins
## Avalith
## Krunal
# Wiki dev
## tekmosis
# Neo admin
## Redemption


translates to
  1. Wiki admins
    1. Avalith
    2. Krunal
  2. Wiki dev
    1. tekmosis
  3. Neo admin
    1. Redemption

Images

Now wikis aren't ALL about text, you know. There's got to be some eye candy involved. Everybody loves pretty images!

To show an image...


[[Image:forumlogo.gif]]

translates to

  • Note: You can also add a frame around an image if you wish. To do this, add |frame after the file extension.
Note: You may also add alt text that appears when your mouse hovers over the image. To do this, add |alt text after the file extension, or if used on an image with a frame, after |frame.
  • Note: Please upload the image to the wiki first. ALL images that are used should be hosted on the wiki. This drastically cuts down on page loading times if a site like Imageshack or Photobucket goes down for maintenance and it also makes content easier to manage.
  • Note: You can also turn this into a link with text by adding a colon ( between the opening brackets and Image (example: [[:Image;forumlogo.gif]]).

HTML

u n d e r
c o n s t r u c t i o n

This message was edited by matty1605 on Jun 22 2008.



-------------------

<3 Carmelo15 in the face

Team Last Resort
quote   quick quote   edit   quick edit   del  report
Members, log in or register to remove these ads.
Pro King
the best team ever T O T T E N H A M
ultra seeker



Pro King's profile
total posts: 1477
since: Aug 2007
Jun 21, 08 at 01:31PM
re: PES NeoWiki

I so don't understand this, i viewed it before but it just went back to the same page.



-------------------

Credit Martins

quote   quick quote   edit   quick edit   del  report
matty1605
Slow down, you can't keep running away
forum raider



matty1605's profile
total posts: 3152
since: Jan 2007
Jun 21, 08 at 01:40PM
re: PES NeoWiki

It works the same as Wikipedia

You search for something that you want to see, it gives you them. If there's no page for that topic, anyone is free to make one.



-------------------

<3 Carmelo15 in the face

Team Last Resort
quote   quick quote   edit   quick edit   del  report
Pro King
the best team ever T O T T E N H A M
ultra seeker



Pro King's profile
total posts: 1477
since: Aug 2007
Jun 21, 08 at 01:41PM
re: PES NeoWiki

Well i'll look later, wikipedia just goes in my left ear and our my right one.



-------------------

Credit Martins

quote   quick quote   edit   quick edit   del  report
Validation
As above, so below
Seeketh Maximus

Validation's profileValidation's neohomeNeoPM Validation
since: Mar 2007
Jun 22, 08 at 05:56AM
re: PES NeoWiki

Guys just to let you know your Pes wiki has some dead-end pages, i wouldn't submit anything more until these are sorted out

I've done a few already but i'd thought i'd let you know.


Pro King, the code isn't that hard to grasp once you start. I suggest looking at the official wikipedia for help on how to code pages



-------------------




quote   quick quote   edit   quick edit   del  report
matty1605
Slow down, you can't keep running away
forum raider



matty1605's profile
total posts: 3152
since: Jan 2007
Jun 22, 08 at 04:05PM
re: PES NeoWiki

Some basic help for editing added to the first post.



-------------------

<3 Carmelo15 in the face

Team Last Resort
quote   quick quote   edit   quick edit   del  report
Whelan
Budgie maniac!
s-e-e-k-e-r

wiki contributor
pes




Whelan's profileWhelan's neohomeNeoPM Whelan
total posts: 1592
since: Dec 2003
Jun 23, 08 at 10:35AM
re: PES NeoWiki

I made some pages for Benzema and Aguero

quote   quick quote   edit   quick edit   del  report
Derp
moderator

Pro Evolution Soccer 2009 [PS3]




Derp's profileNeoPM Derp
total posts: 4815
since: Aug 2005
Jun 23, 08 at 01:28PM
re: PES NeoWiki

Cheers Whelan, added screenshots .

VALIDATION CAN YOU STOP ADDING POINTLESS CATEGORIES WE DONT NEED AT THE MOMENT.

STOP REMOVING BROKEN LINKS AND PERFECTLY FINE LINKS IE BAYERN MUNICH ON KLOSE'S PAGE.



-------------------

quote   quick quote   edit   quick edit   del  report
matty1605
Slow down, you can't keep running away
forum raider



matty1605's profile
total posts: 3152
since: Jan 2007
Jun 26, 08 at 04:22AM
re: PES NeoWiki

I believe the PES Wiki is like 5th or something out of all the Neowikis in terms of page numbers, and there's still loads to cover.
KUTGW Lads

Plus, if you contribute, you get a sexy tag



-------------------

<3 Carmelo15 in the face

Team Last Resort
quote   quick quote   edit   quick edit   del  report
Whelan
Budgie maniac!
s-e-e-k-e-r

wiki contributor
pes




Whelan's profileWhelan's neohomeNeoPM Whelan
total posts: 1592
since: Dec 2003
Jun 28, 08 at 05:30AM
re: PES NeoWiki

Why am I the only person making new pages?

quote   quick quote   edit   quick edit   del  report
Junior Messi
RFC Miles - 4
Neolithic



Junior Messi's profile
since: Jun 2007
Jun 28, 08 at 03:01PM
re: PES NeoWiki

No offense, but you seem to be copy and pasting alot, and hardly anything relates to PES. Whcih is the point of the Wiki



-------------------
Reading 4 - 2 Palace
15' Harper
68' Doyle
69' Doyle
89' Doyle

quote   quick quote   edit   quick edit   del  report
red town
M.O.B Livin
member: postin' posse



red town's profileNeoPM red town
total posts: 560
since: Apr 2007
Jun 28, 08 at 07:23PM
re: PES NeoWiki

nice, updated a few profiles that were sketchy



-------------------
quote   quick quote   edit   quick edit   del  report
Chelsea Mint Fc
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
(moderator)

Winning Eleven: Pro Evolution Soccer 2008 [PS2]




Chelsea Mint Fc's profileNeoPM Chelsea Mint Fc
total posts: 2570
since: Jul 2007
Jul 20, 08 at 01:07AM
re: PES NeoWiki

Just posting to keep this above Forum Rules & Index.



-------------------
quote   quick quote   edit   quick edit   del  report
Whelan
Budgie maniac!
s-e-e-k-e-r

wiki contributor
pes




Whelan's profileWhelan's neohomeNeoPM Whelan
total posts: 1592
since: Dec 2003
Jul 20, 08 at 01:12AM
re: PES NeoWiki

I think people aren't editing until the new PES comes out and then pretty much all the player profiles will need changing

quote   quick quote   edit   quick edit   del  report
Kim Hyde
Work is tiring.
Hooked on Neo



Kim Hyde's profileNeoPM Kim Hyde
since: Feb 2007
Jul 20, 08 at 01:12AM
re: PES NeoWiki

Chelsea Mint FC, please do not go off-topic in this thread. Otherwise I'll be forced to take this up with the forum moderator and he's Australian so you wouldn't wanna mess with him.

Thank you.



-------------------





quote   quick quote   edit   quick edit   del  report
[All dates in (PT) time]Threads List   « Next Newest   Next Oldest »
REPLY TO THIS THREAD   START A NEW THREAD



Jump to another forum:

Powered by neoforums v0.9.4 (equilibrium)
Copyright Neo Era Media, Inc. 1999-2008

neoseeker forum community
Neoseeker.com   |   Forum Rules   |   Forum FAQ   |   Neoseeker Terms of Use   |   Supermods On Duty [ server id: aeon ··· elapsed: 0.1087200642]
Affiliated sites:   GameGrep - Football Manager Wiki - Halo Wiki - MGS Wiki - GTA Wiki - Smackdown Wiki - Zelda Wiki - PS2seeker - Xbox seeker - GC seeker - DEVPEN - GFXcess