Sorry mate, new to the wiki page, just trying to comtribute. I'll be more careful. --NightClubbin56 21:24, 20 January 2011 (UTC) NightClubbin56Reply[reply]

'sall good, you're not in trouble. Just be wary of the rules n'all. Cheers and welcome to the wiki! --Gnu32 21:33, 20 January 2011 (UTC)Reply[reply]

Thanks

Wow, what a useful user page! Thanks for documenting all the templates, you've done a grand job there :-) --DannyF1966 16:58, 24 January 2011 (UTC)Reply[reply]

lawl ty :3 not being arsed to get a job helps. --Gnu32 17:05, 24 January 2011 (UTC)Reply[reply]

Screenshot Crash talk page info

It's not a bug, it's a feature you don't have enough ram to use it seems. HUGE resource hit. Thevdude 17:19, 25 January 2011 (UTC)Reply[reply]

AWB

Ohhh I'm so irritated now:P I've been trying to get AWB working on several Curse sites for a couple of months with no luck! Can I please pick your brain for some help with it? -- Wynthyst talk 17:49, 28 January 2011 (UTC)Reply[reply]

Jesus christ, I've been nervous enough using this software on here while having to fear an admin messaging me with a warning and impending block. Haha, uhh there's not really much to do for it other than in Options > Preferences, go to the Site tab and set the Project to "custom". The url is simply "www.minecraftwiki.net/". Make sure you put your login details into a profile via File > Log in/Profiles. That should sort you out :D --Gnu32 17:53, 28 January 2011 (UTC)Reply[reply]
You may like to create a bot account specifically for AWB editing; you can then assign (or get assigned, depending on your privileges) a bot flag to the account, which will keep edits made from it from flooding the recentchanges list and people's watchlists (though they'll still get email notifications, depending on how their preferences are set up). This is what I did on Wikia, with Dinobot1000. =D ダイノガイ千?!? · ☎ Dinoguy1000 18:28, 28 January 2011 (UTC)Reply[reply]
Brilliant idea actually. Flooding the RC's the last thing I wanted to do and I still have Template:Block to update (although i'm thinking of just keeping the parameter named data1). I'll do that, thank you. Sorry for the flood! --Gnu32 18:31, 28 January 2011 (UTC)Reply[reply]
No problem. =) Speaking of the infoboxes, I've updated {{Block}} and {{Item}} to fix some potential bugs (mostly in regards to default parameter values), remove the need for the <!-- --> phantom newline fix, and make it all a bit more readable. I didn't touch the old data1 code block on {{Block}}; there be dragons. *shiver* ダイノガイ千?!? · ☎ Dinoguy1000 18:39, 28 January 2011 (UTC)Reply[reply]
Cheers for that, those HTML comments are really annoying (no thanks to mediawiki for auto-paragraphing). I've got the cleaner code ready to apply when I've found all the blocks that need multiple data values and updated them :D --Gnu32 18:42, 28 January 2011 (UTC)Reply[reply]
Cool. Generally, the way to avoid the problem is to have the starting braces for a ParserFunction on the same line as the ending braces for the previous ParserFunction, instead of putting each on its own line. With proper (or at least consistent) code indentation, this can also help demonstrate the "flow" of the code, making it easier to see what's going on. =D ダイノガイ千?!? · ☎ Dinoguy1000 18:52, 28 January 2011 (UTC)Reply[reply]