the move? yes?do you have this option?
View attachment 5089
i just edit the destination?
✨ ARCHIVE MODE ✨
The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
We recommend you join our Discord server to get real-time response: Discord Invite Link
the move? yes?do you have this option?
View attachment 5089
It should move the page to where ever you want to and then leave a redirect in the old spotthe move? yes?
i just edit the destination?
Ok the move thing worked...but the tool tip still shows "Pokemon list/(pokemon name)"It should move the page to where ever you want to and then leave a redirect in the old spot
Ok the move thing worked...but the tool tip still shows "Pokemon list/(pokemon name)"
it fixes the category issue tho
this can be changed by changing how the link is formed but to do that every page needs to be changedThe tool tip is hard coded so it will remain as it is and I am remaking the evolution table to fix some bugs.
==> I think the evolution part should just leave blank for now... I shall make a better one that support item and other condition.The tool tip is hard coded so it will remain as it is and I am remaking the evolution table to fix some bugs.
well...i'm already gonna change every page, so you might as well tell me how to do itthis can be changed by changing how the link is formed but to do that every page needs to be changed
I will go in and make the template change now then....well...i'm already gonna change every page, so you might as well tell me how to do it![]()
DoneI will go in and make the template change now then....
Cool, thxDone
<!-- Number of Different Evolution Example: Eevee = 6+ -->
| Number of DE = 1
<!-- Number of Evolution Done at this stage -->
| Number of ED = 0
<!-- Number of Evolution Left -->
| Number of EL = 2
<!-- Evolution Condition #:-->
| EC 1 = Level
| EC 2 = Level
<!-- Evolution Condition Value #: What level? Item? Time? -->
| EL 1 = 30
| EL 2 = 50
<!-- Evolution ID #: Press preview to check if the automated data fails. If it fails, type the ID of the Pokemon that is evolve to. -->
| EID 1 =
| EID 2 =
Table in Bulbasaur page is at down of page again.The evolution table for the new pokemon template fixed.
This new fix will support more than 2 evolution branches ( But only 1 will accept right now as I have not done coding the rest )
Example:
Case 1: Bulbasaur => Blah
Case 2: Bulbasaur => Blah 2
It now show you what condition to evolve when you hover your mouse at the arrows.
To use this, change all the evolution data to:
Code:<!-- Number of Different Evolution Example: Eevee = 6+ --> | Number of DE = 1 <!-- Number of Evolution Done at this stage --> | Number of ED = 0 <!-- Number of Evolution Left --> | Number of EL = 2 <!-- Evolution Condition #:--> | EC 1 = Level | EC 2 = Level <!-- Evolution Condition Value #: What level? Item? Time? --> | EL 1 = 30 | EL 2 = 50 <!-- Evolution ID #: Press preview to check if the automated data fails. If it fails, type the ID of the Pokemon that is evolve to. --> | EID 1 = | EID 2 =
Is it fix now? Go and have a look.Table in Bulbasaur page is at down of page again.
Works fine now.Is it fix now? Go and have a look.
Yeah.now all you need is to replace the note with a simple "edit" button