Custom BBCodes
You can display pokemon images in your posts using the BBCode 'pokemon'.
Pokemon
So typing
makes it show
Shiny Dratini
Pokemon Cards
You can also make it show info about your particular pokemon, if you have its ID
(You can get the ID from the pokemon's 'Trade', 'Remove from Trade', 'View Offers' links. It will be at the end of the link)
Its format is
Where mwXZbm is the pokemon ID
and that creates a pokemon card like this. A link to the offer page will be shown if the pokemon is up for trade
Pokemon Cards for Pokemon you don't have
When you're looking for a certain pokemon, and you want to show it as a pokemon card, use the 'examplecard' code.
If you were looking for a Shiny Blastoise, the code would look like this
And that would show
And that gives us
Dealing with Formes
Forme names without any brackets in them should work normally. For Formes with brackets in the names, use a + (plus sign) instead of the space at the beginning and brackets. So 'Vivillon (Sun)' becomes 'Vivillon+Sun'.
Pokemon Info Link
If you prefer a simple clickable link for the pokemon, simply use the following
which looks like this
Blastoise
Profile Link
You can link to your profile with the BBCode 'username'
Its in the form
which displays as Admin
Pokemon
So typing
Code: Select all
[pokemon]Shiny Dratini[/pokemon]
makes it show
Shiny Dratini
Pokemon Cards
You can also make it show info about your particular pokemon, if you have its ID
(You can get the ID from the pokemon's 'Trade', 'Remove from Trade', 'View Offers' links. It will be at the end of the link)
Its format is
Code: Select all
[pokecard]mwXZbm[/pokecard]
and that creates a pokemon card like this. A link to the offer page will be shown if the pokemon is up for trade
Pokemon Cards for Pokemon you don't have
When you're looking for a certain pokemon, and you want to show it as a pokemon card, use the 'examplecard' code.
If you were looking for a Shiny Blastoise, the code would look like this
Code: Select all
[examplecard]Shiny Blastoise[/examplecard]
Shiny Blastoise
And if you need to show stats, level or exp in the card?Code: Select all
[examplecard]Shiny Blastoise, 298000, atk def spe[/examplecard]
Shiny Blastoise, 298000, atk def spe
Remember to remove any commas from the exp itself. To use level instead, replace the exp slot with the levelDealing with Formes
Forme names without any brackets in them should work normally. For Formes with brackets in the names, use a + (plus sign) instead of the space at the beginning and brackets. So 'Vivillon (Sun)' becomes 'Vivillon+Sun'.
Code: Select all
[examplecard]Vivillon+Sun[/examplecard]
Vivillon+Sun
Pokemon Info Link
If you prefer a simple clickable link for the pokemon, simply use the following
Code: Select all
[pokeinfo=mwXZbm]Blastoise[/pokeinfo]
Blastoise
Profile Link
You can link to your profile with the BBCode 'username'
Its in the form
Code: Select all
[username]Admin[/username]