This tool can generate a list of Pokémon in any format you like. It does not strictly have to be a list - anything you want to generate in sequence for each and every Pokémon out of a given set will do.
List format:
Include line breaks (i.e. newlines, not HTML line breaks) between list items?
The list generator will replace the following variables in your format string with a piece of data about the relevant Pokémon:
The variables can additionally be augmented with filters. To use a filter, add a pipe character(|) followed by the name of the filter before the closing bracket in the variable, e.g. %[name|lower]% or %[number|zeropad]%. Filters can also be combined, e.g. %[name|lower|stripspecial]%, in which case they will be applied in order from left to right.
Full examples: "%[number|zeropad]%: <b>%[name]%</b><br>" ordered by National Pokédex will return an HTML list in the format "0001: Bulbasaur" etc. with line breaks in between; "<img src="%[national_dex|zeropad3]%%[name|lowercase]%.gif"> " ordered by Hoenn Pokédex will return a list of HTML images named 252treecko.gif, 253grovyle.gif, etc.
If ordering by a regional dex that doesn't include all the Pokémon in the generations your list includes, the list generator will include the rest ordered by National Pokédex number (if you don't need the rest, simply only copy the relevant part of the list), but the %[number]% variable will be ??? for those Pokémon, since they don't actually have a number. If you would like the %[number]% variable to just "make up" a number by continuing to increment by one for each Pokémon (before skipping Pokémon from excluded generations), check this box. (The _dex variables will always return the Pokémon's actual number in that Pokédex or ??? if it has none.)
Force numbers for %[number]%
Victini, Snivy, Servine, Serperior, Tepig, Pignite, Emboar, Oshawott, Dewott, Samurott, Patrat, Watchog, Lillipup, Herdier, Stoutland, Purrloin, Liepard, Pansage, Simisage, Pansear, Simisear, Panpour, Simipour, Munna, Musharna, Pidove, Tranquill, Unfezant, Blitzle, Zebstrika, Roggenrola, Boldore, Gigalith, Woobat, Swoobat, Drilbur, Excadrill, Audino, Timburr, Gurdurr, Conkeldurr, Tympole, Palpitoad, Seismitoad, Throh, Sawk, Sewaddle, Swadloon, Leavanny, Venipede, Whirlipede, Scolipede, Cottonee, Whimsicott, Petilil, Lilligant, Basculin, Sandile, Krokorok, Krookodile, Darumaka, Darmanitan, Maractus, Dwebble, Crustle, Scraggy, Scrafty, Sigilyph, Yamask, Cofagrigus, Tirtouga, Carracosta, Archen, Archeops, Trubbish, Garbodor, Zorua, Zoroark, Minccino, Cinccino, Gothita, Gothorita, Gothitelle, Solosis, Duosion, Reuniclus, Ducklett, Swanna, Vanillite, Vanillish, Vanilluxe, Deerling, Sawsbuck, Emolga, Karrablast, Escavalier, Foongus, Amoonguss, Frillish, Jellicent, Alomomola, Joltik, Galvantula, Ferroseed, Ferrothorn, Klink, Klang, Klinklang, Tynamo, Eelektrik, Eelektross, Elgyem, Beheeyem, Litwick, Lampent, Chandelure, Axew, Fraxure, Haxorus, Cubchoo, Beartic, Cryogonal, Shelmet, Accelgor, Stunfisk, Mienfoo, Mienshao, Druddigon, Golett, Golurk, Pawniard, Bisharp, Bouffalant, Rufflet, Braviary, Vullaby, Mandibuzz, Heatmor, Durant, Deino, Zweilous, Hydreigon, Larvesta, Volcarona, Cobalion, Terrakion, Virizion, Tornadus, Thundurus, Reshiram, Zekrom, Landorus, Kyurem, Keldeo, Meloetta, Genesect,
Back to home