PAdventures Wiki
Advertisement

Introduction

Hello!
You have ended up here because you want to add a Electric Type of Pokemon to the Wiki.

Let me Introduce you to our easy system!
All that you need to do, is simply copy and paste the code below into a new page to start edit it.
Thats very easy.
Start by reading the steps below before you create a page!

!!!IMPORTANT TO READ!!!
1. Login at the top-right of the website with Facebook or "create an acount" (Facebook is best).
2. When you create a new page for a Pokemon named "Bellsprout" Make sure to write it's first letter as uppercase and the rest lowercase: Bellsprout = Correct new page name!
And select "Blank Page".
3. The first time you edit a monster, You need to activate "Source Editing Mode" by clicking on Source before pasting the code from bellow. (Click the Image below to view it in a larger scale)

FindEditSourceMode


(This is only needed to be done once, when a new Pokemon is being created, not when you are editing one)
4.Now, you may go ahead and press the "Add a Page" button and continue following this guide.



Template You Must Use

Mark everything in this grey box and press "Ctrl+C" on your keyboard to copy it and "Ctrl+V" to paste into your new Pokemon page, thats been put to "Source Editing Mode" and fill in what you can fill in.
After that you press "Preview" to see how it looks when you are done editing and if it looks good, you press "Publish".
And remember to not put anything after the "=" sign's if you are unsure about what it is suppose to say there.
Someone else will edit that for you, who knows! And will continue edit the monster page you have created in order to fill those gaps for you!

{{PokemonCreature
|  name           = 
|  pokedexnr      = 0
|  pokedexexp     = 0
|legendarypokemon = 
|  type           = Electric
|  status         =
|  evolutions     =
|  strongagainst  =
|  weakagainst    =
|  description    =
|  notes          =
|  location       =
|  strategy       =
|  loot           =
}}
<!--.-->
<!--!!!DON'T EDIT ANYTHING UNDER THIS LINE!!!-->
{{Template:{{PAGENAME}}Move|
}}
{{Template:{{PAGENAME}}EXP|
}}
<span style="font-size: smaller;">[[Template:{{PAGENAME}}Move|Edit {{PAGENAME}}'s Move's & Abilities Table]].</span><br>
<span style="font-size: smaller;">[[Template:{{PAGENAME}}EXP|Edit {{PAGENAME}}'s EXP Table]].</span>
[[Category:Electric_Type_Pokemon]]
__NOWYSIWYG__
<!--!!!DON'T EDIT ANYTHING ABOVE THIS LINE!!!-->


Detailed Explanation

Yo can look here at what's suppose to be on the lines. It helps you understand what to write!

{{PokemonCreature // DONT EDIT THIS LINE!!
|  name           = //Write the Pokemons name here.
|  pokedexnr      = 0 //Write what number it have in the PokeDex In-Game. 
|  pokedexexp     = 0 //Write how much exp you get when you unlock it in the PokeDex.
|legendarypokemon = //Wire if its a Legenday Pokemon: Yes / No
|  type           = Electric //Don't edit this.
|  status         = //If it attack's you without being provoked, write: "Aggressive". Else "Passive"
|  evolutions     = //Copy the Evolution text from the PokeDex
|  strongagainst  = //Write Pokemon Type's it is strong against, Example: Flying, Ground, Rock.
|  weakagainst    = //Write Pokemon Type's it is weak against, Example: Flying, Ground, Rock.
|  description    = //Copy the description from the PokeDex In-Game.
|  notes          = //Write if there is there anything special we should know about it?
|  location       = //Write where it can be located at, Example: South of [[Viridan]], West of [[Vermilion]], [[Fuchsia]]
|  strategy       = //Write if there is any special way to kill it the best on.
|  loot           = // Write what items it drops when it dies, Example: [[1-15 Seed]]'s, [[Leaves]], [[Bag of Polem]] (rare).
}}
<!--.-->
<!--!!!DON'T EDIT ANYTHING UNDER THIS LINE!!!-->
{{Template:{{PAGENAME}}Move|
}}
{{Template:{{PAGENAME}}EXP|
}}
<span style="font-size: smaller;">[[Template:{{PAGENAME}}Move|Edit {{PAGENAME}}'s Move's & Abilities Table]].</span><br>
<span style="font-size: smaller;">[[Template:{{PAGENAME}}EXP|Edit {{PAGENAME}}'s EXP Table]].</span>
[[Category:Electric_Type_Pokemon]]
__NOWYSIWYG__
<!--!!!DON'T EDIT ANYTHING ABOVE THIS LINE!!!-->


Example of a filled in template

Here's an example of how a edited temple may look like from a user:

{{PokemonCreature
|  name           = Nidoran♀
|  pokedexnr      = 29
|  pokedexexp     = 0
|legendarypokemon = No
|  type           = Electric
|  status         = Passive
|  evolutions     = Evolves to [[Nidorina]] at Level 20
|  strongagainst  =
|  weakagainst    =
|  description    = While it does not prefer to fight, even one drop of the Electric it secretes from barbs can be fatal.
|  notes          =
|  location       =
|  strategy       =
|  loot           =
}}
<!--.-->
<!--!!!DON'T EDIT ANYTHING UNDER THIS LINE!!!-->
{{Template:{{PAGENAME}}Move|
}}
{{Template:{{PAGENAME}}EXP|
}}
<span style="font-size: smaller;">[[Template:{{PAGENAME}}Move|Edit {{PAGENAME}}'s Move's & Abilities Table]].</span><br>
<span style="font-size: smaller;">[[Template:{{PAGENAME}}EXP|Edit {{PAGENAME}}'s EXP Table]].</span>
__NOWYSIWYG__
<!--!!!DON'T EDIT ANYTHING ABOVE THIS LINE!!!-->


Questions

If you have any question's, that this guide did not answer, then please login on the top of our website with Facebook and write a message at Admin Talk Page.
And we will reply there to answer your question or a Experienced Wiki Contributor.

Advertisement