Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pixelsea [2024/11/17 22:59] GlitchyZoruapixelsea [2024/11/17 23:28] (current) – add the semi-colons GlitchyZorua
Line 3: Line 3:
 Todo: finish this Todo: finish this
  
-**Pixel Sea** (styled as PixelSea) is a Icon/Button Repository. It can be found in the MelonKing projects buttons, or on the [[Site Map]] tile, J11. +**Pixel Sea** (styled as PixelSea) or the **MeloCo printer (MeloCo Pixel 2000 Printer - Model: MK1994C)** is a Icon/Button Repository. It can be found in the MelonKing projects buttons, or on the [[Site Map]] tile, J11.
-{{ :pixelsea.png?nolink&400|}} It can be visited [[https://pixelsea.neocities.org/|here]] The background is a 3d animation of fish swimming in the background. This render can be seen [[https://pixelsea.neocities.org/sea/|here]][(https://forum.melonland.net/index.php?topic=2046.msg19502#msg19502)]. +
-{{ :pixelsea-badge.gif?200|}}+
  
 +{{ :pixelsea.png?nolink&400|}} It can be visited [[https://pixelsea.neocities.org/|here]].
  
 +The background is a 3d animation of fish swimming in the background. This render can be seen [[https://pixelsea.neocities.org/sea/|here]][(https://forum.melonland.net/index.php?topic=2046.msg19502#msg19502)].
 +{{ :pixelsea-badge.gif?200|}}
  
  
Line 20: Line 21:
 Once you found an Icon that you want, You can click on it to download it! Once you found an Icon that you want, You can click on it to download it!
 {{ :librewolf_mw0rtfdgtv.png?400|}} {{ :librewolf_mw0rtfdgtv.png?400|}}
 +
  
 The "printer" will enlarge the graphic, so you can see it closer! It will tile the background to that specific graphic. You can also click "Random" to pick a random result! The "printer" will enlarge the graphic, so you can see it closer! It will tile the background to that specific graphic. You can also click "Random" to pick a random result!
  
-Clicking on "Print Search Words" will print all of the Graphic words, from A-Z. Some users requested to add a speedup button, which would make the printer go faster. Melon said that they are working on it!<sup>%%[%%//[[citation needed]]//%%]%%</sup>+Clicking on "Print Search Words" will print all of the Graphic words, from A-Z. Some users requested to add a speedup button, which would make the printer go faster. Melon says that they are working on it![(https://forum.melonland.net/index.php?topic=2046.msg19512#msg19512)][("And yes If I can figure out a speedup; a few people have requested it." - Melon, https://forum.melonland.net/index.php?topic=3349.msg32972#msg32972)]
  
  
Line 68: Line 70:
  
 Will take you to the "welcome" page. Will take you to the "welcome" page.
-<code>goHome()</code>+<code>goHome();</code>
  
 Will poke the printer. (invoking the printer malfunction event) Will poke the printer. (invoking the printer malfunction event)
-<code>bonkButton()</code>+<code>bonkButton();</code>
  
 Prints the About page Prints the About page
-<code>printAbout()</code>+<code>printAbout();</code>
  
 Prints the "Send Icons" page Prints the "Send Icons" page
-<code>sendIcons()</code>+<code>sendIcons();</code>
  
 Tells weather it should print out badges or icons. Tells weather it should print out badges or icons.
-<code>SetMode()</code>+<code>SetMode();</code>
  
 Prints Badges Prints Badges
-<code>SetMode('badge')</code>+<code>SetMode('badge');</code>
 <WRAP center round info 60%> <WRAP center round info 60%>
 If you type neither badge or icons, it would switch the mode back to "icons" If you type neither badge or icons, it would switch the mode back to "icons"
Line 89: Line 91:
  
 Prints Icons Prints Icons
-<code>SetMode('icons')</code>+<code>SetMode('icons');</code>
  
 Prints the entire World List. Prints the entire World List.
-<code>printWordList()</code>+<code>printWordList();</code>
  
 EVERYTHING IS OKAY NOW! EVERYTHING IS OKAY NOW!
  
-<code>okButton()</code>+<code>okButton();</code>
  
 ===== Controversies ===== ===== Controversies =====