List format:
Include line breaks (i.e. newlines, not HTML line breaks) between list items?
Codes: %[number]% - returns Pokémon's Pokédex number (in the dex you are ordering the list by) or number in alphabetical order (when ordered alphabetically) with only the necessary digits (e.g. 1 for Bulbasaur in National Pokédex order, or 1 for Treecko in Hoenn Pokédex order) %[3number]% - returns Pokémon's Pokédex number (in the dex you are ordering the list by) or number in alphabetical order (when ordered alphabetically) with three digits (e.g. 001 for Bulbasaur in National Pokédex order, or 001 for Treecko in Hoenn Pokédex order) %[nnumber]% - returns Pokémon's National Pokédex number, irrelevant of which ordering you are using, with only the necessary digits (e.g. 1 for Bulbasaur in all ordering modes) %[3nnumber]% - returns Pokémon's National Pokédex number, irrelevant of which ordering you are using, with three digits (e.g. 001 for Bulbasaur in all ordering modes) %[name]% - returns Pokémon's name %[lowercasename]% - returns Pokémon's name in all lowercase %[uppercasename]% - returns Pokémon's name in all uppercase %[az09name]% - returns Pokémon's name written in lowercase alphanumeric characters, with all other characters, including spaces, periods, apostrophes, hyphens, etc. stripped out, useful for various scripting purposes
Everything else will be returned as put in except for % signs, since the script uses them to identify the codes. If you plan to include an actual % sign in each list item, you must put it in as %.
Examples: "%[3number]%: <b>%[name]%</b><br>" ordered by National Pokédex will return an HTML list in the format "001: Bulbasaur" etc. with line breaks in between; "<img src="%[3nnumber]%%[lowercasename]%.gif"> " ordered by Hoenn Pokédex will return a list of images named 252treecko.gif, 253grovyle.gif, etc.
Generations to include in list: Kanto (National #1-#151) Johto (National #152-#251) Hoenn (National #252-#386) Sinnoh (National #387-#493) Unova (National #494-#649)
Order by: National Pokédex Johto Pokédex (G/S/C) Johto Pokédex (HG/SS) Hoenn Pokédex Sinnoh Pokédex (D/P) Sinnoh Pokédex (Platinum) Unova Pokédex Alphabetical order
Technically, not all Pokémon have an official number in region-specific Pokédexes - the numbering stops after the final Pokémon that is formally "in" the regional dex, with the National Pokédex being required to view the others. By default, the List Generator will include the rest of the Pokémon, ordered by National Pokédex number, but show their numbers as ??? (provided, of course, that their generation is not excluded). If you would like it to "make up" a number by simply continuing to increment the number by one for each Pokémon, please check the box below. For obvious reasons, this has no effect when ordering alphabetically or by National Pokédex, when not including the non-numbered Pokémon, or when not including the numbers in the list. Force numbers
Back to home