This is an archived discussion page. DO NOT POST NEW TOPICS HERE.
Edit counter
I saw your post on the Strategy wiki. I have Najzere's talk page watched lol. Anyways, her script doesn't work on the Minecraft Wiki mainly due to the API calls on their wiki using MediaWiki's default /w/ server url, which is what the script calls, while this wiki's install does not have that set, causing an API error every time the counter tries to access our API. The reason I mentioned ultradude25 on her talk page is because he found this out a while ago and tinkered with her script so that it would work here. This is why I gave him credit when I made my version of the script.
You can either follow the directions to the page I just linked, or use ultradude25's script. Either way, copying the script to your own space is not required. Both his script and mine require you to go to your common.js or vector.js page (doesn't matter on this wiki) and put code into it to load the script. To use ultradude25's script, you can find the required lines here. —Kanegasi ☺C 10:34, 2 March 2013 (UTC)
- Something doesn't make sense. When I copied the code from your Wikipedia user page, as per the link earlier, it just a appears as a bunch of code. There's no real edit counter there at all. Is it because I was checking though my iPad or was the code just not working for me?
- Numbermaniac 11:37, 2 March 2013 (UTC)
- There is a v67 counter link on my user page, however, when I click it. It says "Success!" after a while. Where do I actually view the number edits I've done? Numbermaniac 11:45, 2 March 2013 (UTC)
- Its alright, I just found the page. Yay!! Thanks so much! Numbermaniac 11:47, 2 March 2013 (UTC)
- I'm glad I could help, but I also noticed that having those vars blank made the table all weird and empty. Go ahead and delete the following lines in your common.js page to get a "normal" table, if you want:
var mainDivAttrib = '';
var mainTableAttrib = '';
var topRowAttrib = '';
var bottomRowAttrib = '';
- Everything seems to be working. Thanks!!!! Numbermaniac 12:00, 2 March 2013 (UTC)
You're using this script way too frequently. At most it should be updated once a week, preferably less often like maybe once a month. –ultradude25 ᐸ Talk
Contribs 07:30, 7 March 2013 (UTC)
- As I have mentioned on my talk page, I made the same suggestion in the usage section of Najzere's altered documentation for my script, and you did say you read it. I suggest you read through WP:HIGHSCORE. It was one of the things I stumbled across when I began my overhaul of that script.
—Kanegasi ☺C07:38, 7 March 2013 (UTC)
- As I have mentioned on my talk page, I made the same suggestion in the usage section of Najzere's altered documentation for my script, and you did say you read it. I suggest you read through WP:HIGHSCORE. It was one of the things I stumbled across when I began my overhaul of that script.