<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://camp2.rectangle.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jessieyuckley</id>
	<title>The Wiki Camp 2 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://camp2.rectangle.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jessieyuckley"/>
	<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/wiki/Special:Contributions/Jessieyuckley"/>
	<updated>2026-04-05T17:37:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128421</id>
		<title>Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128421"/>
		<updated>2024-07-15T20:06:26Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Undo revision 128415 by Jessieyuckley (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://web.archive.org/web/20240324051233/https://camp2.rectangle.zone/index.php?title=Pong Archive]&lt;br /&gt;
&lt;br /&gt;
Use W/S to control the left paddle, and use I/K to control the right paddle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;animated-graph&amp;quot;&amp;gt;&amp;lt;graph&amp;gt;{&amp;quot;width&amp;quot;:640,&amp;quot;height&amp;quot;:360,&amp;quot;background&amp;quot;:&amp;quot;black&amp;quot;,&lt;br /&gt;
&amp;quot;signals&amp;quot;:[{&amp;quot;name&amp;quot;:&amp;quot;clocks&amp;quot;,&amp;quot;init&amp;quot;:{&amp;quot;expr&amp;quot;:&amp;quot;{raw:now(),active:false,offset:now(),main:0,prev:0,delta:0,frames:0}&amp;quot;},&amp;quot;streams&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;body:mousemove,mouseover,mouseout,body:wheel&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{raw:now(),active:eventX()&amp;gt;=0&amp;amp;&amp;amp;eventX()&amp;lt;width&amp;amp;&amp;amp;eventY()&amp;gt;=0&amp;amp;&amp;amp;eventY()&amp;lt;height,offset:clocks.offset,main:clocks.main,prev:clocks.prev,delta:clocks.delta,frames:clocks.frames}&amp;quot;},{&amp;quot;type&amp;quot;:&amp;quot;body:mousemove,mouseover,mouseout,body:wheel&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{raw:clocks.raw,active:clocks.active,offset:clocks.active?clocks.offset:(clocks.raw-clocks.main),main:clocks.active?(clocks.raw-clocks.offset):clocks.main,prev:clocks.prev,delta:clocks.delta,frames:clocks.frames+clocks.active}&amp;quot;},{&amp;quot;type&amp;quot;:&amp;quot;body:mousemove,mouseover,mouseout,body:wheel&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{raw:clocks.raw,active:clocks.active,offset:clocks.offset,main:clocks.main,prev:clocks.main,delta:clocks.main-clocks.prev,frames:clocks.frames}&amp;quot;}]},&lt;br /&gt;
&lt;br /&gt;
{&amp;quot;name&amp;quot;:&amp;quot;ball&amp;quot;,&amp;quot;init&amp;quot;:{&amp;quot;x&amp;quot;:310,&amp;quot;y&amp;quot;:170,&amp;quot;vx&amp;quot;:0.2,&amp;quot;vy&amp;quot;:0.1},&amp;quot;streams&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;body:mousemove,mouseover,mouseout,body:wheel&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{x:if(ball.x &amp;lt; -20 || ball.x &amp;gt; width,310,ball.x+(ball.vx*clocks.delta)),y:ball.y+(ball.vy*clocks.delta),vx:if((ball.x&amp;lt;width-60 &amp;amp;&amp;amp; ball.x+(ball.vx*clocks.delta)&amp;gt;width-60 &amp;amp;&amp;amp; ball.y+(ball.vy*clocks.delta)&amp;lt;paddle2.y+100 &amp;amp;&amp;amp; ball.y+(ball.vy*clocks.delta)+20&amp;gt;paddle2.y) || (ball.x&amp;gt;40 &amp;amp;&amp;amp; ball.x+(ball.vx*clocks.delta)&amp;lt;40 &amp;amp;&amp;amp; ball.y+(ball.vy*clocks.delta)&amp;lt;paddle1.y+100 &amp;amp;&amp;amp; ball.y+(ball.vy*clocks.delta)+20&amp;gt;paddle1.y),ball.vx*-1,ball.vx),vy:if((ball.y&amp;lt;height-20 &amp;amp;&amp;amp; ball.y+(ball.vy*clocks.delta)&amp;gt;height-20) || (ball.y&amp;gt;0 &amp;amp;&amp;amp; ball.y+(ball.vy*clocks.delta)&amp;lt;0),ball.vy*-1,ball.vy)}&amp;quot;}]},&lt;br /&gt;
&lt;br /&gt;
{&amp;quot;name&amp;quot;:&amp;quot;paddle1&amp;quot;,&amp;quot;init&amp;quot;:{&amp;quot;y&amp;quot;:100,&amp;quot;vy&amp;quot;:0},&amp;quot;streams&amp;quot;:[&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keydown[event.code==&#039;KeyW&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle1.y,vy:-.1}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keyup[event.code==&#039;KeyW&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle1.y,vy:if(paddle1.vy&amp;lt;0,0,paddle1.vy)}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keydown[event.code==&#039;KeyS&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle1.y,vy:.1}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keyup[event.code==&#039;KeyS&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle1.y,vy:if(paddle1.vy&amp;gt;0,0,paddle1.vy)}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:mousemove,mouseover,mouseout,body:wheel&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:clamp(paddle1.y+(paddle1.vy*clocks.delta),0,height-100),vy:paddle1.vy}&amp;quot;}]},&lt;br /&gt;
&lt;br /&gt;
{&amp;quot;name&amp;quot;:&amp;quot;paddle2&amp;quot;,&amp;quot;init&amp;quot;:{&amp;quot;y&amp;quot;:200,&amp;quot;vy&amp;quot;:0},&amp;quot;streams&amp;quot;:[&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keydown[event.code==&#039;KeyI&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle2.y,vy:-.1}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keyup[event.code==&#039;KeyI&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle2.y,vy:if(paddle2.vy&amp;lt;0,0,paddle2.vy)}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keydown[event.code==&#039;KeyK&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle2.y,vy:.1}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:keyup[event.code==&#039;KeyK&#039;]&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:paddle2.y,vy:if(paddle2.vy&amp;gt;0,0,paddle2.vy)}&amp;quot;},&lt;br /&gt;
{&amp;quot;type&amp;quot;:&amp;quot;body:mousemove,mouseover,mouseout,body:wheel&amp;quot;,&amp;quot;expr&amp;quot;:&amp;quot;{y:clamp(paddle2.y+(paddle2.vy*clocks.delta),0,height-100),vy:paddle2.vy}&amp;quot;}]}],&lt;br /&gt;
&amp;quot;marks&amp;quot;:[{&lt;br /&gt;
  &amp;quot;type&amp;quot;:&amp;quot;rect&amp;quot;,&lt;br /&gt;
  &amp;quot;properties&amp;quot;:{&lt;br /&gt;
    &amp;quot;enter&amp;quot;:{&amp;quot;fill&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;white&amp;quot;},&amp;quot;width&amp;quot;:{&amp;quot;value&amp;quot;:20},&amp;quot;height&amp;quot;:{&amp;quot;value&amp;quot;:20}},&lt;br /&gt;
    &amp;quot;update&amp;quot;:{&amp;quot;x&amp;quot;:{&amp;quot;signal&amp;quot;:&amp;quot;ball.x&amp;quot;},&amp;quot;y&amp;quot;:{&amp;quot;signal&amp;quot;:&amp;quot;ball.y&amp;quot;}}&lt;br /&gt;
  }&lt;br /&gt;
},{&lt;br /&gt;
  &amp;quot;type&amp;quot;:&amp;quot;rect&amp;quot;,&lt;br /&gt;
  &amp;quot;properties&amp;quot;:{&lt;br /&gt;
    &amp;quot;enter&amp;quot;:{&amp;quot;fill&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;white&amp;quot;},&amp;quot;width&amp;quot;:{&amp;quot;value&amp;quot;:20},&amp;quot;height&amp;quot;:{&amp;quot;value&amp;quot;:100},&amp;quot;x&amp;quot;:{&amp;quot;value&amp;quot;:20}},&lt;br /&gt;
    &amp;quot;update&amp;quot;:{&amp;quot;y&amp;quot;:{&amp;quot;signal&amp;quot;:&amp;quot;paddle1.y&amp;quot;}}&lt;br /&gt;
  }&lt;br /&gt;
},{&lt;br /&gt;
  &amp;quot;type&amp;quot;:&amp;quot;rect&amp;quot;,&lt;br /&gt;
  &amp;quot;properties&amp;quot;:{&lt;br /&gt;
    &amp;quot;enter&amp;quot;:{&amp;quot;fill&amp;quot;:{&amp;quot;value&amp;quot;:&amp;quot;white&amp;quot;},&amp;quot;width&amp;quot;:{&amp;quot;value&amp;quot;:20},&amp;quot;height&amp;quot;:{&amp;quot;value&amp;quot;:100},&amp;quot;x&amp;quot;:{&amp;quot;value&amp;quot;:600}},&lt;br /&gt;
    &amp;quot;update&amp;quot;:{&amp;quot;y&amp;quot;:{&amp;quot;signal&amp;quot;:&amp;quot;paddle2.y&amp;quot;}}&lt;br /&gt;
  }&lt;br /&gt;
}]}&amp;lt;/graph&amp;gt;&amp;lt;div class=&amp;quot;animated-graph-overlay&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;{{#css:.animated-graph{position:relative;width:max-content;height:max-content}.animated-graph-overlay{position:absolute;top:0px;left:0px;width:100%;height:100%;transition:width .00000001s}.animated-graph-overlay:hover{width:0px} }}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Plot ==&lt;br /&gt;
So, let me get this [[straight]]. I’m somewhere that’s not what I would call [[Earth]]… I’m seeing freaking [[pixel]]s, and… oh yeah, I’m talking to a [[paddle]]! Yeah, okay, that is something I do now. I use [[W]]/[[S]], hit [[ball]] into [[goal]] — I’ll probably [[Pong Green|turn green]] next.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pong Red]] - {{Color|red|a unique spin on the classic Pong formula}}&lt;br /&gt;
*[[Pong Green]] - {{Color|green|a delectable green version of Pong}}&lt;br /&gt;
*[[Pong Blue]] - {{Color|blue|a version of Pong for gamers seeking a challenge}}&lt;br /&gt;
*[[Pong Purple]] - {{Color|purple|Pong but [[Multiball]]}}&lt;br /&gt;
*[[Pong but the right player can&#039;t win]] - Self-explanatory&lt;br /&gt;
*[[Pong 3D]] - The Pong for the new generation!&lt;br /&gt;
*[[Pong 3D but it&#039;s the kind of 3D from Spy Kids]] - right what it says on the tin.&lt;br /&gt;
*[[Pong Jr.]] - if Pong is too big&lt;br /&gt;
*[[Ponglitical cartoon]] - Pong that says something deep about our [[Joker (disambiguation)|society]].&lt;br /&gt;
*[[Pongsuke]]&lt;br /&gt;
*[[Pong Pink]] - A [[pink]] one for [[girl]]s&lt;br /&gt;
&lt;br /&gt;
[[Category:Video games]][[Category:Minigames]][[Category:Video games for beginners]][[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]][[Category:Graph minigames]][[Category:Pong]] [[Category: Dead]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128420</id>
		<title>Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128420"/>
		<updated>2024-07-15T20:06:04Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Undo revision 128416 by Jessieyuckley (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://web.archive.org/web/20240324051233/https://camp2.rectangle.zone/index.php?title=Pong Archive]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Pong Game with Scores&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;style&amp;gt;&lt;br /&gt;
        canvas {&lt;br /&gt;
            border: 1px solid black;&lt;br /&gt;
            display: block;&lt;br /&gt;
            margin: 0 auto;&lt;br /&gt;
        }&lt;br /&gt;
        #scoreBoard {&lt;br /&gt;
            text-align: center;&lt;br /&gt;
            font-size: 24px;&lt;br /&gt;
            margin-top: 10px;&lt;br /&gt;
        }&lt;br /&gt;
    &amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;canvas id=&amp;quot;pongCanvas&amp;quot; width=&amp;quot;800&amp;quot; height=&amp;quot;400&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;scoreBoard&amp;quot;&amp;gt;Left: 0 | Right: 0&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&lt;br /&gt;
        const canvas = document.getElementById(&#039;pongCanvas&#039;);&lt;br /&gt;
        const ctx = canvas.getContext(&#039;2d&#039;);&lt;br /&gt;
        const scoreBoard = document.getElementById(&#039;scoreBoard&#039;);&lt;br /&gt;
&lt;br /&gt;
        // Game objects&lt;br /&gt;
        const ball = {&lt;br /&gt;
            x: canvas.width / 2,&lt;br /&gt;
            y: canvas.height / 2,&lt;br /&gt;
            radius: 10,&lt;br /&gt;
            dx: 4,&lt;br /&gt;
            dy: 4&lt;br /&gt;
        };&lt;br /&gt;
&lt;br /&gt;
        const paddle = {&lt;br /&gt;
            width: 10,&lt;br /&gt;
            height: 100,&lt;br /&gt;
            speed: 5&lt;br /&gt;
        };&lt;br /&gt;
&lt;br /&gt;
        const leftPaddle = Object.assign({}, paddle, { x: 0, y: canvas.height / 2 - 50 });&lt;br /&gt;
        const rightPaddle = Object.assign({}, paddle, { x: canvas.width - 10, y: canvas.height / 2 - 50 });&lt;br /&gt;
&lt;br /&gt;
        let leftScore = 0;&lt;br /&gt;
        let rightScore = 0;&lt;br /&gt;
&lt;br /&gt;
        // Key states&lt;br /&gt;
        const keys = {&lt;br /&gt;
            w: false,&lt;br /&gt;
            s: false,&lt;br /&gt;
            ArrowUp: false,&lt;br /&gt;
            ArrowDown: false&lt;br /&gt;
        };&lt;br /&gt;
&lt;br /&gt;
        // Event listeners&lt;br /&gt;
        document.addEventListener(&#039;keydown&#039;, (e) =&amp;gt; {&lt;br /&gt;
            if (e.key in keys) {&lt;br /&gt;
                keys[e.key] = true;&lt;br /&gt;
            }&lt;br /&gt;
        });&lt;br /&gt;
&lt;br /&gt;
        document.addEventListener(&#039;keyup&#039;, (e) =&amp;gt; {&lt;br /&gt;
            if (e.key in keys) {&lt;br /&gt;
                keys[e.key] = false;&lt;br /&gt;
            }&lt;br /&gt;
        });&lt;br /&gt;
&lt;br /&gt;
        function movePaddles() {&lt;br /&gt;
            // Left paddle&lt;br /&gt;
            if (keys.w) {&lt;br /&gt;
                leftPaddle.y = Math.max(0, leftPaddle.y - leftPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
            if (keys.s) {&lt;br /&gt;
                leftPaddle.y = Math.min(canvas.height - paddle.height, leftPaddle.y + leftPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // Right paddle&lt;br /&gt;
            if (keys.ArrowUp) {&lt;br /&gt;
                rightPaddle.y = Math.max(0, rightPaddle.y - rightPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
            if (keys.ArrowDown) {&lt;br /&gt;
                rightPaddle.y = Math.min(canvas.height - paddle.height, rightPaddle.y + rightPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function moveBall() {&lt;br /&gt;
            ball.x += ball.dx;&lt;br /&gt;
            ball.y += ball.dy;&lt;br /&gt;
&lt;br /&gt;
            // Top and bottom collisions&lt;br /&gt;
            if (ball.y + ball.radius &amp;gt; canvas.height || ball.y - ball.radius &amp;lt; 0) {&lt;br /&gt;
                ball.dy *= -1;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // Paddle collisions&lt;br /&gt;
            if (&lt;br /&gt;
                (ball.x - ball.radius &amp;lt; leftPaddle.x + paddle.width &amp;amp;&amp;amp; ball.y &amp;gt; leftPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; leftPaddle.y + paddle.height) ||&lt;br /&gt;
                (ball.x + ball.radius &amp;gt; rightPaddle.x &amp;amp;&amp;amp; ball.y &amp;gt; rightPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; rightPaddle.y + paddle.height)&lt;br /&gt;
            ) {&lt;br /&gt;
                ball.dx *= -1;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // Score and reset ball if it goes out of bounds&lt;br /&gt;
            if (ball.x &amp;lt; 0) {&lt;br /&gt;
                rightScore++;&lt;br /&gt;
                resetBall();&lt;br /&gt;
            } else if (ball.x &amp;gt; canvas.width) {&lt;br /&gt;
                leftScore++;&lt;br /&gt;
                resetBall();&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            updateScoreBoard();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function resetBall() {&lt;br /&gt;
            ball.x = canvas.width / 2;&lt;br /&gt;
            ball.y = canvas.height / 2;&lt;br /&gt;
            ball.dx = -ball.dx; // Change direction&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function updateScoreBoard() {&lt;br /&gt;
            scoreBoard.textContent = `Left: ${leftScore} | Right: ${rightScore}`;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function draw() {&lt;br /&gt;
            // Clear canvas&lt;br /&gt;
            ctx.clearRect(0, 0, canvas.width, canvas.height);&lt;br /&gt;
&lt;br /&gt;
            // Draw ball&lt;br /&gt;
            ctx.beginPath();&lt;br /&gt;
            ctx.arc(ball.x, ball.y, ball.radius, 0, Math.PI * 2);&lt;br /&gt;
            ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
            ctx.fill();&lt;br /&gt;
            ctx.closePath();&lt;br /&gt;
&lt;br /&gt;
            // Draw paddles&lt;br /&gt;
            ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
            ctx.fillRect(leftPaddle.x, leftPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
            ctx.fillRect(rightPaddle.x, rightPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function gameLoop() {&lt;br /&gt;
            movePaddles();&lt;br /&gt;
            moveBall();&lt;br /&gt;
            draw();&lt;br /&gt;
            requestAnimationFrame(gameLoop);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        gameLoop();&lt;br /&gt;
    &amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
== Plot ==&lt;br /&gt;
So, let me get this [[straight]]. I’m somewhere that’s not what I would call [[Earth]]… I’m seeing freaking [[pixel]]s, and… oh yeah, I’m talking to a [[paddle]]! Yeah, okay, that is something I do now. I use [[W]]/[[S]], hit [[ball]] into [[goal]] — I’ll probably [[Pong Green|turn green]] next.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pong Red]] - {{Color|red|a unique spin on the classic Pong formula}}&lt;br /&gt;
*[[Pong Green]] - {{Color|green|a delectable green version of Pong}}&lt;br /&gt;
*[[Pong Blue]] - {{Color|blue|a version of Pong for gamers seeking a challenge}}&lt;br /&gt;
*[[Pong Purple]] - {{Color|purple|Pong but [[Multiball]]}}&lt;br /&gt;
*[[Pong but the right player can&#039;t win]] - Self-explanatory&lt;br /&gt;
*[[Pong 3D]] - The Pong for the new generation!&lt;br /&gt;
*[[Pong 3D but it&#039;s the kind of 3D from Spy Kids]] - right what it says on the tin.&lt;br /&gt;
*[[Pong Jr.]] - if Pong is too big&lt;br /&gt;
*[[Ponglitical cartoon]] - Pong that says something deep about our [[Joker (disambiguation)|society]].&lt;br /&gt;
*[[Pongsuke]]&lt;br /&gt;
*[[Pong Pink]] - A [[pink]] one for [[girl]]s&lt;br /&gt;
&lt;br /&gt;
[[Category:Video games]][[Category:Minigames]][[Category:Video games for beginners]][[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]][[Category:Graph minigames]][[Category:Pong]] [[Category: Dead]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128419</id>
		<title>Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128419"/>
		<updated>2024-07-15T20:05:43Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Undo revision 128418 by Jessieyuckley (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://web.archive.org/web/20240324051233/https://camp2.rectangle.zone/index.php?title=Pong Archive]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;pongGame&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;canvas id=&amp;quot;pongCanvas&amp;quot; width=&amp;quot;800&amp;quot; height=&amp;quot;400&amp;quot; style=&amp;quot;border: 1px solid black; display: block; margin: 0 auto;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;scoreBoard&amp;quot; style=&amp;quot;text-align: center; font-size: 24px; margin-top: 10px;&amp;quot;&amp;gt;Left: 0 | Right: 0&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
(function() {&lt;br /&gt;
    const canvas = document.getElementById(&#039;pongCanvas&#039;);&lt;br /&gt;
    const ctx = canvas.getContext(&#039;2d&#039;);&lt;br /&gt;
    const scoreBoard = document.getElementById(&#039;scoreBoard&#039;);&lt;br /&gt;
&lt;br /&gt;
    // Game objects&lt;br /&gt;
    const ball = {&lt;br /&gt;
        x: canvas.width / 2,&lt;br /&gt;
        y: canvas.height / 2,&lt;br /&gt;
        radius: 10,&lt;br /&gt;
        dx: 4,&lt;br /&gt;
        dy: 4&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    const paddle = {&lt;br /&gt;
        width: 10,&lt;br /&gt;
        height: 100,&lt;br /&gt;
        speed: 5&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    const leftPaddle = Object.assign({}, paddle, { x: 0, y: canvas.height / 2 - 50 });&lt;br /&gt;
    const rightPaddle = Object.assign({}, paddle, { x: canvas.width - 10, y: canvas.height / 2 - 50 });&lt;br /&gt;
&lt;br /&gt;
    let leftScore = 0;&lt;br /&gt;
    let rightScore = 0;&lt;br /&gt;
&lt;br /&gt;
    // Key states&lt;br /&gt;
    const keys = {&lt;br /&gt;
        w: false,&lt;br /&gt;
        s: false,&lt;br /&gt;
        ArrowUp: false,&lt;br /&gt;
        ArrowDown: false&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    // Event listeners&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, (e) =&amp;gt; {&lt;br /&gt;
        if (e.key in keys) {&lt;br /&gt;
            keys[e.key] = true;&lt;br /&gt;
        }&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keyup&#039;, (e) =&amp;gt; {&lt;br /&gt;
        if (e.key in keys) {&lt;br /&gt;
            keys[e.key] = false;&lt;br /&gt;
        }&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    function movePaddles() {&lt;br /&gt;
        // Left paddle&lt;br /&gt;
        if (keys.w) {&lt;br /&gt;
            leftPaddle.y = Math.max(0, leftPaddle.y - leftPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.s) {&lt;br /&gt;
            leftPaddle.y = Math.min(canvas.height - paddle.height, leftPaddle.y + leftPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Right paddle&lt;br /&gt;
        if (keys.ArrowUp) {&lt;br /&gt;
            rightPaddle.y = Math.max(0, rightPaddle.y - rightPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.ArrowDown) {&lt;br /&gt;
            rightPaddle.y = Math.min(canvas.height - paddle.height, rightPaddle.y + rightPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function moveBall() {&lt;br /&gt;
        ball.x += ball.dx;&lt;br /&gt;
        ball.y += ball.dy;&lt;br /&gt;
&lt;br /&gt;
        // Top and bottom collisions&lt;br /&gt;
        if (ball.y + ball.radius &amp;gt; canvas.height || ball.y - ball.radius &amp;lt; 0) {&lt;br /&gt;
            ball.dy *= -1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Paddle collisions&lt;br /&gt;
        if (&lt;br /&gt;
            (ball.x - ball.radius &amp;lt; leftPaddle.x + paddle.width &amp;amp;&amp;amp; ball.y &amp;gt; leftPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; leftPaddle.y + paddle.height) ||&lt;br /&gt;
            (ball.x + ball.radius &amp;gt; rightPaddle.x &amp;amp;&amp;amp; ball.y &amp;gt; rightPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; rightPaddle.y + paddle.height)&lt;br /&gt;
        ) {&lt;br /&gt;
            ball.dx *= -1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Score and reset ball if it goes out of bounds&lt;br /&gt;
        if (ball.x &amp;lt; 0) {&lt;br /&gt;
            rightScore++;&lt;br /&gt;
            resetBall();&lt;br /&gt;
        } else if (ball.x &amp;gt; canvas.width) {&lt;br /&gt;
            leftScore++;&lt;br /&gt;
            resetBall();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        updateScoreBoard();&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function resetBall() {&lt;br /&gt;
        ball.x = canvas.width / 2;&lt;br /&gt;
        ball.y = canvas.height / 2;&lt;br /&gt;
        ball.dx = -ball.dx; // Change direction&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function updateScoreBoard() {&lt;br /&gt;
        scoreBoard.textContent = `Left: ${leftScore} | Right: ${rightScore}`;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function draw() {&lt;br /&gt;
        // Clear canvas&lt;br /&gt;
        ctx.clearRect(0, 0, canvas.width, canvas.height);&lt;br /&gt;
&lt;br /&gt;
        // Draw ball&lt;br /&gt;
        ctx.beginPath();&lt;br /&gt;
        ctx.arc(ball.x, ball.y, ball.radius, 0, Math.PI * 2);&lt;br /&gt;
        ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
        ctx.fill();&lt;br /&gt;
        ctx.closePath();&lt;br /&gt;
&lt;br /&gt;
        // Draw paddles&lt;br /&gt;
        ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
        ctx.fillRect(leftPaddle.x, leftPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
        ctx.fillRect(rightPaddle.x, rightPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function gameLoop() {&lt;br /&gt;
        movePaddles();&lt;br /&gt;
        moveBall();&lt;br /&gt;
        draw();&lt;br /&gt;
        requestAnimationFrame(gameLoop);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    gameLoop();&lt;br /&gt;
})();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
== Plot ==&lt;br /&gt;
So, let me get this [[straight]]. I’m somewhere that’s not what I would call [[Earth]]… I’m seeing freaking [[pixel]]s, and… oh yeah, I’m talking to a [[paddle]]! Yeah, okay, that is something I do now. I use [[W]]/[[S]], hit [[ball]] into [[goal]] — I’ll probably [[Pong Green|turn green]] next.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pong Red]] - {{Color|red|a unique spin on the classic Pong formula}}&lt;br /&gt;
*[[Pong Green]] - {{Color|green|a delectable green version of Pong}}&lt;br /&gt;
*[[Pong Blue]] - {{Color|blue|a version of Pong for gamers seeking a challenge}}&lt;br /&gt;
*[[Pong Purple]] - {{Color|purple|Pong but [[Multiball]]}}&lt;br /&gt;
*[[Pong but the right player can&#039;t win]] - Self-explanatory&lt;br /&gt;
*[[Pong 3D]] - The Pong for the new generation!&lt;br /&gt;
*[[Pong 3D but it&#039;s the kind of 3D from Spy Kids]] - right what it says on the tin.&lt;br /&gt;
*[[Pong Jr.]] - if Pong is too big&lt;br /&gt;
*[[Ponglitical cartoon]] - Pong that says something deep about our [[Joker (disambiguation)|society]].&lt;br /&gt;
*[[Pongsuke]]&lt;br /&gt;
*[[Pong Pink]] - A [[pink]] one for [[girl]]s&lt;br /&gt;
&lt;br /&gt;
[[Category:Video games]][[Category:Minigames]][[Category:Video games for beginners]][[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]][[Category:Graph minigames]][[Category:Pong]] [[Category: Dead]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128418</id>
		<title>Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128418"/>
		<updated>2024-07-15T20:05:01Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: trying again, not sure if it will work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://web.archive.org/web/20240324051233/https://camp2.rectangle.zone/index.php?title=Pong Archive]&lt;br /&gt;
&lt;br /&gt;
{{Pong}}&lt;br /&gt;
== Plot ==&lt;br /&gt;
So, let me get this [[straight]]. I’m somewhere that’s not what I would call [[Earth]]… I’m seeing freaking [[pixel]]s, and… oh yeah, I’m talking to a [[paddle]]! Yeah, okay, that is something I do now. I use [[W]]/[[S]], hit [[ball]] into [[goal]] — I’ll probably [[Pong Green|turn green]] next.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pong Red]] - {{Color|red|a unique spin on the classic Pong formula}}&lt;br /&gt;
*[[Pong Green]] - {{Color|green|a delectable green version of Pong}}&lt;br /&gt;
*[[Pong Blue]] - {{Color|blue|a version of Pong for gamers seeking a challenge}}&lt;br /&gt;
*[[Pong Purple]] - {{Color|purple|Pong but [[Multiball]]}}&lt;br /&gt;
*[[Pong but the right player can&#039;t win]] - Self-explanatory&lt;br /&gt;
*[[Pong 3D]] - The Pong for the new generation!&lt;br /&gt;
*[[Pong 3D but it&#039;s the kind of 3D from Spy Kids]] - right what it says on the tin.&lt;br /&gt;
*[[Pong Jr.]] - if Pong is too big&lt;br /&gt;
*[[Ponglitical cartoon]] - Pong that says something deep about our [[Joker (disambiguation)|society]].&lt;br /&gt;
*[[Pongsuke]]&lt;br /&gt;
*[[Pong Pink]] - A [[pink]] one for [[girl]]s&lt;br /&gt;
&lt;br /&gt;
[[Category:Video games]][[Category:Minigames]][[Category:Video games for beginners]][[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]][[Category:Graph minigames]][[Category:Pong]] [[Category: Dead]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Template:Pong&amp;diff=128417</id>
		<title>Template:Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Template:Pong&amp;diff=128417"/>
		<updated>2024-07-15T20:01:32Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Created page with &amp;quot;&amp;lt;noinclude&amp;gt; This is the &amp;quot;Pong&amp;quot; template. To use it, call it like this: {{Pong|width=800|height=400}}  Parameters: * width - Width of the game canvas (default: 800) * height -...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;Pong&amp;quot; template.&lt;br /&gt;
To use it, call it like this:&lt;br /&gt;
{{Pong|width=800|height=400}}&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
* width - Width of the game canvas (default: 800)&lt;br /&gt;
* height - Height of the game canvas (default: 400)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;pong-game&amp;quot; id=&amp;quot;pong-game-{{{1|1}}}&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;canvas id=&amp;quot;pongCanvas-{{{1|1}}}&amp;quot; width=&amp;quot;{{{width|800}}}&amp;quot; height=&amp;quot;{{{height|400}}}&amp;quot; style=&amp;quot;border: 1px solid black; display: block; margin: 0 auto;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;scoreBoard-{{{1|1}}}&amp;quot; style=&amp;quot;text-align: center; font-size: 24px; margin-top: 10px;&amp;quot;&amp;gt;Left: 0 | Right: 0&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
(function() {&lt;br /&gt;
    const gameId = &#039;{{{1|1}}}&#039;;&lt;br /&gt;
    const canvas = document.getElementById(&#039;pongCanvas-&#039; + gameId);&lt;br /&gt;
    const ctx = canvas.getContext(&#039;2d&#039;);&lt;br /&gt;
    const scoreBoard = document.getElementById(&#039;scoreBoard-&#039; + gameId);&lt;br /&gt;
&lt;br /&gt;
    const ball = {&lt;br /&gt;
        x: canvas.width / 2,&lt;br /&gt;
        y: canvas.height / 2,&lt;br /&gt;
        radius: 10,&lt;br /&gt;
        dx: 4,&lt;br /&gt;
        dy: 4&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    const paddle = {&lt;br /&gt;
        width: 10,&lt;br /&gt;
        height: 100,&lt;br /&gt;
        speed: 5&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    const leftPaddle = Object.assign({}, paddle, { x: 0, y: canvas.height / 2 - 50 });&lt;br /&gt;
    const rightPaddle = Object.assign({}, paddle, { x: canvas.width - 10, y: canvas.height / 2 - 50 });&lt;br /&gt;
&lt;br /&gt;
    let leftScore = 0;&lt;br /&gt;
    let rightScore = 0;&lt;br /&gt;
&lt;br /&gt;
    const keys = {&lt;br /&gt;
        w: false,&lt;br /&gt;
        s: false,&lt;br /&gt;
        ArrowUp: false,&lt;br /&gt;
        ArrowDown: false&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, (e) =&amp;gt; {&lt;br /&gt;
        if (e.key in keys) {&lt;br /&gt;
            keys[e.key] = true;&lt;br /&gt;
        }&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keyup&#039;, (e) =&amp;gt; {&lt;br /&gt;
        if (e.key in keys) {&lt;br /&gt;
            keys[e.key] = false;&lt;br /&gt;
        }&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    function movePaddles() {&lt;br /&gt;
        if (keys.w) {&lt;br /&gt;
            leftPaddle.y = Math.max(0, leftPaddle.y - leftPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.s) {&lt;br /&gt;
            leftPaddle.y = Math.min(canvas.height - paddle.height, leftPaddle.y + leftPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.ArrowUp) {&lt;br /&gt;
            rightPaddle.y = Math.max(0, rightPaddle.y - rightPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.ArrowDown) {&lt;br /&gt;
            rightPaddle.y = Math.min(canvas.height - paddle.height, rightPaddle.y + rightPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function moveBall() {&lt;br /&gt;
        ball.x += ball.dx;&lt;br /&gt;
        ball.y += ball.dy;&lt;br /&gt;
&lt;br /&gt;
        if (ball.y + ball.radius &amp;gt; canvas.height || ball.y - ball.radius &amp;lt; 0) {&lt;br /&gt;
            ball.dy *= -1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        if (&lt;br /&gt;
            (ball.x - ball.radius &amp;lt; leftPaddle.x + paddle.width &amp;amp;&amp;amp; ball.y &amp;gt; leftPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; leftPaddle.y + paddle.height) ||&lt;br /&gt;
            (ball.x + ball.radius &amp;gt; rightPaddle.x &amp;amp;&amp;amp; ball.y &amp;gt; rightPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; rightPaddle.y + paddle.height)&lt;br /&gt;
        ) {&lt;br /&gt;
            ball.dx *= -1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        if (ball.x &amp;lt; 0) {&lt;br /&gt;
            rightScore++;&lt;br /&gt;
            resetBall();&lt;br /&gt;
        } else if (ball.x &amp;gt; canvas.width) {&lt;br /&gt;
            leftScore++;&lt;br /&gt;
            resetBall();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        updateScoreBoard();&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function resetBall() {&lt;br /&gt;
        ball.x = canvas.width / 2;&lt;br /&gt;
        ball.y = canvas.height / 2;&lt;br /&gt;
        ball.dx = -ball.dx;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function updateScoreBoard() {&lt;br /&gt;
        scoreBoard.textContent = `Left: ${leftScore} | Right: ${rightScore}`;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function draw() {&lt;br /&gt;
        ctx.clearRect(0, 0, canvas.width, canvas.height);&lt;br /&gt;
&lt;br /&gt;
        ctx.beginPath();&lt;br /&gt;
        ctx.arc(ball.x, ball.y, ball.radius, 0, Math.PI * 2);&lt;br /&gt;
        ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
        ctx.fill();&lt;br /&gt;
        ctx.closePath();&lt;br /&gt;
&lt;br /&gt;
        ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
        ctx.fillRect(leftPaddle.x, leftPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
        ctx.fillRect(rightPaddle.x, rightPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function gameLoop() {&lt;br /&gt;
        movePaddles();&lt;br /&gt;
        moveBall();&lt;br /&gt;
        draw();&lt;br /&gt;
        requestAnimationFrame(gameLoop);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    gameLoop();&lt;br /&gt;
})();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128416</id>
		<title>Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128416"/>
		<updated>2024-07-15T19:54:59Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://web.archive.org/web/20240324051233/https://camp2.rectangle.zone/index.php?title=Pong Archive]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;pongGame&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;canvas id=&amp;quot;pongCanvas&amp;quot; width=&amp;quot;800&amp;quot; height=&amp;quot;400&amp;quot; style=&amp;quot;border: 1px solid black; display: block; margin: 0 auto;&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;scoreBoard&amp;quot; style=&amp;quot;text-align: center; font-size: 24px; margin-top: 10px;&amp;quot;&amp;gt;Left: 0 | Right: 0&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
(function() {&lt;br /&gt;
    const canvas = document.getElementById(&#039;pongCanvas&#039;);&lt;br /&gt;
    const ctx = canvas.getContext(&#039;2d&#039;);&lt;br /&gt;
    const scoreBoard = document.getElementById(&#039;scoreBoard&#039;);&lt;br /&gt;
&lt;br /&gt;
    // Game objects&lt;br /&gt;
    const ball = {&lt;br /&gt;
        x: canvas.width / 2,&lt;br /&gt;
        y: canvas.height / 2,&lt;br /&gt;
        radius: 10,&lt;br /&gt;
        dx: 4,&lt;br /&gt;
        dy: 4&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    const paddle = {&lt;br /&gt;
        width: 10,&lt;br /&gt;
        height: 100,&lt;br /&gt;
        speed: 5&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    const leftPaddle = Object.assign({}, paddle, { x: 0, y: canvas.height / 2 - 50 });&lt;br /&gt;
    const rightPaddle = Object.assign({}, paddle, { x: canvas.width - 10, y: canvas.height / 2 - 50 });&lt;br /&gt;
&lt;br /&gt;
    let leftScore = 0;&lt;br /&gt;
    let rightScore = 0;&lt;br /&gt;
&lt;br /&gt;
    // Key states&lt;br /&gt;
    const keys = {&lt;br /&gt;
        w: false,&lt;br /&gt;
        s: false,&lt;br /&gt;
        ArrowUp: false,&lt;br /&gt;
        ArrowDown: false&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    // Event listeners&lt;br /&gt;
    document.addEventListener(&#039;keydown&#039;, (e) =&amp;gt; {&lt;br /&gt;
        if (e.key in keys) {&lt;br /&gt;
            keys[e.key] = true;&lt;br /&gt;
        }&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    document.addEventListener(&#039;keyup&#039;, (e) =&amp;gt; {&lt;br /&gt;
        if (e.key in keys) {&lt;br /&gt;
            keys[e.key] = false;&lt;br /&gt;
        }&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    function movePaddles() {&lt;br /&gt;
        // Left paddle&lt;br /&gt;
        if (keys.w) {&lt;br /&gt;
            leftPaddle.y = Math.max(0, leftPaddle.y - leftPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.s) {&lt;br /&gt;
            leftPaddle.y = Math.min(canvas.height - paddle.height, leftPaddle.y + leftPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Right paddle&lt;br /&gt;
        if (keys.ArrowUp) {&lt;br /&gt;
            rightPaddle.y = Math.max(0, rightPaddle.y - rightPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
        if (keys.ArrowDown) {&lt;br /&gt;
            rightPaddle.y = Math.min(canvas.height - paddle.height, rightPaddle.y + rightPaddle.speed);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function moveBall() {&lt;br /&gt;
        ball.x += ball.dx;&lt;br /&gt;
        ball.y += ball.dy;&lt;br /&gt;
&lt;br /&gt;
        // Top and bottom collisions&lt;br /&gt;
        if (ball.y + ball.radius &amp;gt; canvas.height || ball.y - ball.radius &amp;lt; 0) {&lt;br /&gt;
            ball.dy *= -1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Paddle collisions&lt;br /&gt;
        if (&lt;br /&gt;
            (ball.x - ball.radius &amp;lt; leftPaddle.x + paddle.width &amp;amp;&amp;amp; ball.y &amp;gt; leftPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; leftPaddle.y + paddle.height) ||&lt;br /&gt;
            (ball.x + ball.radius &amp;gt; rightPaddle.x &amp;amp;&amp;amp; ball.y &amp;gt; rightPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; rightPaddle.y + paddle.height)&lt;br /&gt;
        ) {&lt;br /&gt;
            ball.dx *= -1;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Score and reset ball if it goes out of bounds&lt;br /&gt;
        if (ball.x &amp;lt; 0) {&lt;br /&gt;
            rightScore++;&lt;br /&gt;
            resetBall();&lt;br /&gt;
        } else if (ball.x &amp;gt; canvas.width) {&lt;br /&gt;
            leftScore++;&lt;br /&gt;
            resetBall();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        updateScoreBoard();&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function resetBall() {&lt;br /&gt;
        ball.x = canvas.width / 2;&lt;br /&gt;
        ball.y = canvas.height / 2;&lt;br /&gt;
        ball.dx = -ball.dx; // Change direction&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function updateScoreBoard() {&lt;br /&gt;
        scoreBoard.textContent = `Left: ${leftScore} | Right: ${rightScore}`;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function draw() {&lt;br /&gt;
        // Clear canvas&lt;br /&gt;
        ctx.clearRect(0, 0, canvas.width, canvas.height);&lt;br /&gt;
&lt;br /&gt;
        // Draw ball&lt;br /&gt;
        ctx.beginPath();&lt;br /&gt;
        ctx.arc(ball.x, ball.y, ball.radius, 0, Math.PI * 2);&lt;br /&gt;
        ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
        ctx.fill();&lt;br /&gt;
        ctx.closePath();&lt;br /&gt;
&lt;br /&gt;
        // Draw paddles&lt;br /&gt;
        ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
        ctx.fillRect(leftPaddle.x, leftPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
        ctx.fillRect(rightPaddle.x, rightPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    function gameLoop() {&lt;br /&gt;
        movePaddles();&lt;br /&gt;
        moveBall();&lt;br /&gt;
        draw();&lt;br /&gt;
        requestAnimationFrame(gameLoop);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    gameLoop();&lt;br /&gt;
})();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
== Plot ==&lt;br /&gt;
So, let me get this [[straight]]. I’m somewhere that’s not what I would call [[Earth]]… I’m seeing freaking [[pixel]]s, and… oh yeah, I’m talking to a [[paddle]]! Yeah, okay, that is something I do now. I use [[W]]/[[S]], hit [[ball]] into [[goal]] — I’ll probably [[Pong Green|turn green]] next.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pong Red]] - {{Color|red|a unique spin on the classic Pong formula}}&lt;br /&gt;
*[[Pong Green]] - {{Color|green|a delectable green version of Pong}}&lt;br /&gt;
*[[Pong Blue]] - {{Color|blue|a version of Pong for gamers seeking a challenge}}&lt;br /&gt;
*[[Pong Purple]] - {{Color|purple|Pong but [[Multiball]]}}&lt;br /&gt;
*[[Pong but the right player can&#039;t win]] - Self-explanatory&lt;br /&gt;
*[[Pong 3D]] - The Pong for the new generation!&lt;br /&gt;
*[[Pong 3D but it&#039;s the kind of 3D from Spy Kids]] - right what it says on the tin.&lt;br /&gt;
*[[Pong Jr.]] - if Pong is too big&lt;br /&gt;
*[[Ponglitical cartoon]] - Pong that says something deep about our [[Joker (disambiguation)|society]].&lt;br /&gt;
*[[Pongsuke]]&lt;br /&gt;
*[[Pong Pink]] - A [[pink]] one for [[girl]]s&lt;br /&gt;
&lt;br /&gt;
[[Category:Video games]][[Category:Minigames]][[Category:Video games for beginners]][[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]][[Category:Graph minigames]][[Category:Pong]] [[Category: Dead]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128415</id>
		<title>Pong</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Pong&amp;diff=128415"/>
		<updated>2024-07-15T19:53:01Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: not sure if this will work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://web.archive.org/web/20240324051233/https://camp2.rectangle.zone/index.php?title=Pong Archive]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;Pong Game with Scores&amp;lt;/title&amp;gt;&lt;br /&gt;
    &amp;lt;style&amp;gt;&lt;br /&gt;
        canvas {&lt;br /&gt;
            border: 1px solid black;&lt;br /&gt;
            display: block;&lt;br /&gt;
            margin: 0 auto;&lt;br /&gt;
        }&lt;br /&gt;
        #scoreBoard {&lt;br /&gt;
            text-align: center;&lt;br /&gt;
            font-size: 24px;&lt;br /&gt;
            margin-top: 10px;&lt;br /&gt;
        }&lt;br /&gt;
    &amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;canvas id=&amp;quot;pongCanvas&amp;quot; width=&amp;quot;800&amp;quot; height=&amp;quot;400&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;scoreBoard&amp;quot;&amp;gt;Left: 0 | Right: 0&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;script&amp;gt;&lt;br /&gt;
        const canvas = document.getElementById(&#039;pongCanvas&#039;);&lt;br /&gt;
        const ctx = canvas.getContext(&#039;2d&#039;);&lt;br /&gt;
        const scoreBoard = document.getElementById(&#039;scoreBoard&#039;);&lt;br /&gt;
&lt;br /&gt;
        // Game objects&lt;br /&gt;
        const ball = {&lt;br /&gt;
            x: canvas.width / 2,&lt;br /&gt;
            y: canvas.height / 2,&lt;br /&gt;
            radius: 10,&lt;br /&gt;
            dx: 4,&lt;br /&gt;
            dy: 4&lt;br /&gt;
        };&lt;br /&gt;
&lt;br /&gt;
        const paddle = {&lt;br /&gt;
            width: 10,&lt;br /&gt;
            height: 100,&lt;br /&gt;
            speed: 5&lt;br /&gt;
        };&lt;br /&gt;
&lt;br /&gt;
        const leftPaddle = Object.assign({}, paddle, { x: 0, y: canvas.height / 2 - 50 });&lt;br /&gt;
        const rightPaddle = Object.assign({}, paddle, { x: canvas.width - 10, y: canvas.height / 2 - 50 });&lt;br /&gt;
&lt;br /&gt;
        let leftScore = 0;&lt;br /&gt;
        let rightScore = 0;&lt;br /&gt;
&lt;br /&gt;
        // Key states&lt;br /&gt;
        const keys = {&lt;br /&gt;
            w: false,&lt;br /&gt;
            s: false,&lt;br /&gt;
            ArrowUp: false,&lt;br /&gt;
            ArrowDown: false&lt;br /&gt;
        };&lt;br /&gt;
&lt;br /&gt;
        // Event listeners&lt;br /&gt;
        document.addEventListener(&#039;keydown&#039;, (e) =&amp;gt; {&lt;br /&gt;
            if (e.key in keys) {&lt;br /&gt;
                keys[e.key] = true;&lt;br /&gt;
            }&lt;br /&gt;
        });&lt;br /&gt;
&lt;br /&gt;
        document.addEventListener(&#039;keyup&#039;, (e) =&amp;gt; {&lt;br /&gt;
            if (e.key in keys) {&lt;br /&gt;
                keys[e.key] = false;&lt;br /&gt;
            }&lt;br /&gt;
        });&lt;br /&gt;
&lt;br /&gt;
        function movePaddles() {&lt;br /&gt;
            // Left paddle&lt;br /&gt;
            if (keys.w) {&lt;br /&gt;
                leftPaddle.y = Math.max(0, leftPaddle.y - leftPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
            if (keys.s) {&lt;br /&gt;
                leftPaddle.y = Math.min(canvas.height - paddle.height, leftPaddle.y + leftPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // Right paddle&lt;br /&gt;
            if (keys.ArrowUp) {&lt;br /&gt;
                rightPaddle.y = Math.max(0, rightPaddle.y - rightPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
            if (keys.ArrowDown) {&lt;br /&gt;
                rightPaddle.y = Math.min(canvas.height - paddle.height, rightPaddle.y + rightPaddle.speed);&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function moveBall() {&lt;br /&gt;
            ball.x += ball.dx;&lt;br /&gt;
            ball.y += ball.dy;&lt;br /&gt;
&lt;br /&gt;
            // Top and bottom collisions&lt;br /&gt;
            if (ball.y + ball.radius &amp;gt; canvas.height || ball.y - ball.radius &amp;lt; 0) {&lt;br /&gt;
                ball.dy *= -1;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // Paddle collisions&lt;br /&gt;
            if (&lt;br /&gt;
                (ball.x - ball.radius &amp;lt; leftPaddle.x + paddle.width &amp;amp;&amp;amp; ball.y &amp;gt; leftPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; leftPaddle.y + paddle.height) ||&lt;br /&gt;
                (ball.x + ball.radius &amp;gt; rightPaddle.x &amp;amp;&amp;amp; ball.y &amp;gt; rightPaddle.y &amp;amp;&amp;amp; ball.y &amp;lt; rightPaddle.y + paddle.height)&lt;br /&gt;
            ) {&lt;br /&gt;
                ball.dx *= -1;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // Score and reset ball if it goes out of bounds&lt;br /&gt;
            if (ball.x &amp;lt; 0) {&lt;br /&gt;
                rightScore++;&lt;br /&gt;
                resetBall();&lt;br /&gt;
            } else if (ball.x &amp;gt; canvas.width) {&lt;br /&gt;
                leftScore++;&lt;br /&gt;
                resetBall();&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            updateScoreBoard();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function resetBall() {&lt;br /&gt;
            ball.x = canvas.width / 2;&lt;br /&gt;
            ball.y = canvas.height / 2;&lt;br /&gt;
            ball.dx = -ball.dx; // Change direction&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function updateScoreBoard() {&lt;br /&gt;
            scoreBoard.textContent = `Left: ${leftScore} | Right: ${rightScore}`;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function draw() {&lt;br /&gt;
            // Clear canvas&lt;br /&gt;
            ctx.clearRect(0, 0, canvas.width, canvas.height);&lt;br /&gt;
&lt;br /&gt;
            // Draw ball&lt;br /&gt;
            ctx.beginPath();&lt;br /&gt;
            ctx.arc(ball.x, ball.y, ball.radius, 0, Math.PI * 2);&lt;br /&gt;
            ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
            ctx.fill();&lt;br /&gt;
            ctx.closePath();&lt;br /&gt;
&lt;br /&gt;
            // Draw paddles&lt;br /&gt;
            ctx.fillStyle = &#039;black&#039;;&lt;br /&gt;
            ctx.fillRect(leftPaddle.x, leftPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
            ctx.fillRect(rightPaddle.x, rightPaddle.y, paddle.width, paddle.height);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        function gameLoop() {&lt;br /&gt;
            movePaddles();&lt;br /&gt;
            moveBall();&lt;br /&gt;
            draw();&lt;br /&gt;
            requestAnimationFrame(gameLoop);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        gameLoop();&lt;br /&gt;
    &amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
== Plot ==&lt;br /&gt;
So, let me get this [[straight]]. I’m somewhere that’s not what I would call [[Earth]]… I’m seeing freaking [[pixel]]s, and… oh yeah, I’m talking to a [[paddle]]! Yeah, okay, that is something I do now. I use [[W]]/[[S]], hit [[ball]] into [[goal]] — I’ll probably [[Pong Green|turn green]] next.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pong Red]] - {{Color|red|a unique spin on the classic Pong formula}}&lt;br /&gt;
*[[Pong Green]] - {{Color|green|a delectable green version of Pong}}&lt;br /&gt;
*[[Pong Blue]] - {{Color|blue|a version of Pong for gamers seeking a challenge}}&lt;br /&gt;
*[[Pong Purple]] - {{Color|purple|Pong but [[Multiball]]}}&lt;br /&gt;
*[[Pong but the right player can&#039;t win]] - Self-explanatory&lt;br /&gt;
*[[Pong 3D]] - The Pong for the new generation!&lt;br /&gt;
*[[Pong 3D but it&#039;s the kind of 3D from Spy Kids]] - right what it says on the tin.&lt;br /&gt;
*[[Pong Jr.]] - if Pong is too big&lt;br /&gt;
*[[Ponglitical cartoon]] - Pong that says something deep about our [[Joker (disambiguation)|society]].&lt;br /&gt;
*[[Pongsuke]]&lt;br /&gt;
*[[Pong Pink]] - A [[pink]] one for [[girl]]s&lt;br /&gt;
&lt;br /&gt;
[[Category:Video games]][[Category:Minigames]][[Category:Video games for beginners]][[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]][[Category:Graph minigames]][[Category:Pong]] [[Category: Dead]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=%E2%9C%A8&amp;diff=128412</id>
		<title>✨</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=%E2%9C%A8&amp;diff=128412"/>
		<updated>2024-07-15T19:31:30Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lights off}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:72%; bottom: 32%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:23%; bottom: 49%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:90%; bottom: 92%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:27%; bottom: 31%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:67%; bottom: 100%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:82%; bottom: 63%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:66%; bottom: 52%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:62%; bottom: 66%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:7%; bottom: 18%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:65%; bottom: 54%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 33%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:40%; bottom: 45%; z-index: 9000;&amp;quot;&amp;gt;[[File:Donald draper.jpg|95x95px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:61%; bottom: 6%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:40%; bottom: 41%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:53%; bottom: 79%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:48%; bottom: 78%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:80%; bottom: 49%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:77%; bottom: 70%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:76%; bottom: 70%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:33%; bottom: 67%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:39%; bottom: 93%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:60%; bottom: 60%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:80%; bottom: 92%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:13%; bottom: 24%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:57%; bottom: 8%; z-index: 9000;&amp;quot;&amp;gt;[[File:azure star.png|53px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:79%; bottom: 91%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:22%; bottom: 2%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:21%; bottom: 51%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:41%; bottom: 76%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:45%; bottom: 94%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:73%; bottom: 99%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:26%; bottom: 67%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:60%; bottom: 37%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:70%; bottom: 4%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:16%; bottom: 35%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:43%; bottom: 7%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:83%; bottom: 8%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:85%; bottom: 36%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:81%; bottom: 12%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:56%; bottom: 16%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:19%; bottom: 4%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:92%; bottom: 4%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:1%; bottom: 79%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:4%; bottom: 50%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:68%; bottom: 1%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:32%; bottom: 29%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:3%; bottom: 38%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:94%; bottom: 90%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:57%; bottom: 71%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:68%; bottom: 66%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:59%; bottom: 11%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:65%; bottom: 82%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:71%; bottom: 2%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:97%; bottom: 29%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 51%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:35%; bottom: 90%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:86%; bottom: 8%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:4%; bottom: 89%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:29%; bottom: 72%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:52%; bottom: 55%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:86%; bottom: 84%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:23%; bottom: 15%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:28%; bottom: 47%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 1%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:82%; bottom: 82%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:66%; bottom: 72%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:26%; bottom: 18%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 39%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:96%; bottom: 29%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:21%; bottom: 46%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Emojis]]&lt;br /&gt;
[[Category:Miracles]]&lt;br /&gt;
[[Category:✨]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=%E2%9C%A8&amp;diff=128411</id>
		<title>✨</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=%E2%9C%A8&amp;diff=128411"/>
		<updated>2024-07-15T19:29:51Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lights off}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:72%; bottom: 32%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:23%; bottom: 49%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:90%; bottom: 92%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:27%; bottom: 31%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:67%; bottom: 100%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:82%; bottom: 63%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:66%; bottom: 52%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:62%; bottom: 66%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:7%; bottom: 18%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:65%; bottom: 54%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 33%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:40%; bottom: 45%; z-index: 9000;&amp;quot;&amp;gt;[[index.php%3Ftitle=File:Donald_draper.jpg|alt=|thumb|72x72px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:61%; bottom: 6%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:40%; bottom: 41%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:53%; bottom: 79%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:48%; bottom: 78%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:80%; bottom: 49%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:77%; bottom: 70%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:76%; bottom: 70%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:33%; bottom: 67%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:39%; bottom: 93%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:60%; bottom: 60%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:80%; bottom: 92%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:13%; bottom: 24%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:57%; bottom: 8%; z-index: 9000;&amp;quot;&amp;gt;[[File:azure star.png|53px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:79%; bottom: 91%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:22%; bottom: 2%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:21%; bottom: 51%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:41%; bottom: 76%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:45%; bottom: 94%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:73%; bottom: 99%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:26%; bottom: 67%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:60%; bottom: 37%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:70%; bottom: 4%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:16%; bottom: 35%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:43%; bottom: 7%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:83%; bottom: 8%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:85%; bottom: 36%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:81%; bottom: 12%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:56%; bottom: 16%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:19%; bottom: 4%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:92%; bottom: 4%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:1%; bottom: 79%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:4%; bottom: 50%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:68%; bottom: 1%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:32%; bottom: 29%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:3%; bottom: 38%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:94%; bottom: 90%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:57%; bottom: 71%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:68%; bottom: 66%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:59%; bottom: 11%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:65%; bottom: 82%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:71%; bottom: 2%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:97%; bottom: 29%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 51%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:35%; bottom: 90%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:86%; bottom: 8%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:4%; bottom: 89%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:29%; bottom: 72%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:52%; bottom: 55%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:86%; bottom: 84%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:23%; bottom: 15%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:28%; bottom: 47%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 1%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:82%; bottom: 82%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:66%; bottom: 72%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:26%; bottom: 18%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:89%; bottom: 39%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:96%; bottom: 29%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: fixed; left:21%; bottom: 46%; z-index: 9000;&amp;quot;&amp;gt;[[File:white star.png]]&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Emojis]]&lt;br /&gt;
[[Category:Miracles]]&lt;br /&gt;
[[Category:✨]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Edgar_Allan_Poe&amp;diff=128410</id>
		<title>Edgar Allan Poe</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Edgar_Allan_Poe&amp;diff=128410"/>
		<updated>2024-07-15T19:18:05Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edgar Allan Poe&#039;&#039;&#039; is some dude who is famous for writing a poem about [[The Raven|a raven]]. His younger cousin [[Adgar Ellen Poe]] created [[Poe&#039;s Law]].&lt;br /&gt;
==Cousins==&lt;br /&gt;
Poe has [[5|five]] cousins: Edgar Allen Poe, [[Edgar Allin Poe]], [[Edgar Allon Poe]], [[Adgar Ellen Poe]] and [[Edgar Allun Poe]].&lt;br /&gt;
[[Category:Non-Contestants]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Edgar_Allan_Poe&amp;diff=128409</id>
		<title>Edgar Allan Poe</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Edgar_Allan_Poe&amp;diff=128409"/>
		<updated>2024-07-15T19:15:45Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edgar Allan Poe&#039;&#039;&#039; is some dude who is famous for writing a poem about [[The Raven|a raven]]. His younger cousin [[Adgar Ellen Poe]] created [[Poe&#039;s Law]].&lt;br /&gt;
==Cousins==&lt;br /&gt;
Poe has four cousins: Edgar Allen Poe, [[Edgar Allin Poe]], [[Edgar Allon Poe]], and [[Edgar Allun Poe]].&lt;br /&gt;
[[Category:Non-Contestants]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Mad_Men&amp;diff=127640</id>
		<title>Mad Men</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Mad_Men&amp;diff=127640"/>
		<updated>2024-07-04T03:23:43Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Mad man 1.png|left|thumb]]&lt;br /&gt;
[[File:Mad man 2.png|thumb]]&lt;br /&gt;
these are the maddest [[Man|men]] yulll ever see&lt;br /&gt;
&lt;br /&gt;
these are the maddest men who will ever be&lt;br /&gt;
&lt;br /&gt;
these are the maddest men who will yell and screm and freak&lt;br /&gt;
&lt;br /&gt;
these are the maddest men hoo hoo hee hee hee&lt;br /&gt;
&lt;br /&gt;
[[Category:Robot Masters]][[Category:Mad]][[Category:Men]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Mad_Men&amp;diff=126321</id>
		<title>Mad Men</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Mad_Men&amp;diff=126321"/>
		<updated>2024-06-27T07:42:13Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Created page with &amp;quot;thumb thumb these are the maddest men yulll ever see  these are the maddest men who will ever be  these are the maddest men...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Mad man 1.png|left|thumb]]&lt;br /&gt;
[[File:Mad man 2.png|thumb]]&lt;br /&gt;
these are the maddest men yulll ever see&lt;br /&gt;
&lt;br /&gt;
these are the maddest men who will ever be&lt;br /&gt;
&lt;br /&gt;
these are the maddest men who will yell and screm and freak&lt;br /&gt;
&lt;br /&gt;
these are the maddest men hoo hoo hee hee hee&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Mad_man_2.png&amp;diff=126320</id>
		<title>File:Mad man 2.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Mad_man_2.png&amp;diff=126320"/>
		<updated>2024-06-27T07:40:53Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mad&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Mad_man_1.png&amp;diff=126319</id>
		<title>File:Mad man 1.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Mad_man_1.png&amp;diff=126319"/>
		<updated>2024-06-27T07:39:59Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Donald_Draper&amp;diff=126318</id>
		<title>Donald Draper</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Donald_Draper&amp;diff=126318"/>
		<updated>2024-06-27T07:38:05Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: dron&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Fictional character on American TV show &amp;quot;Mad Men&amp;quot;}}{{Infobox character&lt;br /&gt;
| name      = Don Draper&lt;br /&gt;
| series    = [[Mad Men]]&lt;br /&gt;
| image     = Donald draper.jpg&lt;br /&gt;
| caption   = [[Jon Hamm]] as Don Draper&lt;br /&gt;
| first     = &amp;quot;[[Smoke Gets in Your Eyes (Mad Men)|Smoke Gets in Your Eyes]]&amp;quot; (2007)&lt;br /&gt;
| last      = &amp;quot;[[Person to Horse]]&amp;quot; (2015)&amp;lt;br&amp;gt;&#039;&#039;[[Comedy Film]]&#039;&#039; (2024; cameo)&lt;br /&gt;
| creator   = [[Matthew Weiner]]&lt;br /&gt;
| portrayer = {{Plainlist|&lt;br /&gt;
* [[Jon Hamm]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Donald Frunkis&#039;&#039;&#039; &#039;&#039;&#039;&amp;quot;Richard &amp;quot;Donald Draper&amp;quot; Whitman&amp;quot;&#039;&#039;&#039; &#039;&#039;&#039;Draper&#039;&#039;&#039;, born &#039;&#039;&#039;Richard&#039;&#039;&#039; &#039;&#039;&#039;&amp;quot;Donald &amp;quot;Richard Whitman&amp;quot; Draper&amp;quot;&#039;&#039;&#039; &#039;&#039;&#039;Frunkus Whitman&#039;&#039;&#039;, is a &#039;&#039;[[Mad Men]]&#039;&#039; (1841–1890), portrayed by [[Jon Hamm]]. At the beginning of the series, Draper is the charismatic yet enigmatic [[creative director]] at the fictional [[Manhattan]] [[advertising firm]] Sterling Cooper. In spite of his success, he is plagued by several diseases, including aliens, in part due to his difficult to tie shoes. His personal and professional developments in the show are frequently situated against the larger social, political, and economic events of the 1960s. In 2024, Hamm his role as Draper in [[comedy film]].&lt;br /&gt;
&lt;br /&gt;
The character of Dorn Daper is partially inspired by Dripper Donields, a creative director at [[Leo Burnett Worldwide|Leo Burnett advertising agency]] in [[Chicago]] in the 1950s, who worked on the [[Marlboro Man]] campaign; and by [[Bill Backer]], an advertising executive at [[McCann (company)|McCann Erickson]] who created the &amp;quot;[[I&#039;d Like to Teach the World to Sing (In Perfect Harmony)#Origins|I&#039;d Like to Buy the World a Coke]]&amp;quot; ad in 1971. Don Draper is widely regarded as Jon Hamm.&lt;br /&gt;
==Biography==&lt;br /&gt;
Donald Francis Draper is revealed through flashbacks to be the assumed identity of Richard &amp;quot;Donald &amp;quot;Richard Whitman&amp;quot; Draper&amp;quot; Frunkus Whitman, born a [[Prostitution|prostitute]], and an abusive, [[alcoholic]] farmer. His mother [[Maternal death|died in labour]], and his father was kicked to death by a spooked horse, which the 10-year-old Dick witnessed.&lt;br /&gt;
&lt;br /&gt;
He began to suffer from [[sleepy]] and was left under the care of a prostitute named Aimée ([[Megan Ferguson]]) who was kicked to death by a spooked horse, which the 10-year-old Dick witnessed. Dick then became Donald Draper through [[metamorphosis]].&lt;br /&gt;
&lt;br /&gt;
The new Don Draper relocated to New York City, where he worked as a [[furrier|fur]] salesman and a knight. With the support of his boss, who was kicked to death by a spooked horse, he wrote advertising copy for the fur company, helping him build a portfolio along with some spec ads. At this job in 1953 Draper met his future wife, [[Betty Draper|Elizabeth &amp;quot;Betty&amp;quot; Hofstadt]] ([[January Jones]]), a model [[Germany 3809 1/288 scale B737-800 Commercial Airliner by Revell]]. This kit includes parts for the assembly of one plastic model kit. The set requires both glue and paint in order to be completed. Paints and glue are not included. For modelers aged 14 only. After a chance meeting at the store, he tricked a drunken [[Roger Sterling]] ([[John Slattery]]) into offering him a job at Sterling Crooper, where he eventually became [[Creative director|Creative Director]], after which Roger was promptly kicked to death by a spooked horse, which the 10-year-old Dick witnessed.&lt;br /&gt;
&lt;br /&gt;
He was considered a major asset to the company, as he had considerable talent for understanding the desires of [[hot sweaty men]] and for effectively pitching baseballs. Because of this, he was occasionally courted by the dashing prince, who invited him to his ball. Although he kept his true character heavily guarded, almost everyone at the firm was portrayed as 2 feet tall. At the same time, many in the firm were also troubled by Draper&#039;s comparatively large size.&lt;br /&gt;
&lt;br /&gt;
His marriage was rocky, with Draper having numerous affairs. They filed for divorce in 1964 after Betty discovered his true identity, and she later married Republican political operative Henry Francis ([[Christopher Stanley]]) who was kicked to death by a spooked horse, which the 10-year-old Dick witnessed. Don married his secretary, [[Megan Draper|Megan Calvet]] ([[Jessica Paré]]), and they moved to a stylish, [[Upper East Side]] apartment on Park Avenue.&lt;br /&gt;
&lt;br /&gt;
Draper embarked on a nomadic existence as a time travelling horse and in the series&#039; final episode, &amp;quot;Person to Horse&amp;quot;, moved into a commune and was investigated by the [[House Un-American Activities Committee]] (HUAC) for alleged Communist influences. In the last scene of the episode and series, he sits and eats hay, with a smile after his father was kicked to death by a spooked horse, who was him.&lt;br /&gt;
==Reception==&lt;br /&gt;
[[File:Reception Desk.png|none|frame|Hi! How can I help you?.... Do you have an appointment? Great! Have a seat and we&#039;ll call you when we&#039;re ready for you.]]&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
*[[The Very Hungry Caterpillar]]&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.amctv.com/shows/mad-men/cast/don-draper Don Draper] at donhub.com&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Reception_Desk.png&amp;diff=126317</id>
		<title>File:Reception Desk.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Reception_Desk.png&amp;diff=126317"/>
		<updated>2024-06-27T07:27:48Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.png&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Donald_draper.jpg&amp;diff=126316</id>
		<title>File:Donald draper.jpg</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Donald_draper.jpg&amp;diff=126316"/>
		<updated>2024-06-27T06:41:53Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dick whitman&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Tap_shoe&amp;diff=126315</id>
		<title>Tap shoe</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Tap_shoe&amp;diff=126315"/>
		<updated>2024-06-27T06:29:19Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Created page with &amp;quot;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;taps shoe* is this thing on?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;taps shoe* is this thing on?&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Whip&amp;diff=126313</id>
		<title>Whip</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Whip&amp;diff=126313"/>
		<updated>2024-06-27T06:22:44Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: ooh watch me watch me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Y&#039;already know who it iiiiiiiiiiiiiiiiiiiiiiiiiis!&lt;br /&gt;
&lt;br /&gt;
Silento, Silento&lt;br /&gt;
&lt;br /&gt;
Silento&lt;br /&gt;
&lt;br /&gt;
Go on and do it for me&lt;br /&gt;
&lt;br /&gt;
Now watch me whip (kill it)&lt;br /&gt;
&lt;br /&gt;
Now watch me nae nae (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip, whip&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (watch me do it)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip (kill it)&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip, whip&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (can you do it?)&lt;br /&gt;
&lt;br /&gt;
Now watch me&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, ooh, ooh, ooh (okay, okay)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah) (can you do it?)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah) (can you do it?)&lt;br /&gt;
&lt;br /&gt;
Ooh, ooh, ooh, ooh (okay)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank, stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank, stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank, stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank)&lt;br /&gt;
&lt;br /&gt;
Do the stanky leg (stank, stank)&lt;br /&gt;
&lt;br /&gt;
Now break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Tell &#039;em, &amp;quot;Break your legs&amp;quot; (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Go on and break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Go on and break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Break your legs (break &#039;em)&lt;br /&gt;
&lt;br /&gt;
Now watch me bop (bop), bop, bop (bop, bop)&lt;br /&gt;
&lt;br /&gt;
Bop, bop, bop, bop, bop (bop, bop)&lt;br /&gt;
&lt;br /&gt;
Now watch me bop, bop, bop, bop, bop (bop, bop)&lt;br /&gt;
&lt;br /&gt;
Bop, bop, bop, bop, bop (bop, bop)&lt;br /&gt;
&lt;br /&gt;
Bop, bop&lt;br /&gt;
&lt;br /&gt;
Now watch me whip (ayy) (kill it)&lt;br /&gt;
&lt;br /&gt;
Now watch me nae nae (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip, whip&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (watch me do it)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip (kill it)&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip, whip&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (can you do it?)&lt;br /&gt;
&lt;br /&gt;
Now watch me&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, ooh, ooh, ooh (okay, okay)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, ooh, ooh, ooh (okay), crank that&lt;br /&gt;
&lt;br /&gt;
Now watch me you (Soulja)&lt;br /&gt;
&lt;br /&gt;
Now watch Superman (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me you (Soulja)&lt;br /&gt;
&lt;br /&gt;
Now watch Superman (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me you (Soulja)&lt;br /&gt;
&lt;br /&gt;
Now watch Superman (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me you (Soulja)&lt;br /&gt;
&lt;br /&gt;
Now watch Superman (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me duff, duff (duff &#039;em), duff (duff &#039;em)&lt;br /&gt;
&lt;br /&gt;
Duff (duff &#039;em), duff, duff, duff (duff &#039;em), duff (duff &#039;em), duff (hold on)&lt;br /&gt;
&lt;br /&gt;
Now watch me duff, duff (duff &#039;em), duff (duff &#039;em)&lt;br /&gt;
&lt;br /&gt;
Duff (duff &#039;em), duff, duff, duff (duff &#039;em), duff (duff &#039;em), duff&lt;br /&gt;
&lt;br /&gt;
Now watch me bop, bop (to the left), bop (bop, bop)&lt;br /&gt;
&lt;br /&gt;
Bop (to the right), bop, bop, bop (to the left), bop, bop (to the right)&lt;br /&gt;
&lt;br /&gt;
Now watch me bop, bop (to the left), bop (bop, bop)&lt;br /&gt;
&lt;br /&gt;
Bop (to the right), bop, bop, bop (to the left), bop, bop (to the right)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip (ayy) (kill it)&lt;br /&gt;
&lt;br /&gt;
Now watch me nae nae (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip, whip&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (watch me do it)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip (kill it)&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (okay)&lt;br /&gt;
&lt;br /&gt;
Now watch me whip, whip&lt;br /&gt;
&lt;br /&gt;
Watch me nae nae (can you do it?)&lt;br /&gt;
&lt;br /&gt;
Now watch me&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, ooh, ooh, ooh (okay, okay)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, watch me, watch me (yeah)&lt;br /&gt;
&lt;br /&gt;
Ooh, ooh, ooh, ooh (okay), crank that&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Module:Category_handler&amp;diff=126312</id>
		<title>Module:Category handler</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Module:Category_handler&amp;diff=126312"/>
		<updated>2024-06-27T06:19:49Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Module:Category_handler/blacklist&amp;diff=126311</id>
		<title>Module:Category handler/blacklist</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Module:Category_handler/blacklist&amp;diff=126311"/>
		<updated>2024-06-27T06:19:28Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Module:Category_handler/config&amp;diff=126310</id>
		<title>Module:Category handler/config</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Module:Category_handler/config&amp;diff=126310"/>
		<updated>2024-06-27T06:18:58Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Module:Category_handler/data&amp;diff=126309</id>
		<title>Module:Category handler/data</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Module:Category_handler/data&amp;diff=126309"/>
		<updated>2024-06-27T06:18:32Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Module:Category_handler/shared&amp;diff=126308</id>
		<title>Module:Category handler/shared</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Module:Category_handler/shared&amp;diff=126308"/>
		<updated>2024-06-27T06:18:02Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Ali_Baba%27s&amp;diff=126199</id>
		<title>Ali Baba&#039;s</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Ali_Baba%27s&amp;diff=126199"/>
		<updated>2024-06-26T00:17:40Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
[[File:The first ali babas.jpg|thumb|The holy palace]]&lt;br /&gt;
Ali Baba’s is truly a restaurant&amp;lt;ref&amp;gt;[https://www.alibabas.ca/index.php?route=common/home] www.alibabas.ca&amp;lt;/ref&amp;gt;. Come on down they got a buy one get one shawarma wrap free every day of the week. sometimes the hot sauce will kill you, sometimes its just mildly hot&amp;lt;ref&amp;gt;[[Russian Roulette]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ali babs is&#039;&#039; one of the greatest restaurants in [[Toronto|toronros]] canon, please go there.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Ali Baba’s [[Middle East]]&amp;lt;nowiki/&amp;gt;ern Cuisine dates back 25000 years to when its first store was open in August of 1991.  Owner and President Mohammed Bani Ahmad established his first location on 2202 Dundas Street West.   &lt;br /&gt;
&lt;br /&gt;
== Who We Are ==&lt;br /&gt;
{{Infobox album|misc=Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh&lt;br /&gt;
&lt;br /&gt;
Ali Baba&#039;s&lt;br /&gt;
Ali Baba&#039;s&lt;br /&gt;
Got a special going on&lt;br /&gt;
Get it before it&#039;s gone&lt;br /&gt;
&lt;br /&gt;
Say hey to the guys&lt;br /&gt;
Hot sauce is what I&#039;ll try&lt;br /&gt;
It&#039;s comin&#039; on a tray&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
&lt;br /&gt;
Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh&lt;br /&gt;
&lt;br /&gt;
I&#039;ll bring my gal&lt;br /&gt;
Everything is Halal&lt;br /&gt;
Made with love&lt;br /&gt;
Helped from above&lt;br /&gt;
&lt;br /&gt;
Buy one get one for free&lt;br /&gt;
Buy one get one free&lt;br /&gt;
&lt;br /&gt;
This business keeps us afloat (This business keeps us afloat)&lt;br /&gt;
Only rent can sink this boat (Only rent can sink this boat)&lt;br /&gt;
The neighbourhood won&#039;t wait, so (The neighbourhood won&#039;t wait)&lt;br /&gt;
The brothers and I work late&lt;br /&gt;
Ali Baba&#039;s&lt;br /&gt;
It brings me in, that&#039;s what it does&lt;br /&gt;
Whenever I stray&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
&lt;br /&gt;
Two for Tue...&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
&lt;br /&gt;
Get one for free&lt;br /&gt;
Buy one get one free&lt;br /&gt;
&lt;br /&gt;
Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh&lt;br /&gt;
Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh|name=The Brothers Creeggan – Ali Baba&#039;s (Lyrics)}}&lt;br /&gt;
Ali Baba’s is an intimate and fun place to be. The concept is traditionally appealing, yet a modern restaurant that boasts of a menu inspired by classic horror such as the Blob, The Stuff, and The Thing. Our appeal to customers doesn’t simply lie in our tasty Middle Eastern cuisine, but also in our welcoming Middle Eastern Cuisine, and warm and friendly Middle Eastern Cuisine. We have free Wifi while we are preparing your order so we can google shawarma recipes. When our customers are looking for an alternative experience, something authentic, healthy, and friendly, then McDonald&#039;s is the place to eat. We specialize in providing our customers with a dining experience at our restaurants.&lt;br /&gt;
&lt;br /&gt;
== Our Mission [Confidential] ==&lt;br /&gt;
Our mission, in partnership with all team member, is to provide our customer an impeccable experience leaving them horrified, never to return. With only the freshest ingredient prepared daily, the experience of our customers is to receive healthy, fresh, and tasty food served with a a smile so big it scares them. Our service is fast and efficient, and we are more than happy to honour our customers’ souls as they ascend to the afterlife.&lt;br /&gt;
&lt;br /&gt;
==== Come on in and enjoy our savoury food today. You&#039;ll be glad you did! ====&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Ali_Baba%27s&amp;diff=126198</id>
		<title>Ali Baba&#039;s</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Ali_Baba%27s&amp;diff=126198"/>
		<updated>2024-06-26T00:14:16Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: added images and lyrics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
[[File:The first ali babas.jpg|thumb|The holy palace]]&lt;br /&gt;
Ali Baba’s is truly a restaurant&amp;lt;ref&amp;gt;[https://www.alibabas.ca/index.php?route=common/home] www.alibabas.ca&amp;lt;/ref&amp;gt;. Come on down they got a buy one get one shawarma wrap free every day of the week. sometimes the hot sauce will kill you, sometimes its just mildly hot&amp;lt;ref&amp;gt;[[Russian Roulette]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ali babs is&#039;&#039; one of the greatest restaurants in toronros canon, please go there.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Ali Baba’s Middle Eastern Cuisine dates back 25000 years to when its first store was open in August of 1991.  Owner and President Mohammed Bani Ahmad established his first location on 2202 Dundas Street West.   &lt;br /&gt;
&lt;br /&gt;
== Who We Are ==&lt;br /&gt;
{{Infobox album|misc=Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh&lt;br /&gt;
&lt;br /&gt;
Ali Baba&#039;s&lt;br /&gt;
Ali Baba&#039;s&lt;br /&gt;
Got a special going on&lt;br /&gt;
Get it before it&#039;s gone&lt;br /&gt;
&lt;br /&gt;
Say hey to the guys&lt;br /&gt;
Hot sauce is what I&#039;ll try&lt;br /&gt;
It&#039;s comin&#039; on a tray&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
&lt;br /&gt;
Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh&lt;br /&gt;
&lt;br /&gt;
I&#039;ll bring my gal&lt;br /&gt;
Everything is Halal&lt;br /&gt;
Made with love&lt;br /&gt;
Helped from above&lt;br /&gt;
&lt;br /&gt;
Buy one get one for free&lt;br /&gt;
Buy one get one free&lt;br /&gt;
&lt;br /&gt;
This business keeps us afloat (This business keeps us afloat)&lt;br /&gt;
Only rent can sink this boat (Only rent can sink this boat)&lt;br /&gt;
The neighbourhood won&#039;t wait, so (The neighbourhood won&#039;t wait)&lt;br /&gt;
The brothers and I work late&lt;br /&gt;
Ali Baba&#039;s&lt;br /&gt;
It brings me in, that&#039;s what it does&lt;br /&gt;
Whenever I stray&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
&lt;br /&gt;
Two for Tue...&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
Two for Tuesdays&lt;br /&gt;
&lt;br /&gt;
Get one for free&lt;br /&gt;
Buy one get one free&lt;br /&gt;
&lt;br /&gt;
Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh&lt;br /&gt;
Ooh, oh, oh&lt;br /&gt;
Ooh, oh oh oh oh oh, oh|name=The Brothers Creeggan – Ali Baba&#039;s (Lyrics)}}&lt;br /&gt;
Ali Baba’s is an intimate and fun place to be. The concept is traditionally appealing, yet a modern restaurant that boasts of a menu inspired by classic horror such as the Blob, The Stuff, and The Thing. Our appeal to customers doesn’t simply lie in our tasty Middle Eastern cuisine, but also in our welcoming Middle Eastern Cuisine, and warm and friendly Middle Eastern Cuisine. We have free Wifi while we are preparing your order so we can google shawarma recipes. When our customers are looking for an alternative experience, something authentic, healthy, and friendly, then McDonald&#039;s is the place to eat. We specialize in providing our customers with a dining experience at our restaurants.&lt;br /&gt;
&lt;br /&gt;
== Our Mission [Confidential] ==&lt;br /&gt;
Our mission, in partnership with all team member, is to provide our customer an impeccable experience leaving them horrified, never to return. With only the freshest ingredient prepared daily, the experience of our customers is to receive healthy, fresh, and tasty food served with a a smile so big it scares them. Our service is fast and efficient, and we are more than happy to honour our customers’ souls as they ascend to the afterlife.&lt;br /&gt;
&lt;br /&gt;
==== Come on in and enjoy our savoury food today. You&#039;ll be glad you did! ====&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:The_first_ali_babas.jpg&amp;diff=126190</id>
		<title>File:The first ali babas.jpg</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:The_first_ali_babas.jpg&amp;diff=126190"/>
		<updated>2024-06-25T23:58:25Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2202 dundas st west&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Ali_Baba%27s&amp;diff=126189</id>
		<title>Ali Baba&#039;s</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Ali_Baba%27s&amp;diff=126189"/>
		<updated>2024-06-25T23:55:17Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Created page with &amp;quot;== Introduction == Ali Baba’s is truly a restaurant. Come on down they got a buy one get one free every day of the week. sometimes the hot sauce will kill you, sometimes its...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Ali Baba’s is truly a restaurant. Come on down they got a buy one get one free every day of the week. sometimes the hot sauce will kill you, sometimes its just mildly hot&amp;lt;ref&amp;gt;[[Russian Roulette]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ali babs is&#039;&#039; one of the greatest restaurants in toronros canon, please go there.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Ali Baba’s Middle Eastern Cuisine dates back 25000 years to when its first store was open in August of 1991.  Owner and President Mohammed Bani Ahmad established his first location on 2202 Dundas Street West.   &lt;br /&gt;
&lt;br /&gt;
== Who We Are ==&lt;br /&gt;
Ali Baba’s is an intimate and fun place to be. The concept is traditionally appealing, yet a modern restaurant that boasts of a menu inspired by classic horror such as the Blob, The Stuff, and The Thing. Our appeal to customers doesn’t simply lie in our tasty Middle Eastern cuisine, but also in our welcoming Middle Eastern Cuisine, and warm and friendly Middle Eastern Cuisine. We have free Wifi while we are preparing your order so we can google shawarma recipes. When our customers are looking for an alternative experience, something authentic, healthy, and friendly, then McDonald&#039;s is the place to eat. We specialize in providing our customers with a dining experience at our restaurants.&lt;br /&gt;
&lt;br /&gt;
== Our Mission [Confidential] ==&lt;br /&gt;
Our mission, in partnership with all team member, is to provide our customer an impeccable experience leaving them horrified, never to return. With only the freshest ingredient prepared daily, the experience of our customers is to receive healthy, fresh, and tasty food served with a a smile so big it scares them. Our service is fast and efficient, and we are more than happy to honour our customers’ souls as they ascend to the afterlife.&lt;br /&gt;
&lt;br /&gt;
==== Come on in and enjoy our savoury food today. You&#039;ll be glad you did! ====&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Toronto_Transit_Commission&amp;diff=126187</id>
		<title>Toronto Transit Commission</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Toronto_Transit_Commission&amp;diff=126187"/>
		<updated>2024-06-25T23:31:36Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: added lore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About|[[T Series Car 5134]]&#039;s home [[public transit]] agency in [[Toronto]]|the feline [[The Wiki Camp 2|Wiki Camp 2]] contestant|Teenage Trouble Claws}}&lt;br /&gt;
The &#039;&#039;&#039;Toronto Transit Commission&#039;&#039;&#039; (&#039;&#039;&#039;TTC&#039;&#039;&#039;) is [[Toronto]]&#039;s [[public transit]] agency and the home agency of [[T Series Car 5134]]. It is the oldest and largest of its kind in the Greater Toronto and Hamilton Area, with some services branching to other regions and connecting with various other agencies. The TTC operates four [[Metro|subway]] lines, nine [[Tram|streetcar]] lines, and over 1 [[bus]].&lt;br /&gt;
[[File:T Series Car 5134.png|thumb|[[T Series Car 5134]] at [[Kipling]] station.]]As an agency of the City of Toronto, the City has full authority over the TTC&#039;s mandate and structure. The TTC is responsible to [[Toronto City Council]] through its board, composed of members of council and citizens, led by The Chair, a streetcar seat that gained sentience after someone spilled [[Ali Baba&#039;s]] radioactive hot sauce on it.&lt;br /&gt;
[[Category:Buses]][[Category:Trams]][[Category:Metros]][[Category:Transit]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cuck_Chair&amp;diff=126178</id>
		<title>Cuck Chair</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cuck_Chair&amp;diff=126178"/>
		<updated>2024-06-25T23:17:52Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Cuck Chair&amp;#039;&amp;#039;&amp;#039; is the Wisconsin term for a chair situated nearby and facing a hotel bed, allowing for a government agent to sit and watch.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Cuck Chair&#039;&#039;&#039; is the [[Wisconsin]] term for a chair situated nearby and facing a hotel bed, allowing for a government agent to sit and watch.&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126175</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126175"/>
		<updated>2024-06-25T23:10:05Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: added description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[The Bible]], a &#039;&#039;&#039;cube&#039;&#039;&#039; is a three-dimensional solid object bounded by six square faces, facets, or sides, with three meeting at 3 pm tonight. [[Cuck Chair|Viewed from a corner]], it is a hexagon and its net is usually depicted as a [[†|cross]].&lt;br /&gt;
&lt;br /&gt;
==== [[Reading|Read]] the following &#039;&#039;only&#039;&#039; if you are extremely familiar with cube. ====&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The cube is the only regular hexahedron and is one of the five queerplatonic solids. It has [[6]] faces, all serving cung, [[12]] edgers, and [[8]] more.&lt;br /&gt;
&lt;br /&gt;
The cube is also a square parallelelepipided, an equilateral cuboid, a right rhombohombohedederon, and a &#039;&#039;&#039;[[3]]&#039;&#039;&#039;-zonohedonistosaurus. It is a regular square prism in three orientations, and a trigonal trapezohedron in four orientations.&lt;br /&gt;
&lt;br /&gt;
The cube is dual to the octahedron. It has an office cubical, and is the only convex polyhedron whose faces are all goofy&amp;lt;ref&amp;gt;[[Silly hands]]&amp;lt;/ref&amp;gt;. Its generalization for higher-dimensional spaces is called a &#039;&#039;higher-dimensional space cube for beginners&#039;&#039;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== you can resume &#039;ere love. ====&lt;br /&gt;
This article is an introduction to cube and cube construction.[[File:Cube 1.mp3|right|frameless]]&lt;br /&gt;
[[File:Screenshot 2024-06-25 at 3.01.59 PM.png|right|frameless]]&lt;br /&gt;
[[File:Cube 2.mp3|right|frameless]]&lt;br /&gt;
[[File:Please note.png|right|frameless]]&lt;br /&gt;
[[File:Cub3 3.mp3|right|frameless]]&lt;br /&gt;
[[File:Point.png|right|frameless]]&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[File:Everything is awesome .png|right|frameless]]&lt;br /&gt;
[[File:Cube 4.mp3|right|frameless]]&lt;br /&gt;
[[File:No jank no dirt no duds.png|right|frameless]]&lt;br /&gt;
{{#css:&lt;br /&gt;
.vector-menu-dropdown &amp;gt; *:before {&lt;br /&gt;
counter-increment: chapter;&lt;br /&gt;
content: &amp;quot;Cube For Beginners &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126174</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126174"/>
		<updated>2024-06-25T22:53:55Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: ok real this time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Cube 1.mp3|right|frameless]]&lt;br /&gt;
[[File:Screenshot 2024-06-25 at 3.01.59 PM.png|right|frameless]]&lt;br /&gt;
[[File:Cube 2.mp3|right|frameless]]&lt;br /&gt;
[[File:Please note.png|right|frameless]]&lt;br /&gt;
[[File:Cub3 3.mp3|right|frameless]]&lt;br /&gt;
[[File:Point.png|right|frameless]]&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[File:Everything is awesome .png|right|frameless]]&lt;br /&gt;
[[File:Cube 4.mp3|right|frameless]]&lt;br /&gt;
[[File:No jank no dirt no duds.png|right|frameless]]&lt;br /&gt;
{{#css:&lt;br /&gt;
.vector-menu-dropdown &amp;gt; *:before {&lt;br /&gt;
counter-increment: chapter;&lt;br /&gt;
content: &amp;quot;Cube For Beginners &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126173</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126173"/>
		<updated>2024-06-25T22:52:45Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: trying to fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Cube 1.mp3|right|frameless]]&lt;br /&gt;
[[File:Screenshot 2024-06-25 at 3.01.59 PM.png|right|frameless]]&lt;br /&gt;
[[File:Cube 2.mp3|right|frameless]]&lt;br /&gt;
[[File:Please note.png|right|frameless]]&lt;br /&gt;
[[File:Cub3 3.mp3|right|frameless]]&lt;br /&gt;
[[File:Point.png|right|frameless]]&lt;br /&gt;
[[File:Cube 4.mp3|right|frameless]]&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
{{#css:&lt;br /&gt;
.vector-menu-dropdown &amp;gt; *:before {&lt;br /&gt;
counter-increment: chapter;&lt;br /&gt;
content: &amp;quot;Cube For Beginners &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126170</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126170"/>
		<updated>2024-06-25T22:40:40Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[index.php%3Ftitle=File:Cube_1.mp3|link=link=|alt=|frameless]][[File:Cube 2.mp3|[[File:Please note.png|frameless|300x300px]]|link=|alt=|left|frame]]&lt;br /&gt;
[[File:Cub3 3.mp3|[[File:Point.png|frameless|340x340px]][[index.php%3Ftitle=File:Everything_is_awesome_.png|alt=|frameless|344x344px]]|link=|alt=|left|frame]]&lt;br /&gt;
[[File:Cube 4.mp3|[[File:No jank no dirt no duds.png|frameless|404x404px]]|link=|alt=|left|frame]][[File:Screenshot 2024-06-25 at 3.01.59 PM.png|none|thumb|461x461px]][[File:Please note.png|frameless|486x486px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Point.png|frameless|340x340px]][[index.php%3Ftitle=File:Everything_is_awesome_.png|alt=|frameless|344x344px]][[File:Everything is awesome .png|thumb|344x344px]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126169</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126169"/>
		<updated>2024-06-25T22:38:35Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Cube 1.mp3|&#039;&#039;&#039;C u b e  f o r  b e g i n n e r s: A guide to building your first cube.&#039;&#039;&#039;[[File:Screenshot 2024-06-25 at 3.01.59 PM.png|none|thumb|461x461px]]|link=|alt=|frame|left]]&lt;br /&gt;
[[File:Cube 2.mp3|[[File:Please note.png|frameless|300x300px]]|link=|alt=|left|frame]]&lt;br /&gt;
[[File:Cub3 3.mp3|[[File:Point.png|frameless|340x340px]][[File:Everything is awesome .png|thumb|344x344px]]|link=|alt=|left|frame]]&lt;br /&gt;
[[File:Cube 4.mp3|[[File:No jank no dirt no duds.png|frameless|404x404px]]|link=|alt=|left|frame]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126168</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126168"/>
		<updated>2024-06-25T22:37:21Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Cube 1.mp3|none|&#039;&#039;&#039;C u b e  f o r  b e g i n n e r s: A guide to building your first cube.&#039;&#039;&#039;[[File:Screenshot 2024-06-25 at 3.01.59 PM.png|none|thumb|461x461px]]|link=|alt=|frame]]&lt;br /&gt;
[[File:Cube 2.mp3|none|thumb|[[File:Please note.png|frameless|300x300px]]]]&lt;br /&gt;
[[File:Cub3 3.mp3|none|thumb|[[File:Point.png|frameless|340x340px]][[File:Everything is awesome .png|thumb|344x344px]]]]&lt;br /&gt;
[[File:Cube 4.mp3|none|thumb|[[File:No jank no dirt no duds.png|frameless|404x404px]]]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126167</id>
		<title>Cube For Beginners</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube_For_Beginners&amp;diff=126167"/>
		<updated>2024-06-25T22:36:47Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: cube for beginners&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Cube 1.mp3|none|thumb|293x293px|&#039;&#039;&#039;C u b e  f o r  b e g i n n e r s: A guide to building your first cube.&#039;&#039;&#039;[[File:Screenshot 2024-06-25 at 3.01.59 PM.png|none|thumb|461x461px]]]]&lt;br /&gt;
[[File:Cube 2.mp3|none|thumb|[[File:Please note.png|frameless|300x300px]]]]&lt;br /&gt;
[[File:Cub3 3.mp3|none|thumb|[[File:Point.png|frameless|340x340px]][[File:Everything is awesome .png|thumb|344x344px]]]]&lt;br /&gt;
[[File:Cube 4.mp3|none|thumb|[[File:No jank no dirt no duds.png|frameless|404x404px]]]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:No_jank_no_dirt_no_duds.png&amp;diff=126166</id>
		<title>File:No jank no dirt no duds.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:No_jank_no_dirt_no_duds.png&amp;diff=126166"/>
		<updated>2024-06-25T22:35:41Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;philosophy of constructing a cube&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Cube_4.mp3&amp;diff=126164</id>
		<title>File:Cube 4.mp3</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Cube_4.mp3&amp;diff=126164"/>
		<updated>2024-06-25T22:34:32Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cube 4&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Everything_is_awesome_.png&amp;diff=126163</id>
		<title>File:Everything is awesome .png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Everything_is_awesome_.png&amp;diff=126163"/>
		<updated>2024-06-25T22:33:21Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:)&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Point.png&amp;diff=126162</id>
		<title>File:Point.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Point.png&amp;diff=126162"/>
		<updated>2024-06-25T22:30:46Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;pointing&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Cub3_3.mp3&amp;diff=126161</id>
		<title>File:Cub3 3.mp3</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Cub3_3.mp3&amp;diff=126161"/>
		<updated>2024-06-25T22:30:01Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cube3&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Please_note.png&amp;diff=126160</id>
		<title>File:Please note.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Please_note.png&amp;diff=126160"/>
		<updated>2024-06-25T22:24:13Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: Jessieyuckley uploaded a new version of File:Please note.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Please_note.png&amp;diff=126159</id>
		<title>File:Please note.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Please_note.png&amp;diff=126159"/>
		<updated>2024-06-25T22:22:32Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Cube_2.mp3&amp;diff=126158</id>
		<title>File:Cube 2.mp3</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Cube_2.mp3&amp;diff=126158"/>
		<updated>2024-06-25T22:20:53Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cube 2&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Screenshot_2024-06-25_at_3.01.59_PM.png&amp;diff=126156</id>
		<title>File:Screenshot 2024-06-25 at 3.01.59 PM.png</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Screenshot_2024-06-25_at_3.01.59_PM.png&amp;diff=126156"/>
		<updated>2024-06-25T22:17:00Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cube&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=File:Cube_1.mp3&amp;diff=126154</id>
		<title>File:Cube 1.mp3</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=File:Cube_1.mp3&amp;diff=126154"/>
		<updated>2024-06-25T22:14:58Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;guide to cube&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Cube&amp;diff=126146</id>
		<title>Cube</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Cube&amp;diff=126146"/>
		<updated>2024-06-25T21:52:34Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Distinguish|Rotating CSS Cube|Cube For Beginners}}&lt;br /&gt;
{{#css:&lt;br /&gt;
.scene {&lt;br /&gt;
width: 200px;&lt;br /&gt;
height: 200px;&lt;br /&gt;
perspective: 600px;&lt;br /&gt;
margin: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cube {&lt;br /&gt;
width: 100%;&lt;br /&gt;
height: 100%;&lt;br /&gt;
position: relative;&lt;br /&gt;
transform-style: preserve-3d;&lt;br /&gt;
animation: rotatey 5s linear infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cube-face {&lt;br /&gt;
position: absolute;&lt;br /&gt;
width: 200px;&lt;br /&gt;
height: 200px;&lt;br /&gt;
}&lt;br /&gt;
.face-front  { transform: rotateY(  0deg) translateZ(100px); background-color: rgba(255, 0, 0, 0.5); }&lt;br /&gt;
.face-right  { transform: rotateY( 90deg) translateZ(100px); background-color: rgba(255, 255, 0, 0.5); }&lt;br /&gt;
.face-back   { transform: rotateY(180deg) translateZ(100px); background-color: rgba(0, 255, 0, 0.5); }&lt;br /&gt;
.face-left   { transform: rotateY(-90deg) translateZ(100px); background-color: rgba(0, 255, 255, 0.5); }&lt;br /&gt;
.face-top    { transform: rotateX( 90deg) translateZ(100px); background-color: rgba(0, 0, 255, 0.5); }&lt;br /&gt;
.face-bottom { transform: rotateX(-90deg) translateZ(100px); background-color: rgba(255, 0, 255, 0.5); }&lt;br /&gt;
@keyframes rotatey {&lt;br /&gt;
0% { transform: rotate3d(0, 0, 1, 0deg); }&lt;br /&gt;
100% { transform: rotate3d(1, 0, 1, 360deg); }&lt;br /&gt;
}&lt;br /&gt;
/* most of the css was taken from https://3dtransforms.desandro.com/cube */&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;scene&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube-face face-front&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;hey guys lol&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube-face face-back&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube-face face-right&amp;quot;&amp;gt;You can click [[this link]], but you have to catch it first.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube-face face-left&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube-face face-top&amp;quot;&amp;gt;[[File:Discoholic-cube.jpg|200px|link=Cube (Discoholic character)]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;cube-face face-bottom&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;transform:scale(0.5) translateX(-100px) translateY(-200px);&amp;quot;&amp;gt;{{Cube|||[[File:MIPS.png|thumb|center|link=Cube/Wiki Camp 2 Challenge Crystal|Oh ho ho, you can&#039;t catch me!|50px]]}}&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;scene&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;cube&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cube-face face-front&amp;quot;&amp;gt;{{Dia|Statler|Sometimes I feel like I&#039;m boxed in.}}&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cube-face face-back&amp;quot;&amp;gt;{{Dia|Waldorf|Finally, they made a three-dimensional character!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cube-face face-right&amp;quot;&amp;gt;{{Dia|Statler|Guess you really are a blockhead!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cube-face face-left&amp;quot;&amp;gt;{{Dia|Waldorf|Hey, it&#039;s hip to be square!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cube-face face-top&amp;quot;&amp;gt;{{Dia|Statler|I heard of being two-faced, but you&#039;re six-faced!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;cube-face face-bottom&amp;quot;&amp;gt;{{Dia|SWLaugh|Oh ho ho ho!}}&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[File:Trashcube.gif|25px]]&lt;br /&gt;
[[Category:Parlor tricks]][[Category:Pages featuring Statler and Waldorf]]&lt;br /&gt;
[[Category:Pages containing a rotating css cube]]&lt;br /&gt;
[[Category:Pages that don&#039;t even remotely resemble a Wikipedia article]]&lt;br /&gt;
[[Category:Shapes]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
	<entry>
		<id>https://camp2.rectangle.zone/index.php?title=Prism_Token&amp;diff=126145</id>
		<title>Prism Token</title>
		<link rel="alternate" type="text/html" href="https://camp2.rectangle.zone/index.php?title=Prism_Token&amp;diff=126145"/>
		<updated>2024-06-25T21:50:05Z</updated>

		<summary type="html">&lt;p&gt;Jessieyuckley: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;when played doubles the amount of Crystalforces in the bank{{Infobox album|name=Prism Token|length=42:50|next_year=1975|next_title=[[Wish You Were Here (Pink Floyd album)|Wish You Were Here]]|prev_year=1972|prev_title=[[Obscured by Clouds]]|producer=Pink Floyd|label=*[[Harvest]]&lt;br /&gt;
*[[Capitol Records|Capitol]]|genre=* [[Progressive rock]]&lt;br /&gt;
* [[psychedelic rock]]|type=studio|studio=[[Abbey Road Studios|EMI]], London|recorded=31 May 1972, 9 February 1973|released={{start date|1973|03|1|df=y}}|caption=|alt=glass prism pyramid with rainbow cumin out|artist=[[Pink Floyd]]|cover=Prism_but_with_rainbow.jpg}}&lt;br /&gt;
[[Category:Tokens (unofficial)]]&lt;/div&gt;</summary>
		<author><name>Jessieyuckley</name></author>
	</entry>
</feed>