<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=130.101.95.144</id>
		<title>WikiTI - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=130.101.95.144"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Special:Contributions/130.101.95.144"/>
		<updated>2026-04-08T21:27:50Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Help:Editing</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Help:Editing"/>
				<updated>2005-04-23T23:41:49Z</updated>
		
		<summary type="html">&lt;p&gt;130.101.95.144: redirected to wikipedia:Help:Editing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[wikipedia:Help:Editing]]&lt;/div&gt;</summary>
		<author><name>130.101.95.144</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Help:Editing</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Help:Editing"/>
				<updated>2005-04-23T23:40:39Z</updated>
		
		<summary type="html">&lt;p&gt;130.101.95.144: redirected to m:Help:Editing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[m:Help:Editing]]&lt;/div&gt;</summary>
		<author><name>130.101.95.144</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Help:Editing</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Help:Editing"/>
				<updated>2005-04-23T23:39:34Z</updated>
		
		<summary type="html">&lt;p&gt;130.101.95.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[wikipedia:Help:Editing]]&lt;/div&gt;</summary>
		<author><name>130.101.95.144</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Help:Contents</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Help:Contents"/>
				<updated>2005-04-23T23:39:05Z</updated>
		
		<summary type="html">&lt;p&gt;130.101.95.144: converted outside links to wikipedia to interwiki links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For further information/syntax, please refer to [[wikipedia:Help:Contents|Wikipedia's Help System]].&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
=== Registering ===&lt;br /&gt;
; How do I register/login?&lt;br /&gt;
: In the upper-right hand corner of the screen, select [[Special:Userlogin|Create a user or login]].&lt;br /&gt;
; Do I need to provide my real name?&lt;br /&gt;
: No, it is a matter of personal preference/privacy to provide your real name.&lt;br /&gt;
; Can I change it later?&lt;br /&gt;
: Yes, once you login, you can change your password, real name, and e-mail address.&lt;br /&gt;
&lt;br /&gt;
=== Getting Started ===&lt;br /&gt;
; Ok, I've logged in&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt; how do I make a new page?&lt;br /&gt;
: Type the name in the Goto box on the left-hand side of the screen; see [[Contributing|Contributing Guidelines]] for the syntax.  As an example, if you want to add documentation for RAM address FFFF on the 83+, type the following in the Goto box:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;83Plus:RAM:FFFF&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Make sure you read the [[Contributing|Contributing Guidelines]]!!!&lt;br /&gt;
;Do I need to denote hexadecimal with a $ or h, like in Z80 assembly?&lt;br /&gt;
:No, it is assumed in WikiTI that all numbers/addresses are hexidecimal by default.&lt;br /&gt;
;What are templates?&lt;br /&gt;
:Templates, are, as the name says, templates. :-)  They provide a default structure for the various pages.  If all the WikiTI users follow these templates, it'll make all B_CALL pages look consistent, all ports the same format, etc.  Thus, it is encouraged to use these (see [[ Contributing#Templates|Templates]] for a list of templates).&lt;br /&gt;
; How do I use a template?&lt;br /&gt;
* Select a template&lt;br /&gt;
* View the source and copy it (the ''View source'' tab is near the top of the screen)&lt;br /&gt;
* Paste the source into your new page (that you just Goto'ed)&lt;br /&gt;
* Edit the text to fit your type of documentation&lt;br /&gt;
; What's the category text at the top of the templates for?&lt;br /&gt;
: That is how WikiTI categorizes the various pages.  Following the previous example, you should have these lines at the top of your new page:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[Category:83Plus:RAM:By Address:FFFF - TheName]&lt;br /&gt;
[Category:83Plus:RAM:By Name|TheName]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:If you are curious as to how a page works, don't forget to view the source of it :-)&lt;br /&gt;
&lt;br /&gt;
=== Editing ===&lt;br /&gt;
; How do I make bold/italicized text?&lt;br /&gt;
: See [[wikipedia:Wikipedia:How_to_edit_a_page#Character_formatting|Character Formatting]].&lt;br /&gt;
; How do I make lists?&lt;br /&gt;
: See [[wikipedia:Wikipedia:How_to_edit_a_page#Sections.2C_paragraphs.2C_lists_and_lines|Lists and Lines]].&lt;br /&gt;
; Argh!  The tab doesn't work!&lt;br /&gt;
: In Wikipedia, you use a colon : to indent a paragraph.&lt;br /&gt;
; How do I put text in that blue border?&lt;br /&gt;
: Use &amp;amp;lt;nowiki&amp;gt; preceded with a space.  The leading space tells the Wiki parser to display the text as a preformatted, fixed-width font, which is analogous to &amp;amp;lt;pre&amp;gt; in HTML.  So &amp;quot; &amp;amp;lt;nowiki&amp;gt;Your text here&amp;amp;lt;/nowiki&amp;gt;&amp;quot; will show:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Your text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
; How do I make links?&lt;br /&gt;
: That depends on the kind of link you want to make.  See [[wikipedia:Wikipedia:How_to_edit_a_page#Links_and_URLs|Links and URLs]] for a more in-depth discussion.&lt;br /&gt;
&lt;br /&gt;
=== Browsing ===&lt;br /&gt;
;Why does my contribution not show up in the list?&lt;br /&gt;
:Most likely, you are viewing a cached version of WikiTI.  Try clearing out your cache (browser-specific).  Alternatively, you may wish to disable caching in your preferences. If you do have any issues that appear to be cache-related, please contact [[User:JasonM|JasonM]].&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Hints ==&lt;br /&gt;
* Use the Preview Button to view your changes before you Save.&lt;br /&gt;
* Mark minor changes as Minor Edits (see [[wikipedia:Wikipedia:How_to_edit_a_page#Minor_edits|Minor Edits] as to what constitutes a Minor Edit).&lt;br /&gt;
&lt;br /&gt;
As stated up above, please consult [[wikipedia:Help:Contents|Wikipedia's Help system]] for more information.&lt;/div&gt;</summary>
		<author><name>130.101.95.144</name></author>	</entry>

	</feed>