No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
namespace = File | namespace = File | ||
category = Polaroids | category = Polaroids | ||
format = ,\n* [[File:%TITLE%|600x600px|thumb| | format = ,\n* [[File:%TITLE%|600x600px|thumb|%TITLE%]],, | ||
count = 1000 | count = 1000 | ||
</DPL> | </DPL> | ||
Line 22: | Line 22: | ||
</script> | </script> | ||
<script> | <script> | ||
$(" | $(".thumb").each( function() { | ||
var rNum = (Math.random()*6)-3; | var rNum = (Math.random()*6)-3; | ||
$(this).css( { | $(this).css( { |