What follows is the template for Fakemon creation.
Use the code in this page as the base for the fakemon you're working on.
- Code:
-
[b]Pokemon Name[/b]
Blah blah write introduction here...
[b]Appearance[/b]
[center][img]url of the fakemon's image here...[/img][/center]
Blah blah write appearance here...
[b]Abilities:[/b]
[list]
[*]Ability 1: Description
[*]Ability 2: Description
[/list]
[b]Stats and Moves[/b]
[table border="1"]
[tr]
[td] [b]Base stat[/b][/td]
[td] [b]Type effectiveness[/b][/td]
[td] [b]Learnset[/b][/td]
[td] [b]Moves by TM[/b][/td]
[/tr]
[tr][td]
[table border="1"]
[tr][td]HP: [/td][td]0 [/td][/tr]
[tr][td]Attack: [/td][td]0 [/td][/tr][tr][td]Defense: [/td][td]0 [/td][/tr][tr][td]Sp.Atk: [/td][td]0 [/td][/tr][tr][td]Sp.Def: [/td][td]0 [/td][/tr][tr][td]Speed: [/td][td]0 [/td][/tr][tr][td]Total: [/td][td]0 [/td][/tr]
[/table]
[/td][td]
[table border="1"]
[tr][td][b]Resistant to[/b][/td][td][b]Weak to [/b][/td][/tr]
[tr][td] type res[/td][td] type weak[/td][/tr]
[tr][td] type res[/td][td] type weak[/td][/tr]
[/table]
[/td][td]
[table border="1"]
[tr][td]level[/td][td]move[/td][/tr]
[tr][td]level[/td][td]move[/td][/tr]
[tr][td]level[/td][td]move[/td][/tr]
[tr][td]level[/td][td]move[/td][/tr]
[tr][td]level[/td][td]move[/td][/tr]
[/table]
[/td][td]
[table border="1"]
[tr][td]TM[/td][td]Move[/td][/tr]
[tr][td]TM[/td][td]Move[/td][/tr]
[tr][td]TM[/td][td]Move[/td][/tr]
[/table]
[/td][/tr][/table]
blah blah write a comment here on current evolutionary stage respect previous ones and you're done.
For better understanding, below is what you see using the code above without changing a letter:Pokemon NameBlah blah write introduction here...
Appearanceurl of the fakemon's image here...
Blah blah write appearance here...
Abilities:
- Ability 1: Description
- Ability 2: Description
Stats and Moves Base stat | Type effectiveness | Learnset | Moves by TM |
HP: | 0 | Attack: | 0 | Defense: | 0 | Sp.Atk: | 0 | Sp.Def: | 0 | Speed: | 0 | Total: | 0 |
|
Resistant to | Weak to | type res | type weak | type res | type weak |
|
level | move | level | move | level | move | level | move | level | move |
|
|
blah blah write a comment here on current evolutionary stage respect previous ones and you're done.