User talk:Rockitboy

From YPPedia

Amber spider

Ahoy! I switched your use of the new amber spider image to the already existing template. It should look like the other trinkets. If it doesn't and you use IE6 as your browser, it should be fixed after you force reload your trinket page (ctrl-F5). If you still have problems seeing it correctly, it would be good if you can tell us the browser you use and the symptom you see, so we can fix the issue for the benefit of other users too. --Alfwyn 20:31, 4 January 2010 (UTC)


Mouseovers

I figured out how to do a mouseover with a normal image (the empty inventory box png), but is there a way to do it with the trinket template? Like the crushed leeches for example?

I can only think of a rather complicated way like overlaying the template with a transparent image carrying the mouseovertext:
<div style="position:relative; height:45px"><div style="position:absolute; left:0px; top:0px;">{{colorize trinket|Crushed leeches|ignored}}</div><div style="position:absolute; left:0px; top:0px;">[[Image:Bit.gif|42x45px|Mouseovertext]]</div></div>
Item box unequip.png
Trinket-Crushed leeches.png
Mouseovertext

--Alfwyn 17:13, 5 January 2010 (UTC)

Actually, that's how the {{Colorize trinket}} (Usage) template is supposed to work anyway. For some curious reason, though, something's not parsing, so it comes out with a blank alt text. Mind you, the code in question is [[Image:36 x 39 transparent.png|{{{alt|{{{text|{{{4|{{{trinket|{{{1|}}}}}}}}}}}}}}}]] - with all those nested paramters, something has to be choking somewhere. And on closer inspection, the surrounding comment tags probably don't help either. --Belthazar451 20:45, 5 January 2010 (UTC)