<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Editing_Guide%3AText_Formatting</id>
	<title>Editing Guide:Text Formatting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Editing_Guide%3AText_Formatting"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Editing_Guide:Text_Formatting&amp;action=history"/>
	<updated>2026-04-07T01:43:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Editing_Guide:Text_Formatting&amp;diff=3443&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Editing_Guide:Text_Formatting&amp;diff=3443&amp;oldid=prev"/>
		<updated>2006-12-18T13:22:42Z</updated>

		<summary type="html">&lt;p&gt;Update from Wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| class=&amp;quot;toccolours&amp;quot; style=&amp;quot;margin-left: 15px&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! bgcolor=&amp;quot;#ccccff&amp;quot; align=&amp;quot;center&amp;quot; | Editing Guide&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Editing_Guide:Getting_Started|Getting Started]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Editing_Guide:Edit_Existing_Page|Edit Existing Page]]&lt;br /&gt;
|-&lt;br /&gt;
| '''Text Formatting'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Editing_Guide:TOCs_and_Headers|TOCs and Headers]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Editing_Guide:Links|Links]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Editing_Guide:Add_New_Page|Add New Page/Link]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Editing_Guide:Uploading_Documents_and_Images|Uploading Documents and Images]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt; Text in wiki pages can be easily formatted in the following ways:&lt;br /&gt;
&lt;br /&gt;
=== Italics ===&lt;br /&gt;
&lt;br /&gt;
Italics are created using two single quotes on each side of a block of text.&lt;br /&gt;
&lt;br /&gt;
=== Bold ===&lt;br /&gt;
&lt;br /&gt;
Boldface is created by using three single quotes on each side of a block of text.&lt;br /&gt;
&lt;br /&gt;
=== Boxed ===&lt;br /&gt;
&lt;br /&gt;
A box effect is created by starting the line with a space.&lt;br /&gt;
&lt;br /&gt;
=== Lists ===&lt;br /&gt;
&lt;br /&gt;
* Bullet lists can be created using an * at the start of each line.&lt;br /&gt;
** Nested bullets can be created using ** at the start of each line.&lt;br /&gt;
* Enumerated lists can be created using a # at the start of each line.&lt;br /&gt;
** Nested enumerated lists can be created using ## at the start of each line.&lt;br /&gt;
&lt;br /&gt;
Examples of lists:&lt;br /&gt;
&lt;br /&gt;
Example of a bulleted list:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 *A&lt;br /&gt;
 *B&lt;br /&gt;
 *C&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which appears as:&lt;br /&gt;
&lt;br /&gt;
* A&lt;br /&gt;
* B&lt;br /&gt;
* C&lt;br /&gt;
&lt;br /&gt;
Example of a nested bullet list:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 *A&lt;br /&gt;
 **A1&lt;br /&gt;
 **A2&lt;br /&gt;
 *B&lt;br /&gt;
 **B1&lt;br /&gt;
 **B2&lt;br /&gt;
 *C&lt;br /&gt;
 **C1&lt;br /&gt;
 **C2&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which appears as:&lt;br /&gt;
&lt;br /&gt;
* A&lt;br /&gt;
** A1&lt;br /&gt;
** A2&lt;br /&gt;
* B&lt;br /&gt;
** B1&lt;br /&gt;
** B2&lt;br /&gt;
* C&lt;br /&gt;
** C1&lt;br /&gt;
** C2&lt;br /&gt;
&lt;br /&gt;
Example of an enumerated list:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 #A&lt;br /&gt;
 #B&lt;br /&gt;
 #C&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which appears as:&lt;br /&gt;
&lt;br /&gt;
# A&lt;br /&gt;
# B&lt;br /&gt;
# C&lt;br /&gt;
&lt;br /&gt;
Example of a nested enumerated list:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 #A&lt;br /&gt;
 ##A1&lt;br /&gt;
 ##A2&lt;br /&gt;
 #B&lt;br /&gt;
 ##B1&lt;br /&gt;
 ##B2&lt;br /&gt;
 #C&lt;br /&gt;
 ##C1&lt;br /&gt;
 ##C2&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which appears as:&lt;br /&gt;
&lt;br /&gt;
# A&lt;br /&gt;
## A1&lt;br /&gt;
## A2&lt;br /&gt;
# B&lt;br /&gt;
## B1&lt;br /&gt;
## B2&lt;br /&gt;
# C&lt;br /&gt;
## C1&lt;br /&gt;
## C2&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>