Changeset 201
- Timestamp:
- 06/02/07 03:19:11 (3 years ago)
- Location:
- veekun/trunk
- Files:
-
- 6 modified
-
lib/Vee/Dex.pm (modified) (5 diffs)
-
lib/Vee/Schema/Items.pm (modified) (1 diff)
-
script/pokedex.sql (modified) (6 diffs)
-
templates/dex/common.tt (modified) (1 diff)
-
templates/dex/list/items.tt (modified) (2 diffs)
-
templates/dex/page/item.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/Dex.pm
r199 r201 199 199 our (@MoveData, $DamagingMoveCount); 200 200 our (%TypeData, @TypeNames, %OldTypeOrder); 201 our (@AbilityNames );201 our (@AbilityNames, @ItemNames); 202 202 our (@TMs, %MoveTMs); 203 203 our %FuzzyMatches; … … 229 229 230 230 @AbilityNames = $schema->resultset('Abilities')->search({ id => { '<', 200 } }, { order_by => 'id ASC', columns => ['name'] })->get_column('name')->all; 231 @ItemNames = $schema->resultset('Items') ->search(undef, { order_by => 'id ASC', columns => ['name'] })->get_column('name')->all; 231 232 232 233 # so I can use one-based ids with these … … 239 240 unshift @MoveData, {}; 240 241 unshift @AbilityNames, undef; 242 unshift @ItemNames, undef; 241 243 242 244 # machines … … 257 259 258 260 # temporary, just for the below code; possibly to be promoted later 259 my @itemnames = $schema->resultset('Items')->search(undef, { order_by => 'id ASC', columns => [qw/name/] })->get_column('name')->all;260 261 my @movenames = $schema->resultset('Moves')->search(undef, { order_by => 'id ASC', columns => [qw/name_romaji name_jp/] }); 261 262 my @movekana = ( undef, map { $_->name_jp } @movenames ); … … 274 275 $FuzzyMatches{ lc $TypeNames[$_] } = { type => 'type', id => $_, name => $TypeNames[$_] } for 0 .. $#TypeNames; 275 276 $FuzzyMatches{ lc $AbilityNames[$_] } = { type => 'ability', id => $_, name => $AbilityNames[$_] } for 1 .. $#AbilityNames; 276 $FuzzyMatches{ lc $ itemnames[$_] } = { type => 'item', id => $_ + 1, name => $itemnames[$_] } for 0 .. $#itemnames;277 $FuzzyMatches{ lc $ItemNames[$_] } = { type => 'item', id => $_, name => $ItemNames[$_] } for 1 .. $#ItemNames; 277 278 278 279 # TODO: hack! remove this when I get kana/romaji for everything -
veekun/trunk/lib/Vee/Schema/Items.pm
r196 r201 14 14 __PACKAGE__->add_unique_constraint(["id"], undef); 15 15 16 sub display_name { 17 my ($self) = @_; 18 19 my $name = $self->name; 20 $name =~ s/Poke/Poké/; 21 return $name; 22 } 23 16 24 1; 17 25 -
veekun/trunk/script/pokedex.sql
r196 r201 4183 4183 (60,60,'X Accuracy',950,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,0,1,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the accuracy of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 4184 4184 (61,61,'X Special',350,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,16,0,0,0,6,0,0,0,0,0,0,0,0,1,1,0,'An item that raises the Sp. Atk stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 4185 (62,62,'X Sp. ',350,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that raises the Sp. Def stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'),4186 (63,63,'Pok éDoll',1000,0,0,0,0,30,0,'31',19,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A doll that attracts Pokémon. Use it to flee from any battle with a wild Pokémon.'),4185 (62,62,'X Sp. Def',350,0,0,0,0,30,0,'31',19,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that raises the Sp. Def stat of a Pokémon in battle. It wears off if the Pokémon is withdrawn.'), 4186 (63,63,'Poke Doll',1000,0,0,0,0,30,0,'31',19,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A doll that attracts Pokémon. Use it to flee from any battle with a wild Pokémon.'), 4187 4187 (64,64,'Fluffy Tail',1000,0,0,0,0,30,0,'31',19,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item that attracts Pokémon. Use it to flee from any battle with a wild Pokémon.'), 4188 4188 (65,65,'Blue Flute',100,0,0,0,0,30,0,'31',67,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A blue flute made from blown glass. Its melody awakens a single Pokémon from sleep.'), … … 4319 4319 (196,219,'Mental Herb',100,53,0,0,25,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It snaps the holder out of infatuation. It can be used only once.'), 4320 4320 (197,220,'Choice Band',100,54,0,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. This headband ups Attack, but allows the use of only one kind of move.'), 4321 (198,221,'King âs Rock',100,55,10,0,26,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It may cause the foe to flinch when the holder inflicts damage.'),4321 (198,221,'King\'s Rock',100,55,10,0,26,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It may cause the foe to flinch when the holder inflicts damage.'), 4322 4322 (199,222,'SilverPowder',100,56,20,0,0,10,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It is a shiny, silver powder that ups the power of Bug-type moves.'), 4323 4323 (200,223,'Amulet Coin',100,57,10,0,0,30,0,'31',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An item to be held by a Pokémon. It doubles a battle\'s prize money if the holding Pokémon joins in.'), … … 4529 4529 (406,429,'Loot Sack',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A sturdy, spacious bag that is used to carry loot obtained in the coal mine.'), 4530 4530 (407,430,'Rule Book',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It lists the rules for holding battles. For linked battles, you may choose which set of rules you wish to use.'), 4531 (408,431,'Pok éRadar',0,0,0,0,0,0,0,'255',3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A tool that can search out Pokémon that are hiding in grass. Its battery is recharged as you walk.'),4531 (408,431,'Poke Radar',0,0,0,0,0,0,0,'255',3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A tool that can search out Pokémon that are hiding in grass. Its battery is recharged as you walk.'), 4532 4532 (409,432,'Point Card',0,0,0,0,0,0,0,'255',3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A card that lists the Battle Points you have earned. '), 4533 4533 (410,433,'Journal',0,0,0,0,0,0,0,'255',3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A notebook that keeps a day-to-day record of your adventure so far. '), … … 4550 4550 (427,450,'Bicycle',0,0,0,0,0,0,0,'255',3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A folding Bicycle that enables much faster movement than the Running Shoes.'), 4551 4551 (428,451,'Suite Key',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A key to one of the suites at the luxury hotel by a lake. For some odd reason, it often disappears.'), 4552 (429,452,'Oak âs Letter',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A letter from Prof. Oak. Written in it is a request for you to go to Rt. 224.'),4552 (429,452,'Oak\'s Letter',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A letter from Prof. Oak. Written in it is a request for you to go to Rt. 224.'), 4553 4553 (430,453,'Lunar Wing',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A feather that glows like the moon. It is said to possess the power to dispel nightmares.'), 4554 4554 (431,454,'Member Card',0,0,0,0,0,0,0,'191',3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A card needed for entering the inn in Canalave City. Oddly, the last date marked on it was 50 years ago.'), … … 14422 14422 LOCK TABLES pokemon_items WRITE; 14423 14423 /*!40000 ALTER TABLE pokemon_items DISABLE KEYS */; 14424 INSERT INTO pokemon_items VALUES (12, 222,5),14425 (15,2 45,5),14426 (19, 200,5),14427 (20, 200,5),14428 (22,2 44,5),14429 (25,1 55,50),14430 (25,2 36,5),14431 (26,1 55,5),14432 (27, 217,5),14433 (28, 217,5),14424 INSERT INTO pokemon_items VALUES (12,199,5), 14425 (15,222,5), 14426 (19,177,5), 14427 (20,177,5), 14428 (22,221,5), 14429 (25,132,50), 14430 (25,213,5), 14431 (26,132,5), 14432 (27,194,5), 14433 (28,194,5), 14434 14434 (35,81,5), 14435 (35,1 54,50),14435 (35,131,50), 14436 14436 (36,81,5), 14437 (36,1 54,50),14438 (37,1 52,55),14439 (38,1 52,55),14437 (36,131,50), 14438 (37,129,55), 14439 (38,129,55), 14440 14440 (46,86,50), 14441 14441 (46,87,5), 14442 14442 (47,86,50), 14443 14443 (47,87,5), 14444 (49,2 95,5),14445 (50,2 37,5),14446 (51,2 37,5),14447 (52, 217,5),14448 (53, 217,5),14449 (56,1 93,5),14450 (57,1 93,5),14451 (58,1 52,55),14452 (59,1 52,55),14453 (61, 221,5),14454 (62, 221,5),14455 (63,2 48,5),14456 (64,2 48,5),14457 (65,2 48,5),14458 (72,2 45,5),14459 (73,2 45,5),14460 (74,2 29,5),14461 (75,2 29,5),14462 (76,2 29,5),14463 (77,1 91,5),14464 (78,1 91,5),14465 (79,2 79,5),14466 (80, 221,5),14467 (81,2 33,5),14468 (82,2 33,5),14469 (83,2 59,5),14470 (84,2 44,5),14471 (85,2 44,5),14444 (49,272,5), 14445 (50,214,5), 14446 (51,214,5), 14447 (52,194,5), 14448 (53,194,5), 14449 (56,170,5), 14450 (57,170,5), 14451 (58,129,55), 14452 (59,129,55), 14453 (61,198,5), 14454 (62,198,5), 14455 (63,225,5), 14456 (64,225,5), 14457 (65,225,5), 14458 (72,222,5), 14459 (73,222,5), 14460 (74,206,5), 14461 (75,206,5), 14462 (76,206,5), 14463 (77,168,5), 14464 (78,168,5), 14465 (79,256,5), 14466 (80,198,5), 14467 (81,210,5), 14468 (82,210,5), 14469 (83,236,5), 14470 (84,221,5), 14471 (85,221,5), 14472 14472 (88,92,5), 14473 14473 (89,92,5), … … 14476 14476 (91,88,50), 14477 14477 (91,89,5), 14478 (104,2 58,5),14479 (105,2 58,5),14480 (108,2 79,5),14481 (109,2 28,5),14482 (110,2 28,5),14478 (104,235,5), 14479 (105,235,5), 14480 (108,256,5), 14481 (109,205,5), 14482 (110,205,5), 14483 14483 (113,110,50), 14484 (113,2 31,5),14485 (116,2 35,5),14486 (117,2 35,5),14484 (113,208,5), 14485 (116,212,5), 14486 (117,212,5), 14487 14487 (120,90,50), 14488 14488 (120,91,5), 14489 14489 (121,90,50), 14490 14490 (121,91,5), 14491 (122,1 54,5),14492 (124,1 53,55),14493 (125, 322,50),14494 (126,3 23,5),14495 (132,2 57,5),14496 (132,2 74,50),14497 (143,2 34,55),14498 (147,2 35,5),14499 (148,2 35,5),14500 (149,2 35,5),14501 (151,1 57,55),14502 (161,1 55,5),14503 (162,1 55,50),14504 (162,1 58,5),14505 (170,2 27,5),14506 (171,2 27,5),14507 (172,1 55,5),14491 (122,131,5), 14492 (124,130,55), 14493 (125,299,50), 14494 (126,300,5), 14495 (132,234,5), 14496 (132,251,50), 14497 (143,211,55), 14498 (147,212,5), 14499 (148,212,5), 14500 (149,212,5), 14501 (151,134,55), 14502 (161,132,5), 14503 (162,132,50), 14504 (162,135,5), 14505 (170,204,5), 14506 (171,204,5), 14507 (172,132,5), 14508 14508 (173,81,5), 14509 (173,1 54,50),14510 (186, 221,5),14511 (191,1 92,5),14512 (193,2 65,5),14513 (199, 221,5),14514 (203,1 56,5),14515 (208,2 33,5),14516 (211,2 45,5),14517 (213,1 55,55),14518 (215, 217,5),14519 (215,2 86,50),14520 (222,2 38,5),14521 (230,2 35,5),14522 (231,1 85,5),14523 (232,1 85,5),14524 (238,1 53,55),14525 (239, 322,50),14526 (240,3 23,5),14509 (173,131,50), 14510 (186,198,5), 14511 (191,169,5), 14512 (193,242,5), 14513 (199,198,5), 14514 (203,133,5), 14515 (208,210,5), 14516 (211,222,5), 14517 (213,132,55), 14518 (215,194,5), 14519 (215,263,50), 14520 (222,215,5), 14521 (230,212,5), 14522 (231,162,5), 14523 (232,162,5), 14524 (238,130,55), 14525 (239,299,50), 14526 (240,300,5), 14527 14527 (241,33,55), 14528 14528 (242,110,50), 14529 (242,2 31,5),14529 (242,208,5), 14530 14530 (250,44,55), 14531 (251,1 57,55),14532 (261,1 51,5),14533 (262,1 51,5),14534 (263,1 55,5),14535 (264,1 55,50),14536 (264,1 58,5),14537 (267,2 95,5),14538 (269,2 95,5),14539 (276,1 95,5),14540 (277,1 95,5),14541 (284, 222,5),14542 (285,1 90,5),14543 (286,1 90,5),14544 (293,1 50,5),14545 (294,1 50,5),14546 (295,1 50,5),14547 (297, 221,5),14548 (299,2 38,5),14549 (300,1 54,5),14550 (301,1 54,5),14551 (303,1 84,5),14552 (304,2 38,5),14553 (305,2 38,5),14554 (306,2 38,5),14555 (315,2 45,5),14531 (251,134,55), 14532 (261,128,5), 14533 (262,128,5), 14534 (263,132,5), 14535 (264,132,50), 14536 (264,135,5), 14537 (267,272,5), 14538 (269,272,5), 14539 (276,172,5), 14540 (277,172,5), 14541 (284,199,5), 14542 (285,167,5), 14543 (286,167,5), 14544 (293,127,5), 14545 (294,127,5), 14546 (295,127,5), 14547 (297,198,5), 14548 (299,215,5), 14549 (300,131,5), 14550 (301,131,5), 14551 (303,161,5), 14552 (304,215,5), 14553 (305,215,5), 14554 (306,215,5), 14555 (315,222,5), 14556 14556 (316,89,5), 14557 14557 (317,89,5), 14558 (318,2 26,5),14559 (319,2 26,5),14560 (322,1 52,55),14561 (323,1 52,55),14562 (325,1 94,5),14563 (326,1 94,5),14564 (327,1 50,5),14565 (328,2 37,5),14566 (331,2 88,5),14567 (332,2 88,5),14568 (335, 217,5),14558 (318,203,5), 14559 (319,203,5), 14560 (322,129,55), 14561 (323,129,55), 14562 (325,171,5), 14563 (326,171,5), 14564 (327,127,5), 14565 (328,214,5), 14566 (331,265,5), 14567 (332,265,5), 14568 (335,194,5), 14569 14569 (337,81,5), 14570 14570 (338,80,5), 14571 (345,2 96,5),14572 (346,2 96,5),14573 (351,2 43,55),14574 (352,1 56,5),14575 (353,2 47,5),14576 (354,2 47,5),14577 (355,1 96,5),14578 (356,1 96,5),14579 (358,1 98,5),14580 (361,1 99,5),14581 (362,1 99,5),14571 (345,273,5), 14572 (346,273,5), 14573 (351,220,55), 14574 (352,133,5), 14575 (353,224,5), 14576 (354,224,5), 14577 (355,173,5), 14578 (356,173,5), 14579 (358,175,5), 14580 (361,176,5), 14581 (362,176,5), 14582 14582 (366,89,5), 14583 (367,2 26,5),14584 (368,2 27,5),14585 (369,2 27,5),14583 (367,203,5), 14584 (368,204,5), 14585 (369,204,5), 14586 14586 (370,93,50), 14587 (371,2 50,5),14588 (372,2 50,5),14589 (373,2 50,5),14590 (374,2 33,5),14591 (375,2 33,5),14592 (376,2 33,5),14587 (371,227,5), 14588 (372,227,5), 14589 (373,227,5), 14590 (374,210,5), 14591 (375,210,5), 14592 (376,210,5), 14593 14593 (385,91,55), 14594 (396,1 88,5),14595 (397,1 88,5),14596 (398,1 88,5),14597 (400,1 55,50),14598 (400,1 58,5),14599 (401,2 77,5),14600 (402,2 77,5),14601 (406,2 45,5),14602 (407,2 45,5),14603 (413, 222,5),14604 (414, 222,5),14594 (396,165,5), 14595 (397,165,5), 14596 (398,165,5), 14597 (400,132,50), 14598 (400,135,5), 14599 (401,254,5), 14600 (402,254,5), 14601 (406,222,5), 14602 (407,222,5), 14603 (413,199,5), 14604 (414,199,5), 14605 14605 (415,94,55), 14606 (416,2 45,5),14607 (418,1 86,5),14608 (419,1 86,5),14609 (420,2 39,5),14610 (421,2 39,5),14611 (427,1 89,5),14612 (428,1 89,5),14613 (431,1 49,5),14614 (432,1 49,5),14615 (433,1 98,5),14616 (434,1 51,5),14617 (435,1 51,5),14618 (436,2 33,5),14619 (437,2 33,5),14620 (439,1 54,5),14606 (416,222,5), 14607 (418,163,5), 14608 (419,163,5), 14609 (420,216,5), 14610 (421,216,5), 14611 (427,166,5), 14612 (428,166,5), 14613 (431,126,5), 14614 (432,126,5), 14615 (433,175,5), 14616 (434,128,5), 14617 (435,128,5), 14618 (436,210,5), 14619 (437,210,5), 14620 (439,131,5), 14621 14621 (440,110,50), 14622 (440,2 56,5),14623 (441,2 77,5),14624 (443,1 97,5),14625 (444,1 97,5),14626 (445,1 97,5),14627 (446,2 34,55),14628 (451,2 45,5),14629 (452,2 45,5),14630 (453,2 81,5),14631 (454,2 81,5),14632 (456,1 87,5),14633 (457,1 87,5),14634 (459,2 46,5),14635 (460,2 46,5),14636 (461, 217,5),14637 (461,2 86,50),14638 (462,2 33,5),14639 (463,2 79,5),14640 (466, 322,50),14641 (467,3 23,5),14642 (469,2 65,5),14643 (476,2 38,5),14644 (477,1 96,5),14645 (478,1 99,5),14646 (492,1 57,55),14647 (499, 222,5),14648 (500, 222,5);14622 (440,233,5), 14623 (441,254,5), 14624 (443,174,5), 14625 (444,174,5), 14626 (445,174,5), 14627 (446,211,55), 14628 (451,222,5), 14629 (452,222,5), 14630 (453,258,5), 14631 (454,258,5), 14632 (456,164,5), 14633 (457,164,5), 14634 (459,223,5), 14635 (460,223,5), 14636 (461,194,5), 14637 (461,263,50), 14638 (462,210,5), 14639 (463,256,5), 14640 (466,299,50), 14641 (467,300,5), 14642 (469,242,5), 14643 (476,215,5), 14644 (477,173,5), 14645 (478,176,5), 14646 (492,134,55), 14647 (499,199,5), 14648 (500,199,5); 14649 14649 /*!40000 ALTER TABLE pokemon_items ENABLE KEYS */; 14650 14650 UNLOCK TABLES; -
veekun/trunk/templates/dex/common.tt
r163 r201 100 100 <td class="stat">[% stat_avg / 6 | format('%.01f') %]</td> 101 101 [%+ END %] 102 103 [% MACRO item_sprite(item_name) BLOCK %] 104 [% IF ( matches = item_name.match('^(TM|HM)(\d\d)$') ) %] 105 [% tm_num = matches.1 %] 106 [% SET tm_num = tm_num + 100 IF matches.0 == 'HM' %] 107 [% item_file = matches.0 _ "-" _ MoveData.${TMs.3.$tm_num}.type | lower %] 108 [% ELSE %] 109 [% matches.join %] 110 [% item_file = item_name.replace(' ', '-').replace('[^-a-zA-Z0-9]', '') | lower %] 111 [% END -%] 112 <img src="/dex-images/items/[% item_file %].png" alt=""/> 113 [%- END %] 114 102 115 [% END %] -
veekun/trunk/templates/dex/list/items.tt
r197 r201 4 4 <table class="dex-table dex-squished" cellspacing="0"> 5 5 <tr class="heading"> 6 <th class="number"></th> 6 7 <th class="number"> Id </th> 7 8 <th class="name"> Name </th> … … 10 11 [% WHILE (item = items_rs.next) %] 11 12 <tr class="color[% color %]"> 13 <td class="number"> [% item_sprite(item.name) %] </td> 12 14 <td class="number"> [% item.id %] </td> 13 <td class="name"> <a href="[% dex_uri('items', item.name) %]">[% item. name %]</a> </td>15 <td class="name"> <a href="[% dex_uri('items', item.name) %]">[% item.display_name %]</a> </td> 14 16 [% color = 3 - color %] 15 17 [% END %] -
veekun/trunk/templates/dex/page/item.tt
r197 r201 1 1 [% PROCESS 'dex/common.tt' %] 2 2 3 [% # nextid = this.id % MoveData.max + 1; previd = (this.id - 2) % MoveData.max + 1 -%]4 <!-- 3 [% nextid = this.id % ItemNames.max + 1; previd = (this.id - 2) % ItemNames.max + 1 -%] 4 5 5 <p class="dex-navigation"> 6 <a href="[% dex_uri('moves', MoveData.$nextid.name) %]" class="next blocklink"> Next: #[% nextid %]<br/>[% MoveData.$nextid.name %] </a> 7 <a href="[% dex_uri('moves', MoveData.$previd.name) %]" class="prev blocklink"> Prev: #[% previd %]<br/>[% MoveData.$previd.name %] </a> 8 [% this.id %]<br/>[% this.name %] 9 </p> 10 --> 6 <a href="[% dex_uri('items', ItemNames.$nextid) %]" class="next blocklink"> [% item_sprite(ItemNames.$nextid) %] Next:<br/>[% ItemNames.$nextid %] </a> 7 <a href="[% dex_uri('items', ItemNames.$previd) %]" class="prev blocklink"> [% item_sprite(ItemNames.$previd) %] Prev:<br/>[% ItemNames.$previd %] </a> 8 [% item_sprite(this.name) %]<br/>[% this.display_name %] 9 </p> 11 10 12 11 <div class="warning">WARNING: I don't know what a lot of these numbers are yet, … … 16 15 <h1>General</h1> 17 16 <div class="dex-summary dex-summary-half"> 18 <div class="name">[% this. name %]</div>17 <div class="name">[% this.display_name %]</div> 19 18 </div> 20 19 <div class="dex-long-box">
