<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>The E28 Wiki</sitename>
    <dbname>wiki</dbname>
    <base>https://wiki.mye28.com/index.php?title=The_E28_Wiki</base>
    <generator>MediaWiki 1.43.8</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">The E28 Wiki</namespace>
      <namespace key="5" case="first-letter">The E28 Wiki talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>The E28 Wiki</title>
    <ns>0</ns>
    <id>21</id>
    <revision>
      <id>269</id>
      <parentid>265</parentid>
      <timestamp>2025-01-11T16:03:34Z</timestamp>
      <contributor>
        <username>Tig</username>
        <id>1</id>
      </contributor>
      <minor/>
      <comment>Encoraged editing/deleting.</comment>
      <origin>269</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="5560" sha1="s0nm592m8rfzrsl2eii4t74q084ktgb" xml:space="preserve">__NOTOC__
Welcome to the E28 Wiki.

[[Category:E28 Information]]

&lt;div style="display: flex; gap: 20px; align-items: flex-start;"&gt;
  &lt;div class="toc" style="flex: 1;"&gt;
    &lt;div class="toctitle"&gt;
      &lt;h2&gt;[[:Category:E28 Information|E28 Information]]&lt;/h2&gt;
    &lt;/div&gt;
    &lt;DynamicPageList&gt;
      category=E28 Information
      notcategory=Tech FAQ
      ordermethod=sortkey
      order=ascending
      count=20
      mode=none
    &lt;/DynamicPageList&gt;
  &lt;/div&gt;

  &lt;div class="toc" style="flex: 1;"&gt;
    &lt;div class="toctitle"&gt;
      &lt;h2&gt;[[:Category:Tech FAQ|Tech FAQ]]&lt;/h2&gt;
    &lt;/div&gt;
    &lt;DynamicPageList&gt;
      category=Tech FAQ
      ordermethod=sortkey
      order=ascending
      count=20
      mode=none
    &lt;/DynamicPageList&gt;
  &lt;/div&gt;
&lt;/div&gt;

== How to Edit The E28 Wiki ==
&lt;div style="float: right; width: 300px; padding: 10px; margin: 10px; border: 1px solid #ccc; background-color: #f9f9f9;"&gt;
Wikis are powerful collaborative tools that enable teams to build and maintain a centralized, ever-evolving knowledge base. Their version control ensures every edit is tracked, preserving a detailed history of changes and making it easy to identify and revert incorrect or unhelpful edits. This transparency encourages active contributions, as members can trust that mistakes are fixable and no information is permanently lost. By participating in wiki editing, everyone helps ensure the content is accurate, comprehensive, and up-to-date, fostering a shared sense of ownership and creating a reliable resource for current and future use.
&lt;/div&gt;
All members of the E28 community are encouraged to edit this wiki. Editing is easy and collaborative. 

Feel free to add new content. Feel free to correct or DELETE any content you feel is incorrect or inflammatory. 

One of the great things about wikis is full history is retained, so if someone disagrees with a change you make, they can revert whatever change is made. However, when you do this: BE CLEAR in the summary of edits you make WHY you made the change.

Follow these steps to contribute:

=== 1. Log In ===
* Use your '''MyE28 Forums''' username and password.
* If you face issues with unsupported characters (e.g., `@:&gt;=`), post a message in the [https://www.mye28.com/posting.php?mode=post&amp;f=8 Comments sub-forum].

=== 2. Navigate to the Page ===
* Find the page you want to edit using the search bar or category links.

=== 3. Edit the Page ===
* Click the '''"Edit"''' tab at the top of the page.
* Use the '''Visual Editor''' for easy editing or the '''Wikitext Editor''' for advanced control.

=== 4. Formatting Basics ===
* '''Headings''': Use &lt;code&gt;== Heading ==&lt;/code&gt; for sections.
* '''Links''': Use &lt;code&gt;[[Page Name]]&lt;/code&gt; for internal links or &lt;code&gt;[http://example.com Text]&lt;/code&gt; for external links.
* '''Lists''':
  * Bullet: Use &lt;code&gt;* Item&lt;/code&gt;.
  * Numbered: Use &lt;code&gt;# Item&lt;/code&gt;.
* '''Bold''': Use &lt;code&gt;'''bold'''&lt;/code&gt;.
* '''Italic''': Use &lt;code&gt;''italic''&lt;/code&gt;.

The Visual Editor has toolbar items for these and more.

=== 4.5. How Links Work ===
Links are essential for navigating the wiki. Here's how they work:
* '''Internal Links''': Use &lt;code&gt;[[Page Name]]&lt;/code&gt; to link to another page in the wiki.
  * Example: &lt;code&gt;[[E28 Information]]&lt;/code&gt; creates a link to the "E28 Information" page.
* '''Custom Text for Internal Links''': Use &lt;code&gt;[[Page Name|Custom Text]]&lt;/code&gt;.
  * Example: &lt;code&gt;[[E28 Information|Learn more about the E28]]&lt;/code&gt; displays as "Learn more about the E28".
* '''External Links''': Use &lt;code&gt;[http://example.com Text]&lt;/code&gt; to link to external websites.
  * Example: &lt;code&gt;[https://www.mye28.com MyE28 Forums]&lt;/code&gt; creates a link to "MyE28 Forums".
* '''Category Links''': To link to a category, prefix it with a colon: &lt;code&gt;[[:Category:E28 Information]]&lt;/code&gt;.
  * Example: &lt;code&gt;[[:Category:E28 Information|E28 Category]]&lt;/code&gt; creates a link to the "E28 Information" category.

Use links to connect related pages, making the wiki easier to navigate!

=== 5. Categories ===
* Every page should belong to one of the two main categories:
  * '''E28 Information''': For E28-related info, facts, and reference materials.
  * '''Tech FAQ''': For technical FAQs and how-to articles.
* To add a page to a category, include the following at the bottom of the page:
  * &lt;nowiki&gt;[[Category:E28 Information]]&lt;/nowiki&gt;
  * &lt;nowiki&gt;[[Category:Tech FAQ]]&lt;/nowiki&gt;

The Visual Editor has a hamburger menu in the top-right that provides an easy way to set the Categories.

=== 6. Save Your Changes ===
* Write a short '''summary''' of your edit in the "Edit Summary" box.
* Click '''"Show preview"''' to check your changes.
* Click '''"Save changes"''' to publish.

=== 7. Create a New Page ===
* Search for the page name. If it doesn't exist, click the red link to create it.
* Add content, format it, and add the appropriate category tag.

=== 8. Be Respectful ===
* Ensure your edits are accurate and relevant.
* Feel free to correct or DELETE any content you feel is incorrect or inflammatory. One of the great things about wikis is full history is retained, so if someone disagrees with you, they can revert whatever change is made. However, when you do this: BE CLEAR in the summary of edits you make WHY you made the change.

=== Quick Tips ===
* '''Categories''': Use categories to organize pages for easy navigation.
* '''Sandbox''': Test your edits on the [https://wiki.mye28.com/Sandbox Sandbox] page.
* '''Help''': Refer to the [https://www.mediawiki.org/wiki/Help:Editing MediaWiki Help Guide] for more tips.

Happy editing!</text>
      <sha1>s0nm592m8rfzrsl2eii4t74q084ktgb</sha1>
    </revision>
  </page>
</mediawiki>
