I'm sorry. I was in a serious breach of RS:UTP. I didn't mean a lot of what I said. I could try and make some excuses such as that I'm tired and sick and stressed and fed up, but they are excuses, not reasons. So, I hope you realize that I wasn't trying to personally attack you. You make a lot of really important edits around here. HaloTalk 23:07, May 16, 2010 (UTC)
Could you change the date in your calendar to link to dd mm (17 May) instead of mm dd (May 17) so it doesn't redirect? I was going to try to do it myself, but all the stuffsies made my head hurt. :\ --Iiii I I I 01:57, May 17, 2010 (UTC)
No, don't change the date if you don't want to. It is inside your personal userspace, so you can do whatever you want. If you prefer the mm/dd format (or if you're just too lazy to change it), leave it. Redirects don't hurt anyone. --King LiquidheliumTalk 02:04, May 17, 2010 (UTC)
Redirects hurt my reputation for widgetz ShinyUnownT|C|E 02:05, May 17, 2010 (UTC)
Hi, not trying to be a dick or anything, but could you tell me what the advantages are of using abbreviated infoboxes? It's Cook's afterbirth day! 23:52, May 17, 2010 (UTC)
Okay, thanks for clarifying. The only downside I could see is if a new-ish user was trying to edit the infobox (though I can't really see why they would) they wouldn't really know what they were doing.
I haven't looked at Chrome extensions yet, so I'd have to take a look at it and let you know in a few days about what will be required. However, some quick searches revealed that it should be possible to get jQuery to work and to use AJAX to get the data you need from the GEMW, so it should still be possible to use the MediaWiki API relatively easily. --QuarenonTalk 02:34, May 18, 2010 (UTC)
(I could have sworn I made this edit before. Don't revert, this fixes it for other skins.)
I only copy and pasted from what was there before, because somebody had deleted everything and spammed lots of letters and numbers. Slate Orchid 10:42, May 18, 2010 (UTC)
I was wondering where the documentation for how to use WikiScript, like that used in the Combat level Calculator. I have experience with javascript and html, but would like to learn how to use the type of code used on that template.
Go for it, you are a lot better with templates than I am. Also, if you can think of any colors that look better (in your opinion) or add more variety, feel free to change that as well. I'll hold off on making more until I see what I'm doing wrong. HaloTalk 22:37, May 20, 2010 (UTC)
Fixed. Parser functions will get rid of leading and trailing whitespace, which was preventing the table row separator |- from starting on a newline. I used the space entity in front of the newline so it doesn't get stripped. --QuarenonTalk 04:37, May 23, 2010 (UTC)
I made the necessary fixes to the script version. You were missing the function keyword at the beginning and forgot to encase the v in quotes for getParam(). --QuarenonTalk 21:36, June 10, 2010 (UTC)
Hello, please explain this rollback. First of all, the edit was done by an admin in good faith, and should not have been rolled back. If there was an issue with that revision, then you can undo it and explain to us what was wrong with it. Thanks,ajr 20:58, June 14, 2010 (UTC)
Thanks for clarifying. I do that sometimes myself ^.^ ajr 20:59, June 14, 2010 (UTC)
$(document).ready(function() {
$('#bodyContent img.thumbimage').each(function() {
var src = $(this).attr('src');
// Remove /thumb/ and trailing /image.ext
var fullImageURI = src.replace(/\/[^/]+?$/, '').replace(/\/thumb/, '');
var width = $(this).attr('width');
var height = $(this).attr('height');
$(this).replaceWith('<img src="' + fullImageURI + '" width="' + width + '" height="' + height + '" border="0" class="thumbimage">');
});
});
each() can only be called on a jQuery object, which is returned from a $('selector') call. document.getElementsByTagName() returns a vanilla DOM object. In general, use jQuery to select elements because the syntax is more concise and much more powerful. I also made some changes to make sure the non-thumb URI is correct. --QuarenonTalk 22:19, June 16, 2010 (UTC)
For future reference, these should be made in the yg, as places like rs:wikiguilds/proposals isn't an oft-viewed page. QDCSKWPrwojy 07:16, June 26, 2010 (UTC)
Hey, I noticed you're doing to Abbreviated Infoboxes again, and I came up with a set of items you could use one for. Baubles. Do these work for you? It's Cook's afterbirth day! 19:05, June 29, 2010 (UTC)
Indeed, I will consider porting it to other browsers later on once the extension reaches a more stable state --QuarenonTalk 17:37, August 1, 2010 (UTC)
No, actually. Not only have I tried that, but Mr.Chicken wanted it this way. Cleaner code on the template, and such. Thanks for the offer, anyways. ajr 15:32, August 8, 2010 (UTC)
Sorry to dash all of your hopes and dreams D: ajr 15:35, August 8, 2010 (UTC)
The two links, 'War of Legends Wiki' and 'FunOrb Wiki' are grouped together. All I did was press enter between [[</noinclude>w:c:waroflegends:War of Legends Wiki|War of Legends Wiki<noinclude>]] and </noinclude><includeonly> to fix this. I didn't change, delete, or add any tags so I don't see how this could harm anything. Alandar995 01:46, August 11, 2010 (UTC)
The reason for that is because any inline CSS style containing url(...) is disallowed by Wikia. A workaround would be to use an absolute positioned element described here. The downside is that the background image doesn't automatically stretch to fit the content; you have to manually tile the image or set its size to match the element size. Example:
I've been wanting to try out this sort of coding thing for awhile, and I managed to put together a bauble infobox that seems to work fine. I didn't know if you were working/almost finished with one already, so I was just checking to see if you'd mind if I put this one in action. Riblet15 14:59, August 15, 2010 (UTC)
You got some explaining to do... I go to RuneScape:Links to fix a little mistake and I see noincludes and includeonlys... and you seem to be the only user using this as a shortcut for their sidebar. I going to removing them, only undo if you have an amazing reason why it should stay like this (i'll subst: the the transclusion in your Monaco-sidebar). Just update it manually. Evil1888TalkA's L 03:29, August 17, 2010 (UTC)
RE: I did another thing with the JavaScriptz0r againz Edit
I blocked him for six months. If he had an account, I would give him an indefinite, but his IP may be reassigned in which case we don't want the next user of the IP to suffer for his idiocy. I also removed your comments about the deleted article from the shoutbox, just to keep red-links out. Stelercus 19:05, August 30, 2010 (UTC)
I thought "Nub IP" would be memorable. Anyway, you asked if people needed CSS help. Can you convert my Monaco skin to a Monobook skin? As long as it follows the grey with green trim, it works, seeing as how the two do not translate cleanly. Stelercus 19:11, August 30, 2010 (UTC)
Afraid I can't help you there. That's really all I need done at the moment. Stelercus 19:23, August 30, 2010 (UTC)
I've been trying to come up with a response to that for a few minutes now, but I've drawn a blank. I was also trying to weave a request for the monobook skin into it, hoping you had not used up your previously mentioned CSS brain. Stelercus 16:49, September 3, 2010 (UTC)
C Teng(talk) has awarded Killr833 with a green partyhat! This award was given to Killr833 for giving C Teng the very useful advice of clearing his cache when every RuneScape Forums link redirected him to the Dutch website. —17:06, September 1, 2010 (UTC)
When I copied the code, went to preferences, copied it and submit, I got "Invalid raw signature. Check HTML tags." What should I do? Rsrealm 01:34, September 2, 2010 (UTC)
So we got some HMTL tags differ from others? Why do we have to NOSUBST our signature? It's really stupid. What happens if I don't NOSUBST my signature? Can you help me? Rsrealm 01:42, September 2, 2010 (UTC)
If you said that "It's not going to hurt our image at all", don't you mean strong oppose instead of strong support? --Iiii I I I 19:45, September 7, 2010 (UTC)
I was just making sure you knew. The way you wrote your opinion seemed like you were in favor of keeping it. People do things like that all the time, there's no need to be so curt when people are just trying to help you out. --Aburnett(Talk) 22:40, September 7, 2010 (UTC)
If three people asked you that, you should have realized that your wording was sending the wrong message and re-phrased your comment. --Aburnett(Talk) 22:49, September 7, 2010 (UTC)
That, sir, is irrational. You are right, no one can make you change what you wrote, but it makes no sense to leave something that no one understands unchanged when people asking for clarification irritates you. --Aburnett(Talk) 23:10, September 7, 2010 (UTC)
As you're in the Beta now: There's a small black-blue-black gradient just below the share toolbar. Do you know how to change it/get rid of it? Thanks! Mark (talk) 17:55, September 14, 2010 (UTC)
I mean the 2 pixel bar below it. Mark (talk) 14:11, September 15, 2010 (UTC)
Hey there, thanks for your interest in participating in the defining IP's project. Before I say yes or no, there are a few questions you should answer.
No need to tell me the answers, just think about them in your head, if the answer is yes to most of them, you should be a suitable candidate. Please be honest. Cheers, 222talk 08:08, September 15, 2010 (UTC)
And something that I didn't copy paste: you are not unbiased or awesome. It's a fact of life, 222talk 08:10, September 15, 2010 (UTC)
Thanks for your interest. Is there any particular sections you'd prefer to write an essay about, try and pick 2-3 because other people might want them too. Cheers, 222talk 10:42, September 16, 2010 (UTC)