• ✨ 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

[ Wiki ] Official Pokémon 3D Wiki Thread.

J

jianmingyong

Guest
Code:
            Dim site As New Site("http://pokemon3d.net/wiki/", "username", "password")
            Dim p As New Page(site, "DebugPage")
            p.text = "Nothing"
            site.defaultEditComment = "Testing"
            site.minorEditByDefault = True
            p.Save()
It is a nice tool I found out that it worked. I tried playing with a DebugPage.
Once I fill up the username and password and run a vb.net script, it will edit the page DebugPage into "Nothing" and you can see the changes in wiki :p

Since my original wiki editor tools already have the data grabber script coded, I could even made it create new page fast.
 

Fanta

Content Developer
P3D Developer
Global Moderator
Code:
            Dim site As New Site("http://pokemon3d.net/wiki/", "username", "password")
            Dim p As New Page(site, "DebugPage")
            p.text = "Nothing"
            site.defaultEditComment = "Testing"
            site.minorEditByDefault = True
            p.Save()
It is a nice tool I found out that it worked. I tried playing with a DebugPage.
Once I fill up the username and password and run a vb.net script, it will edit the page DebugPage into "Nothing" and you can see the changes in wiki :p

Since my original wiki editor tools already have the data grabber script coded, I could even made it create new page fast.
>.>, How come you didn't find that out earlier?!, you keep making me do it the hard way then come and finish everything in 1/10 of the time I spent creating 1/20th of them :shifty:
 
J

jianmingyong

Guest
>.>, How come you didn't find that out earlier?!, you keep making me do it the hard way then come and finish everything in 1/10 of the time I spent creating 1/20th of them :shifty:
Nah... It don't work on certain page I tested so far so... Still had to do the hard way :p
 
J

jianmingyong

Guest
For safety reasons, I am not going to automate adding in new page :p Fine, I will do some manually.
So I only edit the version number string to v0.52 so that I don't have to mess up the pages on next update.
 

Fanta

Content Developer
P3D Developer
Global Moderator
For safety reasons, I am not going to automate adding in new page :p Fine, I will do some manually.
So I only edit the version number string to v0.52 so that I don't have to mess up the pages on next update.
Safety reasons? why are you not going to automate them?
 
J

jianmingyong

Guest
Anyway... the API is suppose to be for bot account in wiki but... I have no idea why any account with edit permission can use it.
I guess it log the edit somewhere.... I must check it before anything bad happens :p
 
J

jianmingyong

Guest
* Now the Pokémon Pages are all updating into the new format. *
Hehe, I have automated all 700++ Pages in one shot so... there will be a lot of pages with missing info.
Sorry if I destroy the old info but if you really need it, just visit the history and view the older version.

Those that are self created by me or anyone else will not be affected.

If you wish to fill up those blanks and errors, go ahead. I won't stop you.
No wiki account? That's too bad.
 

Tripsaur

Dragon Tamer
Contributor
* Now the Pokémon Pages are all updating into the new format. *
Hehe, I have automated all 700++ Pages in one shot so... there will be a lot of pages with missing info.
Sorry if I destroy the old info but if you really need it, just visit the history and view the older version.

Those that are self created by me or anyone else will not be affected.

If you wish to fill up those blanks and errors, go ahead. I won't stop you.
No wiki account? That's too bad.
Yeah, like you said pretty much every poke page was given an error.
 

Fanta

Content Developer
P3D Developer
Global Moderator
Yeah, like you said pretty much every poke page was given an error.
yea, we know that, the automatic system that updated the pages to the new template was missing some information which has to be entered manually in every page.
 

Tripsaur

Dragon Tamer
Contributor
yea, we know that, the automatic system that updated the pages to the new template was missing some information which has to be entered manually in every page.
Alright, I figured you did, I was just gonna make a bug report or something.

I remember seeing this thread awhile ago so I thought to bring it up since I didn't see anyone mention it.
 
J

jianmingyong

Guest
Alright, I figured you did, I was just gonna make a bug report or something.

I remember seeing this thread awhile ago so I thought to bring it up since I didn't see anyone mention it.
That's why I added something new outside.

General Information:
The Pokémon listed here are updated as of v0.51.1. If there is an error, please report it over here

Pokémon with moves problems or the pokedex info is incorrect, please warn us as it will probably be a typo error in P3D as well.

All old pages are converted into the new format. If you see any error message in red, it is not intentional but rather it is being updated. There are certain things that are not added in yet.
 

Tripsaur

Dragon Tamer
Contributor
Alright, well good luck editng them all :p

Probably should do the poke who have unique evolves to P3D like evolving in a specific place first. Thanks though ^^
 
J

jianmingyong

Guest
I added a error handler for all Pokémon page so... the red text is gone and replaced with "It is not known to evolve into or from any other Pokémon."
:p Enjoy.
 

Fanta

Content Developer
P3D Developer
Global Moderator
I added a error handler for all Pokémon page so... the red text is gone and replaced with "It is not known to evolve into or from any other Pokémon."
:p Enjoy.
Would you be so kind and revert it back? with the way it is now, people might think that it is intended that every pokemon does not evolve in this game.
 
Top