<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.digitalmzx.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spectere</id>
	<title>MZXWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.digitalmzx.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spectere"/>
	<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/Special:Contributions/Spectere"/>
	<updated>2026-05-12T15:12:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere&amp;diff=9067</id>
		<title>User:Spectere</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere&amp;diff=9067"/>
		<updated>2020-05-17T00:31:04Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm one of those guys who starts projects and never finishes them.&lt;br /&gt;
&lt;br /&gt;
Oh, I also make the Mac/Xcode builds.&lt;br /&gt;
&lt;br /&gt;
I did some Vita stuff, too.&lt;br /&gt;
&lt;br /&gt;
{{User&lt;br /&gt;
|nick = Spectere&lt;br /&gt;
|image = Spectere-AwesomeHair.jpg&lt;br /&gt;
|fullname = Ian Burgmyer&lt;br /&gt;
|location = Struthers, Ohio&lt;br /&gt;
|birthday = 15 November 1984&lt;br /&gt;
|jointime = 17 June 2004&lt;br /&gt;
|mzxgames = [[MEGA-BLAST]], [[User:Spectere/CompetitionGames|Competition Games...]], [[User:Spectere/Engines|Engines...]]&lt;br /&gt;
|interests = Gaming, Programming, etc&lt;br /&gt;
|companies = &lt;br /&gt;
|ircname = Spectere&lt;br /&gt;
|email = spectere@gmail.com&lt;br /&gt;
|preferredim = Web&lt;br /&gt;
|imname = [http://spectere.net/ spectere.net]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Standalone_release_guide&amp;diff=9066</id>
		<title>Standalone release guide</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Standalone_release_guide&amp;diff=9066"/>
		<updated>2020-05-16T23:33:37Z</updated>

		<summary type="html">&lt;p&gt;Spectere: /* Licensing */ Updated DMZX link (.net -&amp;gt; .com)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MegaZeux has limited support for standalone game releases. This guide is intended to help you create a copy of your game that a user can play without needing to download MZX.&lt;br /&gt;
&lt;br /&gt;
==Platforms==&lt;br /&gt;
The following platforms support standalone releases. Click the link for a platform for more information on how to modify a release for that platform.&lt;br /&gt;
&lt;br /&gt;
* [[Standalone_release_guide/Emscripten|HTML5/JavaScript (Emscripten)]]&lt;br /&gt;
* [[Standalone_release_guide/Windows|Windows (x86)]]: should support all 32-bit and 64-bit Windows releases back to at least Windows XP.&lt;br /&gt;
* [[Standalone_release_guide/Windows|Windows (x64)]]: should support all 64-bit Windows releases.&lt;br /&gt;
* [[Standalone_release_guide/Mac OS X|Mac OS X (Intel)]]: the &amp;quot;Universal&amp;quot; DMG should support all Intel-based Macs.&lt;br /&gt;
* [[Standalone_release_guide/Mac OS X|Mac OS X (PowerPC)]]: the &amp;quot;PowerPC&amp;quot; DMG should support some PowerPC-based Macs.&lt;br /&gt;
* [[Standalone_release_guide/3DS|Nintendo 3DS]]: must be used via a homebrew launcher.&lt;br /&gt;
* [[Standalone_release_guide/NDS|Nintendo NDS]]: must be used via a homebrew launcher/flash card.&lt;br /&gt;
* [[Standalone_release_guide/Wii|Nintendo Wii]]: must be used via a homebrew launcher.&lt;br /&gt;
* [[Standalone_release_guide/Switch|Nintendo Switch]]: must be used via a homebrew launcher.&lt;br /&gt;
* [[Standalone_release_guide/PSP|PlayStation Portable]]&lt;br /&gt;
&lt;br /&gt;
The following upcoming platforms should also support standalone releases:&lt;br /&gt;
&lt;br /&gt;
* [[Standalone_release_guide/PSVita|PlayStation Vita]]&lt;br /&gt;
* [[Standalone_release_guide/Dreamcast|Sega Dreamcast]]&lt;br /&gt;
&lt;br /&gt;
===Which platforms do I need releases for?===&lt;br /&gt;
Releasing simply a copy of Windows x86 should be enough for now. Standalone releases for Linux/BSD/etc platforms are not recommended, as most Linux users will be able to figure out how to use MegaZeux normally and play the standard release of your game.&lt;br /&gt;
&lt;br /&gt;
===Linux/Raspbian/BSD/MacPorts/Android/etc.===&lt;br /&gt;
These platforms do not really support standalone releases in the way they are defined here. In fact, if you attempted a standalone release in the way described for Windows, it's probable you'll end up with a package that directly conflicts with the official MegaZeux release packages!&lt;br /&gt;
&lt;br /&gt;
Instead, you should consider packaging your game for the package manager for a given operating system and make your game's package dependent on the official MegaZeux package. The settings documented below can be provided as command line arguments, so your game &amp;quot;executable&amp;quot; could just be a script like this:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 /usr/bin/env mzxrun /PATH/TO/MY_GAME.MZX standalone_mode=1 [etc]&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
MegaZeux is licensed under the GNU General Public License (GPL) 2.0. A file containing license information is distributed with all MZX releases. This file is called &amp;quot;LICENSE&amp;quot; (or &amp;quot;docs/COPYING.DOC&amp;quot; for older versions) and it '''must''' be included with your standalone release. The contents of this file should '''not''' be modified.&lt;br /&gt;
&lt;br /&gt;
In addition to including the license in your release, you should provide a link to https://digitalmzx.com/ with your game or on any other website your game is released to. Releases of GPL software such as MegaZeux must have accessible source code, and this is the simplest way to fulfill this requirement. However, if you modified the MegaZeux source code for your game, you must provide ALL modifications you made to the source code with your release. If you fail to do this, ''you are in violation of the GPL!''&lt;br /&gt;
&lt;br /&gt;
As your MegaZeux game is considered essentially data files for MegaZeux, you may apply your own license to those data files (i.e. they do not need to be licensed under the GPL). In the case that your game isn't GPL licensed, you should rename the &amp;quot;LICENSE&amp;quot; file to something like &amp;quot;LICENSE.MEGAZEUX&amp;quot; and provide your own &amp;quot;LICENSE&amp;quot; file containing the license for your game files.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Your game can be further integrated into MegaZeux by the following config.txt options:&lt;br /&gt;
&lt;br /&gt;
 startup_file      Specifies a local path from the startup path to a .MZX file.  This file is loaded automatically upon starting MegaZeux.&lt;br /&gt;
 startup_path      Specifies a relative or absolute path for MZX to startup in. May be necessary for some platforms.&lt;br /&gt;
 standalone_mode   See below.&lt;br /&gt;
 no_titlescreen    See below.&lt;br /&gt;
&lt;br /&gt;
Standalone mode disables the load world menu (L/F3), causes the counters ESCAPE_MENU, HELP_MENU, F2_MENU, LOAD_MENU, ENTER_MENU, EXIT_GAME to work on the title screen, and adds the new function counter PLAY_GAME which, when set, causes MZXRun to enter the gameplay state. When the no_titlescreen option is enabled AND standalone_mode is enabled, MZXRun will immediately enter the gameplay state on startup (completely bypassing the titlescreen). Using EXIT_GAME or the escape menu will cause MZXRun to exit entirely instead of changing to the titlescreen state.&lt;br /&gt;
&lt;br /&gt;
See the config.txt that ships with MegaZeux 2.90+ for more information on these features.&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=8918</id>
		<title>File:Spectere-AwesomeHair.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=8918"/>
		<updated>2018-10-30T13:19:26Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of Spectere after driving along the highway with the windows down.&lt;br /&gt;
&lt;br /&gt;
Don't worry, he shaved most of that mess off soon after this picture was taken.&lt;br /&gt;
&lt;br /&gt;
[[category:profile pics]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=8917</id>
		<title>File:Spectere-AwesomeHair.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=8917"/>
		<updated>2018-10-30T13:17:18Z</updated>

		<summary type="html">&lt;p&gt;Spectere: uploaded a new version of &amp;amp;quot;File:Spectere-AwesomeHair.jpg&amp;amp;quot;: Hopefully rotated properly this time!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of Spectere, taken soon after waking up, by the man himself.&lt;br /&gt;
&lt;br /&gt;
This photo was taken on October 15, 2006, with a Motorola RAZR V3x camera phone.  Cropping, resizing, and color corrections were all done with Irfanview 3.98.&lt;br /&gt;
[[category:profile pics]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=8916</id>
		<title>File:Spectere-AwesomeHair.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=8916"/>
		<updated>2018-10-30T13:09:59Z</updated>

		<summary type="html">&lt;p&gt;Spectere: uploaded a new version of &amp;amp;quot;File:Spectere-AwesomeHair.jpg&amp;amp;quot;: I'm a bit older now, surprisingly.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of Spectere, taken soon after waking up, by the man himself.&lt;br /&gt;
&lt;br /&gt;
This photo was taken on October 15, 2006, with a Motorola RAZR V3x camera phone.  Cropping, resizing, and color corrections were all done with Irfanview 3.98.&lt;br /&gt;
[[category:profile pics]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Help:What_is_allowed&amp;diff=6585</id>
		<title>Help:What is allowed</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Help:What_is_allowed&amp;diff=6585"/>
		<updated>2009-01-03T11:33:27Z</updated>

		<summary type="html">&lt;p&gt;Spectere: /* What we need */ Fixed link to the list of stubs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What we need==&lt;br /&gt;
All articles that pertain to [[MegaZeux]] or its community are good for this wiki. Make sure you write them from an unbiased viewpoint, and try to verify as much of your info that you can. Also, please share any knowledge you have to the many [[Category:Stubs|stub]] pages here.&lt;br /&gt;
&lt;br /&gt;
==What we don't need==&lt;br /&gt;
We do not appreciate ''spam'', nor do we like articles that talk endorse opinions. It's not your fault if you reference something incorrectly, but please try to make sure you thoroughly check any sources used in articles.&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Help:Editing_Guidelines&amp;diff=6584</id>
		<title>Help:Editing Guidelines</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Help:Editing_Guidelines&amp;diff=6584"/>
		<updated>2009-01-03T11:32:35Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Converted rules and guidelines to a proper numbered list format; reworded about all of it; added a friendly closing line :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you would like to help contribute to the MZX Wiki please keep the following rules and guidelines in mind:&lt;br /&gt;
&lt;br /&gt;
#If you're unsure about how to use a wiki feature, check how it's done on [http://en.wikipedia.org/wiki/Main_Page Wikipedia].&lt;br /&gt;
#If you wish to use content from another source, [http://en.wikipedia.org/wiki/Paraphrase paraphrase] it rather than copying it word-for-word.&lt;br /&gt;
#Make sure that the information you are submitting is correct.&lt;br /&gt;
#Use [[Help:Basic Markup|wiki mark-up]] rather than HTML tags.&lt;br /&gt;
#Make the MZX Wiki easier to navigate by linking related articles together.&lt;br /&gt;
#Be mindful of the &amp;quot;minor edit&amp;quot; function and use it where appropriate.&lt;br /&gt;
#Always preview an article before submitting!&lt;br /&gt;
#If an article could be referred to under multiple names or as an acronym, create redirect pages to make it easier to find.&lt;br /&gt;
#All intrawiki links are case-sensitive.  Make sure to test your links in the preview screen prior to saving the page!&lt;br /&gt;
&lt;br /&gt;
Happy editing!&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Help:Basic_Markup&amp;diff=6583</id>
		<title>Help:Basic Markup</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Help:Basic_Markup&amp;diff=6583"/>
		<updated>2009-01-03T11:22:02Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Holy crap, was I drunk when I wrote this?  Fixed some of the blatant errors.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wiki mark-up is a tad different than HTML, BBC, or other methods.  As such, it is important to have a short guide on its basics.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This is primarily meant to be used as a primer and a reference document.  If you want to learn more, see the section on [http://meta.wikimedia.org/wiki/Help:Editing Wikimedia's Meta-Wiki].&lt;br /&gt;
&lt;br /&gt;
==Commonly Used Markup==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!width=&amp;quot;375&amp;quot; style=&amp;quot;background-color: #0060B0&amp;quot;|Mark-up&lt;br /&gt;
!width=&amp;quot;375&amp;quot; style=&amp;quot;background-color: #0060B0&amp;quot;|Result&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
To italicize text, put ''two'' apostrophes&lt;br /&gt;
before and after the text.&lt;br /&gt;
&lt;br /&gt;
To make text appear bold, put '''three'''&lt;br /&gt;
apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To apply both effects, use '''''five''''',&lt;br /&gt;
count 'em '''''five''''', apostrophes.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
To italicize text, put ''two'' apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To make text appear bold, put '''three''' apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To apply both effects, use '''''five''''', count 'em '''''five''''', apostrophes.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
==Section Headings==&lt;br /&gt;
Section headings are very useful, allowing&lt;br /&gt;
you to split up and organize pages.&lt;br /&gt;
&lt;br /&gt;
===Subsections===&lt;br /&gt;
You can even make subheadings and delve&lt;br /&gt;
into more detail on one topic.  Just use&lt;br /&gt;
an additional equal sign on both sides&lt;br /&gt;
of the topic title.&lt;br /&gt;
&lt;br /&gt;
====Sub-subsections====&lt;br /&gt;
...and so on and so forth.&lt;br /&gt;
&lt;br /&gt;
Be sure not to use a single equal sign;&lt;br /&gt;
those aren't meant to be used in&lt;br /&gt;
articles.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #004080; font-size: 150%;&amp;quot;&amp;gt;Section Headings&amp;lt;/div&amp;gt;&lt;br /&gt;
Section headings are very useful, allowing you to split up and organize pages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; font-size: 132%;&amp;quot;&amp;gt;Subsections&amp;lt;/div&amp;gt;&lt;br /&gt;
You can even make subheadings and delve into more detail on one topic.  Just use an additional equal sign on both sides of the topic title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; font-size: 116%;&amp;quot;&amp;gt;Sub-subsections&amp;lt;/div&amp;gt;&lt;br /&gt;
...and so on and so forth.&lt;br /&gt;
&lt;br /&gt;
Be sure not to use a single equal sign; those aren't meant to be used in articles.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
*Unordered lists are very useful&lt;br /&gt;
**You can even make subitems&lt;br /&gt;
***...and sub-subitems&lt;br /&gt;
***Just increase the number of asterisks&lt;br /&gt;
***You have to handle mid-list newlines&lt;br /&gt;
**:in a special way, however...&lt;br /&gt;
...otherwise you will break apart the list&lt;br /&gt;
*It's easy as pie!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Unordered lists are very useful&lt;br /&gt;
**You can even make subitems&lt;br /&gt;
***...and sub-subitems&lt;br /&gt;
***Just increase the number of asterisks&lt;br /&gt;
***You have to handle mid-list newlines&lt;br /&gt;
**:in a special way, however...&lt;br /&gt;
...otherwise you will break apart the list&lt;br /&gt;
*It's easy as pie!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
#Numbered lists are also very simple&lt;br /&gt;
##They support subitems&lt;br /&gt;
##the same way unordered lists do&lt;br /&gt;
###But, again,&lt;br /&gt;
##:make sure you handle the new lines&lt;br /&gt;
##:properly&lt;br /&gt;
Otherwise you'll break the list...&lt;br /&gt;
#...and it'll start over at 1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
#Numbered lists are also very simple&lt;br /&gt;
##They support subitems&lt;br /&gt;
##the same way unordered lists do&lt;br /&gt;
###But, again,&lt;br /&gt;
##:make sure you handle new lines&lt;br /&gt;
##:properly...&lt;br /&gt;
...otherwise you'll break the list...&lt;br /&gt;
#...and it'll start over at 1.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
Links are essential to all Wikis,&lt;br /&gt;
including the one about [[MegaZeux]].&lt;br /&gt;
&lt;br /&gt;
Simply surround the target article&lt;br /&gt;
name in double-square brackets to link&lt;br /&gt;
to it.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Links are essential to all Wikis, including the one about [[MegaZeux]].&lt;br /&gt;
&lt;br /&gt;
Simply surround the target article name in double-square brackets to link to it.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to link to a particular&lt;br /&gt;
section in an article, you can do&lt;br /&gt;
it with no trouble: [[MegaZeux#Robotic]]&lt;br /&gt;
&lt;br /&gt;
The above link brings you directly to&lt;br /&gt;
the &amp;quot;Robotic&amp;quot; section in the [[MegaZeux]]&lt;br /&gt;
article.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to link to a particular section in an article, you can do it with no trouble: [[MegaZeux#Robotic]]&lt;br /&gt;
&lt;br /&gt;
The above link brings you directly to the &amp;quot;Robotic&amp;quot; section in the [[MegaZeux]] article.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to create a link, but want the&lt;br /&gt;
link text to be different than the article&lt;br /&gt;
that it links to, you would do something&lt;br /&gt;
like [[MegaZeux|this]]!  Just put the name&lt;br /&gt;
of the article, a pipe, and what you want&lt;br /&gt;
it to say on the page in double-square brackets.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to create a link, but want the link text to be different than the article that it links to, you would do something like [[MegaZeux|this]]!  Just put the name of the article, a pipe, and what you want it to say on the page in double-square brackets.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to link to an external site, just&lt;br /&gt;
type the URL in the page as-is:&lt;br /&gt;
&lt;br /&gt;
http://www.digitalmzx.net/&lt;br /&gt;
&lt;br /&gt;
If you want to mask the URL behind some text,&lt;br /&gt;
just type the URL, a space, and the text that&lt;br /&gt;
you want it to display in single square brackets:&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalmzx.net/ DigitalMZX]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to link to an external site, just type the URL in the page as-is:&lt;br /&gt;
&lt;br /&gt;
http://www.digitalmzx.net/&lt;br /&gt;
&lt;br /&gt;
If you want to mask the URL behind some text, just type the URL, a space, and the text that you want it to display in single square brackets:&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalmzx.net/ DigitalMZX]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
It is good practice to sign discussion pages&lt;br /&gt;
after you make a post to them.  To do so, use&lt;br /&gt;
four tildes in a row: ~~~~&lt;br /&gt;
&lt;br /&gt;
You may also wish to seperate it from the&lt;br /&gt;
actual post with a couple of hyphens: --~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
It is good practice to sign discussion pages after you make a post to them.  To do so, use four tildes in a row: [[User:Spectere|Spectere]] 17:08, 24 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
You may also wish to seperate it from the actual post with a couple of hyphens: --[[User:Spectere|Spectere]] 17:08, 24 October 2006 (CDT)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=MZX_%22Virus%22&amp;diff=2364</id>
		<title>MZX &quot;Virus&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=MZX_%22Virus%22&amp;diff=2364"/>
		<updated>2006-11-01T00:29:07Z</updated>

		<summary type="html">&lt;p&gt;Spectere: /* Spectere's 9.MZX */ One more thing...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
An '''MZX &amp;quot;Virus&amp;quot;''' is essentially any game or .MZX file that causes [[MegaZeux]] to behave in a malicious or generally unfriendly manner.  To date, there have never been any such games that were actual [http://en.wikipedia.org/wiki/Computer_virus viruses], falling instead under the category of malicious software in general.  The typical delivery method for MZX &amp;quot;viruses&amp;quot; takes advantage of [[file access]] to overwrite important MZX files with junk (such as deleting the main executable or default character sets).  The effectiveness of this is limited, however, because MZX prevents running games from accessing parent directories.  The &amp;quot;virus&amp;quot; would have to be played from the root MZX installation directory to have any effect.  Other MZX &amp;quot;viruses&amp;quot; take advantage of exploits and bugs in MZX itself to force it to crash or hang.&lt;br /&gt;
&lt;br /&gt;
==Spectere's 9.MZX==&lt;br /&gt;
During the [[Summer 2006 DsDoZ]], [[Spectere]] attempted to create his submission using only a [[hex editor]] and the [[MZX file format]].  After little success after several hours of work he grew tired of the idea (and had run out of time) and submitted the world as-is.  The resulting file caused MZX to irrecoverably hang, monopolize the CPU, and continually consume system memory, a result that Spectere was quite pleased with.&lt;br /&gt;
&lt;br /&gt;
==Commander Pancake and Asiekierka's MZX Virus==&lt;br /&gt;
Following the DoZ, [[Commander Pancake]] and [[asiekierka]] were inspired by Spectere's entry and collaborated to produce a file access based &amp;quot;MZX virus&amp;quot; (Pancake's description, which is where the term originated).  [[SmartRutter]] quickly followed with a submission of his own.  This met with general disdain from the community, which considered the idea to be neither new nor particularly clever (the potential for such an exploit [http://www.digitalmzx.net/forums/index.php?showtopic=1276&amp;amp;st=0 had been pointed out] by MZX beta testers already).  Despite this, Commander Pancake continued to press the issue and released more versions of his &amp;quot;virus&amp;quot; until he was forced to stop by the [[DigitalMZX]] administration.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
[http://www.digitalmzx.net/forums/index.php?showtopic=10825 The original MZX Virus thread]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[MZX exploits]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NeedsPeerReview}}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=MZX_%22Virus%22&amp;diff=2363</id>
		<title>MZX &quot;Virus&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=MZX_%22Virus%22&amp;diff=2363"/>
		<updated>2006-11-01T00:28:33Z</updated>

		<summary type="html">&lt;p&gt;Spectere: /* Spectere's 9.MZX */ The motive and reasons for submitting it as-is are inaccurate.  Corrected.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
An '''MZX &amp;quot;Virus&amp;quot;''' is essentially any game or .MZX file that causes [[MegaZeux]] to behave in a malicious or generally unfriendly manner.  To date, there have never been any such games that were actual [http://en.wikipedia.org/wiki/Computer_virus viruses], falling instead under the category of malicious software in general.  The typical delivery method for MZX &amp;quot;viruses&amp;quot; takes advantage of [[file access]] to overwrite important MZX files with junk (such as deleting the main executable or default character sets).  The effectiveness of this is limited, however, because MZX prevents running games from accessing parent directories.  The &amp;quot;virus&amp;quot; would have to be played from the root MZX installation directory to have any effect.  Other MZX &amp;quot;viruses&amp;quot; take advantage of exploits and bugs in MZX itself to force it to crash or hang.&lt;br /&gt;
&lt;br /&gt;
==Spectere's 9.MZX==&lt;br /&gt;
During the [[Summer 2006 DsDoZ]], [[Spectere]] attempted to create his submission using only a [[hex editor]] and the [[MZX file format]].  After little success after several hours of work he grew tired of the idea and submitted the world as-is.  The resulting file caused MZX to irrecoverably hang, monopolize the CPU, and continually consume system memory, a result that Spectere was quite pleased with.&lt;br /&gt;
&lt;br /&gt;
==Commander Pancake and Asiekierka's MZX Virus==&lt;br /&gt;
Following the DoZ, [[Commander Pancake]] and [[asiekierka]] were inspired by Spectere's entry and collaborated to produce a file access based &amp;quot;MZX virus&amp;quot; (Pancake's description, which is where the term originated).  [[SmartRutter]] quickly followed with a submission of his own.  This met with general disdain from the community, which considered the idea to be neither new nor particularly clever (the potential for such an exploit [http://www.digitalmzx.net/forums/index.php?showtopic=1276&amp;amp;st=0 had been pointed out] by MZX beta testers already).  Despite this, Commander Pancake continued to press the issue and released more versions of his &amp;quot;virus&amp;quot; until he was forced to stop by the [[DigitalMZX]] administration.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
[http://www.digitalmzx.net/forums/index.php?showtopic=10825 The original MZX Virus thread]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[MZX exploits]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NeedsPeerReview}}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Category:Needs_peer_review&amp;diff=2294</id>
		<title>Category:Needs peer review</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Category:Needs_peer_review&amp;diff=2294"/>
		<updated>2006-10-29T06:03:53Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The articles listed here are in need of a peer review to ensure that the amount of bias within is kept to a minimum.  The articles listed below are most likely new articles about people that are, or were, in the MegaZeux community, and ones covering controversial topics.&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Luke_Drelick&amp;diff=2293</id>
		<title>Luke Drelick</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Luke_Drelick&amp;diff=2293"/>
		<updated>2006-10-29T06:01:39Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Trying out new &amp;quot;NeedsPeerReview&amp;quot; template...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Luke Drelick''' (currently known as djtiesto) has been a controversial figure throughout [[MegaZeux]] history.  Since his days of [[troll|trolling]] on [[mWorld]] under various different pseudonyms (usually named after Garage artists, a trademark that made him easily identifiable), he was in fairly constant conflict with the community administration.  This came to a head about a year after the creation of [[DigitalMZX]] (during which time he used the handle SEGA), when he was &amp;quot;permanently&amp;quot; banned from the forums in September 2001 for repeated infractions against the ToS and a general feeling by the administration that he was only around to cause problems for his own enjoyment.  This led to complaints by many of his friends at the time, as well as some attempted ban-evasion and raids.&lt;br /&gt;
&lt;br /&gt;
In 2004, well after the furor had settled down, Drelick contacted the admins and dropped a hint that he wanted to be allowed back in, if it were considered acceptable.  After some discussion, the admins allowed him to register a new account on a provisional, probationary basis.  Since then, Drelick has been true to his word in demonstrating his willingness to cooperate with DMZX policies, and has actually become a respected member of the community once more.&lt;br /&gt;
&lt;br /&gt;
Luke Drelick is also one of the more prolific [[:Category:MZXers|MZXers]] in history, especially in his early days.  He created several complete games of considerable length, the most famous of which is probably [[Engine (game)|Engine]].  Since his return to the community, he released a [[special edition]] of Engine, and has been working on a similar treatment for [[Kikan]], another of his older games.&lt;br /&gt;
&lt;br /&gt;
[[Category:MZXers]]&lt;br /&gt;
{{NeedsPeerReview}}&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Template:NeedsPeerReview&amp;diff=2292</id>
		<title>Template:NeedsPeerReview</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Template:NeedsPeerReview&amp;diff=2292"/>
		<updated>2006-10-29T06:00:45Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Goofed up wiki-markup on the category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;boilerplate metadata&amp;quot; id=&amp;quot;stub&amp;quot;&amp;gt;&lt;br /&gt;
{|cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background-color:transparent&amp;quot;&lt;br /&gt;
|[[Image:NeedsPeerReview.gif]]&lt;br /&gt;
|''&amp;amp;nbsp;This article is in need of a [[Needs peer review|peer review]].  You can [[Needs peer review|help]] the MZXWiki by reviewing and, if necessary, [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} correcting] the article.''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs peer review]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Template:NeedsPeerReview&amp;diff=2291</id>
		<title>Template:NeedsPeerReview</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Template:NeedsPeerReview&amp;diff=2291"/>
		<updated>2006-10-29T06:00:22Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Make'd.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;boilerplate metadata&amp;quot; id=&amp;quot;stub&amp;quot;&amp;gt;&lt;br /&gt;
{|cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background-color:transparent&amp;quot;&lt;br /&gt;
|[[Image:NeedsPeerReview.gif]]&lt;br /&gt;
|''&amp;amp;nbsp;This article is in need of a [[Needs peer review|peer review]].  You can [[Needs peer review|help]] the MZXWiki by reviewing and, if necessary, [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} correcting] the article.''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs peer review]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Needs_peer_review&amp;diff=2290</id>
		<title>Needs peer review</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Needs_peer_review&amp;diff=2290"/>
		<updated>2006-10-29T05:58:48Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Category:Needs peer review]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=File:NeedsPeerReview.gif&amp;diff=2289</id>
		<title>File:NeedsPeerReview.gif</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=File:NeedsPeerReview.gif&amp;diff=2289"/>
		<updated>2006-10-29T05:57:22Z</updated>

		<summary type="html">&lt;p&gt;Spectere: An icon used for Template:NeedsPeerReview.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An icon used for [[Template:NeedsPeerReview]].&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Help:Basic_Markup&amp;diff=2222</id>
		<title>Help:Basic Markup</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Help:Basic_Markup&amp;diff=2222"/>
		<updated>2006-10-24T22:14:31Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Start!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wiki mark-up is a tad different than HTML, BBC, or other methods.  As such, it is important to have a short guide on its basics.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This is primarily meant to be used as a primer and a reference document.  If you want to learn more, see the section on [http://meta.wikimedia.org/wiki/Help:Editing Wikimedia's Meta-Wiki].&lt;br /&gt;
&lt;br /&gt;
==Commonly Used Markup==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!width=&amp;quot;375&amp;quot; style=&amp;quot;background-color: #0060B0&amp;quot;|Mark-up&lt;br /&gt;
!width=&amp;quot;375&amp;quot; style=&amp;quot;background-color: #0060B0&amp;quot;|Result&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
To italicize text, put ''two'' apostrophes&lt;br /&gt;
before and after the text.&lt;br /&gt;
&lt;br /&gt;
To make text appear bold, put '''three'''&lt;br /&gt;
apostrophes''' before and after the text.&lt;br /&gt;
&lt;br /&gt;
To apply both effects, use '''''five''''',&lt;br /&gt;
count 'em '''''five'''', apostrophes.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
To italicize text, put ''two'' apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To make text appear bold, put '''three''' apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To apply both effects, use '''''five''''', count 'em '''''five'''', apostrophes.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
==Section Headings==&lt;br /&gt;
Section headings are very useful, allowing&lt;br /&gt;
you to split up and organize pages.&lt;br /&gt;
&lt;br /&gt;
===Subsections===&lt;br /&gt;
You can even make subheadings and delve&lt;br /&gt;
into more detail on one topic.  Just use&lt;br /&gt;
an additional equal sign on both sides&lt;br /&gt;
of the topic title.&lt;br /&gt;
&lt;br /&gt;
====Sub-subsections====&lt;br /&gt;
...and so on and so forth.&lt;br /&gt;
&lt;br /&gt;
Be sure not to use a single equal sign;&lt;br /&gt;
those aren't meant to be used in&lt;br /&gt;
articles.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #004080; font-size: 150%;&amp;quot;&amp;gt;Section Headings&amp;lt;/div&amp;gt;&lt;br /&gt;
Section headings are very useful, allowing you to split up and organize pages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; font-size: 132%;&amp;quot;&amp;gt;Subsections&amp;lt;/div&amp;gt;&lt;br /&gt;
You can even make subheadings and delve into more detail on one topic.  Just use an additional equal sign on both sides of the topic title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; font-size: 116%;&amp;quot;&amp;gt;Sub-subsections&amp;lt;/div&amp;gt;&lt;br /&gt;
...and so on and so forth.&lt;br /&gt;
&lt;br /&gt;
Be sure not to use a single equal sign; those aren't meant to be used in articles.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
*Unordered lists are very useful&lt;br /&gt;
**You can even make subitems&lt;br /&gt;
***...and sub-subitems&lt;br /&gt;
***Just increase the number of asterisks&lt;br /&gt;
***You have to handle mid-list newlines&lt;br /&gt;
*:in a special way, however...&lt;br /&gt;
...otherwise you will break apart the list&lt;br /&gt;
*It's easy as pie!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Unordered lists are very useful&lt;br /&gt;
**You can even make subitems&lt;br /&gt;
***...and sub-subitems&lt;br /&gt;
***Just increase the number of asterisks&lt;br /&gt;
***You have to handle mid-list newlines&lt;br /&gt;
*:in a special way, however...&lt;br /&gt;
...otherwise you will break apart the list&lt;br /&gt;
*It's easy as pie!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
#Numbered lists are also very simple&lt;br /&gt;
##They support subitems&lt;br /&gt;
##the same way unordered lists do&lt;br /&gt;
###But, again,&lt;br /&gt;
#:make sure you handle the new lines&lt;br /&gt;
#:properly&lt;br /&gt;
Otherwise you'll break the list...&lt;br /&gt;
#...and it'll start over at 1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
#Numbered lists are also very simple&lt;br /&gt;
##They support subitems&lt;br /&gt;
##the same way unordered lists do&lt;br /&gt;
###But, again,&lt;br /&gt;
##:make sure you handle new lines&lt;br /&gt;
##:properly...&lt;br /&gt;
...otherwise you'll break the list...&lt;br /&gt;
#...and it'll start over at 1.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
Links are essential to all Wikis,&lt;br /&gt;
including the one about [[MegaZeux]].&lt;br /&gt;
&lt;br /&gt;
Simply surround the target article&lt;br /&gt;
name in double-square brackets to link&lt;br /&gt;
to it.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Links are essential to all Wikis, including the one about [[MegaZeux]].&lt;br /&gt;
&lt;br /&gt;
Simply surround the target article name in double-square brackets to link to it.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to link to a particular&lt;br /&gt;
section in an article, you can do&lt;br /&gt;
it with no trouble: [[MegaZeux#Robotic]]&lt;br /&gt;
&lt;br /&gt;
The above link brings you directly to&lt;br /&gt;
the &amp;quot;Robotic&amp;quot; section in the [[MegaZeux]]&lt;br /&gt;
article.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to link to a particular section in an article, you can do it with no trouble: [[MegaZeux#Robotic]]&lt;br /&gt;
&lt;br /&gt;
The above link brings you directly to the &amp;quot;Robotic&amp;quot; section in the [[MegaZeux]] article.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to create a link, but want the&lt;br /&gt;
link text to be different than the article&lt;br /&gt;
that it links to, you would do something&lt;br /&gt;
like [[MegaZeux|this]]!  Just put the name&lt;br /&gt;
of the article, a pipe, and what you want&lt;br /&gt;
it to say on the page in double-square brackets.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to create a link, but want the link text to be different than the article that it links to, you would do something like [[MegaZeux|this]]!  Just put the name of the article, a pipe, and what you want it to say on the page in double-square brackets.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to link to an external site, just&lt;br /&gt;
type the URL in the page as-is:&lt;br /&gt;
&lt;br /&gt;
http://www.digitalmzx.net/&lt;br /&gt;
&lt;br /&gt;
If you want to mask the URL behind some text,&lt;br /&gt;
just type the URL, a space, and the text that&lt;br /&gt;
you want it to display in single square brackets:&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalmzx.net/ DigitalMZX]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to link to an external site, just type the URL in the page as-is:&lt;br /&gt;
&lt;br /&gt;
http://www.digitalmzx.net/&lt;br /&gt;
&lt;br /&gt;
If you want to mask the URL behind some text, just type the URL, a space, and the text that you want it to display in single square brackets:&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalmzx.net/ DigitalMZX]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
It is good practice to sign discussion pages&lt;br /&gt;
after you make a post to them.  To do so, use&lt;br /&gt;
four tildes in a row: ~~~~&lt;br /&gt;
&lt;br /&gt;
You may also wish to seperate it from the&lt;br /&gt;
actual post a bit using hyphens: --~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
It is good practice to sign discussion pages after you make a post to them.  To do so, use four tildes in a row: [[User:Spectere|Spectere]] 17:08, 24 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
You may also wish to seperate it from the actual post a bit using hyphens: --[[User:Spectere|Spectere]] 17:08, 24 October 2006 (CDT)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Help:Contents&amp;diff=2221</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Help:Contents&amp;diff=2221"/>
		<updated>2006-10-24T22:14:19Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Getting Started==&lt;br /&gt;
*[[Help:Introduction|Introduction to the MZX Wiki]]&lt;br /&gt;
*[[Help:What is allowed|What is allowed here?]]&lt;br /&gt;
*[[Help:Editing Guidelines|Editing guidelines]]&lt;br /&gt;
&lt;br /&gt;
==Editing MZX Wiki==&lt;br /&gt;
*[[Help:Basic Markup|Basic wiki markup]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Help:Contents&amp;diff=2220</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Help:Contents&amp;diff=2220"/>
		<updated>2006-10-24T22:14:00Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Just getting this section started...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Getting Started==&lt;br /&gt;
*[[Help:Introduction|Introduction to the MZX Wiki]]&lt;br /&gt;
*[[Help:What is allowed|What is allowed here?]]&lt;br /&gt;
*[[Help:Editing Guidelines|Editing guidelines]]&lt;br /&gt;
&lt;br /&gt;
==Editing MZX Wiki==&lt;br /&gt;
*[[Help:BasicMarkup|Basic wiki markup]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/FUTER/Help:Contents&amp;diff=2219</id>
		<title>User:Spectere/FUTER/Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/FUTER/Help:Contents&amp;diff=2219"/>
		<updated>2006-10-24T22:13:31Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Initial page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Getting Started==&lt;br /&gt;
*[[Help:Introduction|Introduction to the MZX Wiki]]&lt;br /&gt;
*[[Help:What is allowed|What is allowed here?]]&lt;br /&gt;
*[[Help:Editing Guidelines|Editing guidelines]]&lt;br /&gt;
&lt;br /&gt;
==Editing MZX Wiki==&lt;br /&gt;
*[[Help:BasicMarkup|Basic wiki markup]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/FUTER/Help:Markup&amp;diff=2218</id>
		<title>User:Spectere/FUTER/Help:Markup</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/FUTER/Help:Markup&amp;diff=2218"/>
		<updated>2006-10-24T22:08:09Z</updated>

		<summary type="html">&lt;p&gt;Spectere: INITIAL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wiki mark-up is a tad different than HTML, BBC, or other methods.  As such, it is important to have a short guide on its basics.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This is primarily meant to be used as a primer and a reference document.  If you want to learn more, see the section on [http://meta.wikimedia.org/wiki/Help:Editing Wikimedia's Meta-Wiki].&lt;br /&gt;
&lt;br /&gt;
==Commonly Used Markup==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!width=&amp;quot;375&amp;quot; style=&amp;quot;background-color: #0060B0&amp;quot;|Mark-up&lt;br /&gt;
!width=&amp;quot;375&amp;quot; style=&amp;quot;background-color: #0060B0&amp;quot;|Result&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
To italicize text, put ''two'' apostrophes&lt;br /&gt;
before and after the text.&lt;br /&gt;
&lt;br /&gt;
To make text appear bold, put '''three'''&lt;br /&gt;
apostrophes''' before and after the text.&lt;br /&gt;
&lt;br /&gt;
To apply both effects, use '''''five''''',&lt;br /&gt;
count 'em '''''five'''', apostrophes.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
To italicize text, put ''two'' apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To make text appear bold, put '''three''' apostrophes before and after the text.&lt;br /&gt;
&lt;br /&gt;
To apply both effects, use '''''five''''', count 'em '''''five'''', apostrophes.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
==Section Headings==&lt;br /&gt;
Section headings are very useful, allowing&lt;br /&gt;
you to split up and organize pages.&lt;br /&gt;
&lt;br /&gt;
===Subsections===&lt;br /&gt;
You can even make subheadings and delve&lt;br /&gt;
into more detail on one topic.  Just use&lt;br /&gt;
an additional equal sign on both sides&lt;br /&gt;
of the topic title.&lt;br /&gt;
&lt;br /&gt;
====Sub-subsections====&lt;br /&gt;
...and so on and so forth.&lt;br /&gt;
&lt;br /&gt;
Be sure not to use a single equal sign;&lt;br /&gt;
those aren't meant to be used in&lt;br /&gt;
articles.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #004080; font-size: 150%;&amp;quot;&amp;gt;Section Headings&amp;lt;/div&amp;gt;&lt;br /&gt;
Section headings are very useful, allowing you to split up and organize pages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; font-size: 132%;&amp;quot;&amp;gt;Subsections&amp;lt;/div&amp;gt;&lt;br /&gt;
You can even make subheadings and delve into more detail on one topic.  Just use an additional equal sign on both sides of the topic title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color: white; background: none; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; font-size: 116%;&amp;quot;&amp;gt;Sub-subsections&amp;lt;/div&amp;gt;&lt;br /&gt;
...and so on and so forth.&lt;br /&gt;
&lt;br /&gt;
Be sure not to use a single equal sign; those aren't meant to be used in articles.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
*Unordered lists are very useful&lt;br /&gt;
**You can even make subitems&lt;br /&gt;
***...and sub-subitems&lt;br /&gt;
***Just increase the number of asterisks&lt;br /&gt;
***You have to handle mid-list newlines&lt;br /&gt;
*:in a special way, however...&lt;br /&gt;
...otherwise you will break apart the list&lt;br /&gt;
*It's easy as pie!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
*Unordered lists are very useful&lt;br /&gt;
**You can even make subitems&lt;br /&gt;
***...and sub-subitems&lt;br /&gt;
***Just increase the number of asterisks&lt;br /&gt;
***You have to handle mid-list newlines&lt;br /&gt;
*:in a special way, however...&lt;br /&gt;
...otherwise you will break apart the list&lt;br /&gt;
*It's easy as pie!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
#Numbered lists are also very simple&lt;br /&gt;
##They support subitems&lt;br /&gt;
##the same way unordered lists do&lt;br /&gt;
###But, again,&lt;br /&gt;
#:make sure you handle the new lines&lt;br /&gt;
#:properly&lt;br /&gt;
Otherwise you'll break the list...&lt;br /&gt;
#...and it'll start over at 1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
#Numbered lists are also very simple&lt;br /&gt;
##They support subitems&lt;br /&gt;
##the same way unordered lists do&lt;br /&gt;
###But, again,&lt;br /&gt;
##:make sure you handle new lines&lt;br /&gt;
##:properly...&lt;br /&gt;
...otherwise you'll break the list...&lt;br /&gt;
#...and it'll start over at 1.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
Links are essential to all Wikis,&lt;br /&gt;
including the one about [[MegaZeux]].&lt;br /&gt;
&lt;br /&gt;
Simply surround the target article&lt;br /&gt;
name in double-square brackets to link&lt;br /&gt;
to it.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Links are essential to all Wikis, including the one about [[MegaZeux]].&lt;br /&gt;
&lt;br /&gt;
Simply surround the target article name in double-square brackets to link to it.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to link to a particular&lt;br /&gt;
section in an article, you can do&lt;br /&gt;
it with no trouble: [[MegaZeux#Robotic]]&lt;br /&gt;
&lt;br /&gt;
The above link brings you directly to&lt;br /&gt;
the &amp;quot;Robotic&amp;quot; section in the [[MegaZeux]]&lt;br /&gt;
article.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to link to a particular section in an article, you can do it with no trouble: [[MegaZeux#Robotic]]&lt;br /&gt;
&lt;br /&gt;
The above link brings you directly to the &amp;quot;Robotic&amp;quot; section in the [[MegaZeux]] article.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to create a link, but want the&lt;br /&gt;
link text to be different than the article&lt;br /&gt;
that it links to, you would do something&lt;br /&gt;
like [[MegaZeux|this]]!  Just put the name&lt;br /&gt;
of the article, a pipe, and what you want&lt;br /&gt;
it to say on the page in double-square brackets.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to create a link, but want the link text to be different than the article that it links to, you would do something like [[MegaZeux|this]]!  Just put the name of the article, a pipe, and what you want it to say on the page in double-square brackets.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
If you want to link to an external site, just&lt;br /&gt;
type the URL in the page as-is:&lt;br /&gt;
&lt;br /&gt;
http://www.digitalmzx.net/&lt;br /&gt;
&lt;br /&gt;
If you want to mask the URL behind some text,&lt;br /&gt;
just type the URL, a space, and the text that&lt;br /&gt;
you want it to display in single square brackets:&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalmzx.net/ DigitalMZX]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
If you want to link to an external site, just type the URL in the page as-is:&lt;br /&gt;
&lt;br /&gt;
http://www.digitalmzx.net/&lt;br /&gt;
&lt;br /&gt;
If you want to mask the URL behind some text, just type the URL, a space, and the text that you want it to display in single square brackets:&lt;br /&gt;
&lt;br /&gt;
[http://www.digitalmzx.net/ DigitalMZX]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
It is good practice to sign discussion pages&lt;br /&gt;
after you make a post to them.  To do so, use&lt;br /&gt;
four tildes in a row: ~~~~&lt;br /&gt;
&lt;br /&gt;
You may also wish to seperate it from the&lt;br /&gt;
actual post a bit using hyphens: --~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
It is good practice to sign discussion pages after you make a post to them.  To do so, use four tildes in a row: [[User:Spectere|Spectere]] 17:08, 24 October 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
You may also wish to seperate it from the actual post a bit using hyphens: --[[User:Spectere|Spectere]] 17:08, 24 October 2006 (CDT)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=Talk:List_of_Classic_DigitalMZX_Threads&amp;diff=2165</id>
		<title>Talk:List of Classic DigitalMZX Threads</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=Talk:List_of_Classic_DigitalMZX_Threads&amp;diff=2165"/>
		<updated>2006-10-24T01:10:50Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just wanted to say I like Spectere's link placement better; I had them on bottom originally because I wasn't sure if they should be in the meat of the article. Also, chronological's fine by me and I assume nobody else will care. Also, if you didn't know, this is KKairos.&lt;br /&gt;
&lt;br /&gt;
Alrighty, that's good.  I wasn't sure what you'd prefer, for one, since both methods make sense. :)&lt;br /&gt;
&lt;br /&gt;
Also, to sign your name on talk pages, use four tildes in a row like thusly: &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;.  --[[User:Spectere|Spectere]] 20:10, 23 October 2006 (CDT)&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=List_of_Classic_DigitalMZX_Threads&amp;diff=2163</id>
		<title>List of Classic DigitalMZX Threads</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=List_of_Classic_DigitalMZX_Threads&amp;diff=2163"/>
		<updated>2006-10-24T00:38:06Z</updated>

		<summary type="html">&lt;p&gt;Spectere: Added this page to Category:Community&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Over the years a few of the threads on [[DigitalMZX]] have become fairly well-known, either for being controversial, for being funny, or for being both or for other reasons which have here been neglected. A list of some of these threads follows (note that many of them can be found in the ''Cause of Death:Laughter'' forum on DigitalMZX). The threads are listed chronologically.&lt;br /&gt;
&lt;br /&gt;
=2003=&lt;br /&gt;
== Would you rather be... ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=6026'' (started: June 10, 2003)&lt;br /&gt;
&lt;br /&gt;
Es inquires as to whether people would rather be Mario or Megaman, resulting in an amazing &amp;quot;admin-fight.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=2004=&lt;br /&gt;
== Should Tbone stay? ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=7570'' (started: June 11, 2004)&lt;br /&gt;
&lt;br /&gt;
Someone's poll as to whether another MZXer should stay in the community became a good example of how not to handle things.&lt;br /&gt;
&lt;br /&gt;
=2005=&lt;br /&gt;
== I'm Logicow and ZOMG LOOK GRAPHIX! ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=8805'' (started: April 19, 2005)&lt;br /&gt;
&lt;br /&gt;
This actually began with Logicow posting a graphic of his in another thread in the Creation Corner. It was then split by an admin into &amp;quot;I'm Logicow and ZOMG LOOK GRAPHIX!&amp;quot; The thread was later renamed as LOGICORP MEDIA COVERAGE, LIBERAL MEDIA INFLUX! However, the phrase &amp;quot;ZOMG LOOK GRAPHIX&amp;quot; became a bit of a fad, finding its way into a few other Creation Corner threads.&lt;br /&gt;
&lt;br /&gt;
== Adventures with sirotrax ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=9421'' (started: September 17, 2005)&lt;br /&gt;
&lt;br /&gt;
What began as a description of a meeting of two MZXers became a contest to see who could make the most absurd picture out of their picture.&lt;br /&gt;
&lt;br /&gt;
=2006=&lt;br /&gt;
== You guys BANNED one of your own admins? ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=10652'' (started: June 17, 2006)&lt;br /&gt;
&lt;br /&gt;
A post as to why Exophase appears to be in a &amp;quot;banned&amp;quot; state degenerates into attempts to out-random other people. Not the only example of threads gone this route, but one of the more recent ones.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=List_of_Classic_DigitalMZX_Threads&amp;diff=2162</id>
		<title>List of Classic DigitalMZX Threads</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=List_of_Classic_DigitalMZX_Threads&amp;diff=2162"/>
		<updated>2006-10-24T00:07:40Z</updated>

		<summary type="html">&lt;p&gt;Spectere: I modified this page to sort the titles chronologically, as well as added headers for the years.  If you want to flame me, please do so on my talk page. :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Over the years a few of the threads on [[DigitalMZX]] have become fairly well-known, either for being controversial, for being funny, or for being both or for other reasons which have here been neglected. A list of some of these threads follows (note that many of them can be found in the ''Cause of Death:Laughter'' forum on DigitalMZX). The threads are listed chronologically.&lt;br /&gt;
&lt;br /&gt;
=2003=&lt;br /&gt;
== Would you rather be... ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=6026'' (started: June 10, 2003)&lt;br /&gt;
&lt;br /&gt;
Es inquires as to whether people would rather be Mario or Megaman, resulting in an amazing &amp;quot;admin-fight.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=2004=&lt;br /&gt;
== Should Tbone stay? ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=7570'' (started: June 11, 2004)&lt;br /&gt;
&lt;br /&gt;
Someone's poll as to whether another MZXer should stay in the community became a good example of how not to handle things.&lt;br /&gt;
&lt;br /&gt;
=2005=&lt;br /&gt;
== I'm Logicow and ZOMG LOOK GRAPHIX! ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=8805'' (started: April 19, 2005)&lt;br /&gt;
&lt;br /&gt;
This actually began with Logicow posting a graphic of his in another thread in the Creation Corner. It was then split by an admin into &amp;quot;I'm Logicow and ZOMG LOOK GRAPHIX!&amp;quot; The thread was later renamed as LOGICORP MEDIA COVERAGE, LIBERAL MEDIA INFLUX! However, the phrase &amp;quot;ZOMG LOOK GRAPHIX&amp;quot; became a bit of a fad, finding its way into a few other Creation Corner threads.&lt;br /&gt;
&lt;br /&gt;
== Adventures with sirotrax ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=9421'' (started: September 17, 2005)&lt;br /&gt;
&lt;br /&gt;
What began as a description of a meeting of two MZXers became a contest to see who could make the most absurd picture out of their picture.&lt;br /&gt;
&lt;br /&gt;
=2006=&lt;br /&gt;
== You guys BANNED one of your own admins? ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=10652'' (started: June 17, 2006)&lt;br /&gt;
&lt;br /&gt;
A post as to why Exophase appears to be in a &amp;quot;banned&amp;quot; state degenerates into attempts to out-random other people. Not the only example of threads gone this route, but one of the more recent ones.&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=List_of_Classic_DigitalMZX_Threads&amp;diff=2161</id>
		<title>List of Classic DigitalMZX Threads</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=List_of_Classic_DigitalMZX_Threads&amp;diff=2161"/>
		<updated>2006-10-24T00:01:01Z</updated>

		<summary type="html">&lt;p&gt;Spectere: I put the links to the threads under the title for easier access&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Over the years a few of the threads on [[DigitalMZX]] have become fairly well-known, either for being controversial, for being funny, or for being both or for other reasons which have here been neglected. A list of some of these threads follows (note that many of them can be found in the ''Cause of Death:Laughter'' forum on DigitalMZX). The threads are listed alphabetically.&lt;br /&gt;
&lt;br /&gt;
== Adventures with sirotrax ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=9421''&lt;br /&gt;
&lt;br /&gt;
What began as a description of a meeting of two MZXers became a contest to see who could make the most absurd picture out of their picture.&lt;br /&gt;
&lt;br /&gt;
== I'm Logicow and ZOMG LOOK GRAPHIX! ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=8805''&lt;br /&gt;
&lt;br /&gt;
This actually began with Logicow posting a graphic of his in another thread in the Creation Corner. It was then split by an admin into &amp;quot;I'm Logicow and ZOMG LOOK GRAPHIX!&amp;quot; The thread was later renamed as LOGICORP MEDIA COVERAGE, LIBERAL MEDIA INFLUX! However, the phrase &amp;quot;ZOMG LOOK GRAPHIX&amp;quot; became a bit of a fad, finding its way into a few other Creation Corner threads.&lt;br /&gt;
&lt;br /&gt;
== Should Tbone stay? ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=7570''&lt;br /&gt;
&lt;br /&gt;
Someone's poll as to whether another MZXer should stay in the community became a good example of how not to handle things.&lt;br /&gt;
&lt;br /&gt;
== Would you rather be... ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=6026''&lt;br /&gt;
&lt;br /&gt;
Es inquires as to whether people would rather be Mario or Megaman, resulting in an amazing &amp;quot;admin-fight.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== You guys BANNED one of your own admins? ==&lt;br /&gt;
&lt;br /&gt;
''Link: http://www.digitalmzx.net/forums/index.php?showtopic=10652''&lt;br /&gt;
&lt;br /&gt;
A post as to why Exophase appears to be in a &amp;quot;banned&amp;quot; state degenerates into attempts to out-random other people. Not the only example of threads gone this route, but one of the more recent ones.&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/Engines&amp;diff=2155</id>
		<title>User:Spectere/Engines</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/Engines&amp;diff=2155"/>
		<updated>2006-10-23T21:45:22Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This is just a quick and dirty list for now.  I might clean it up later.''&lt;br /&gt;
&lt;br /&gt;
* [[Brainfuck Interpreter]] (with bug fixes by [[Exophase]])&lt;br /&gt;
* [[CharWindow Engine]]&lt;br /&gt;
* [[Yet Another Jump Engine]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=2105</id>
		<title>File:Spectere-AwesomeHair.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=File:Spectere-AwesomeHair.jpg&amp;diff=2105"/>
		<updated>2006-10-23T06:05:32Z</updated>

		<summary type="html">&lt;p&gt;Spectere: A picture of Spectere, taken soon after waking up, by the man himself.

This photo was taken on October 15, 2006, with a Motorola RAZR V3x camera phone.  Cropping, resizing, and color corrections were all done with Irfanview 3.98.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of Spectere, taken soon after waking up, by the man himself.&lt;br /&gt;
&lt;br /&gt;
This photo was taken on October 15, 2006, with a Motorola RAZR V3x camera phone.  Cropping, resizing, and color corrections were all done with Irfanview 3.98.&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/CompetitionGames&amp;diff=1944</id>
		<title>User:Spectere/CompetitionGames</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/CompetitionGames&amp;diff=1944"/>
		<updated>2006-10-20T04:20:56Z</updated>

		<summary type="html">&lt;p&gt;Spectere: BEGIN'D&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note:''' I did a few more competitions than this, problem right now is remembering/finding the ones that I did. &amp;lt;_&amp;lt;&lt;br /&gt;
&lt;br /&gt;
== BKZX ==&lt;br /&gt;
* ''Eh, I'll fill this in later...maybe...''&lt;br /&gt;
&lt;br /&gt;
== (Ds)DoZ ==&lt;br /&gt;
* [[Summer 2006 DsDoZ|Summer 2006]] - [[Lesbian Space Pirates!]] (9.mzx)&lt;br /&gt;
&lt;br /&gt;
== MZXO ==&lt;br /&gt;
* ?????? 200X - [[NUCLEAR TYPE STUFF]]&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1847</id>
		<title>User:Spectere/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1847"/>
		<updated>2006-10-19T20:26:24Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1846</id>
		<title>User:Spectere/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1846"/>
		<updated>2006-10-19T20:25:36Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;document.write(&amp;quot;h1.firstheading { font-size: 72pt; }&amp;quot;);&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1845</id>
		<title>User:Spectere/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1845"/>
		<updated>2006-10-19T20:25:14Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;h1.firstheading {&lt;br /&gt;
  font-size: 72pt;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1844</id>
		<title>User:Spectere/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1844"/>
		<updated>2006-10-19T20:24:43Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;p {&lt;br /&gt;
  font-size: 24pt;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
	<entry>
		<id>https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1843</id>
		<title>User:Spectere/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.digitalmzx.com/wiki/index.php?title=User:Spectere/monobook.css&amp;diff=1843"/>
		<updated>2006-10-19T20:23:26Z</updated>

		<summary type="html">&lt;p&gt;Spectere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;a {&lt;br /&gt;
  font-size: 24pt;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Spectere</name></author>
	</entry>
</feed>