<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.cunningturtle.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atticdweller</id>
		<title>CunningWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.cunningturtle.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atticdweller"/>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Special:Contributions/Atticdweller"/>
		<updated>2026-08-03T06:50:53Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=72</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=72"/>
				<updated>2011-04-15T22:45:35Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Editing==&lt;br /&gt;
Editing most Wikipedia pages is easy. Simply click on the &amp;quot;&amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039;&amp;quot; tab at the top of a Wikipedia page (or on a [[Wikipedia: Section|section-edit link]]). This will bring you to a new page with a [[text box]] containing the editable text of the current page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this box, you can type in the text that you want to add, using [[Help:wiki markup|wiki markup]] to format the text and add other elements like images and tables. A [[Wikipedia:Cheatsheet|quick reference]] to wiki markup can be opened in a new window by clicking &amp;#039;Editing help&amp;#039;, found near the &amp;#039;save page&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
Never start a line with a leading space unless you want the special formatting it causes. Paragraphs can be separated with a blank line.&lt;br /&gt;
&lt;br /&gt;
When you have finished editing, you should write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes, as described in the [[Wikipedia:Edit_summary_legend|legend]]. To see how the page looks with your edits, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show preview&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. To see the differences between the page with your edits and the previous version of the page, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show changes&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. If you&amp;#039;re satisfied with what you see, &amp;#039;&amp;#039;&amp;#039;[[Wikipedia:Be bold|be bold]]&amp;#039;&amp;#039;&amp;#039; and press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Save page&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. Your changes will immediately be visible to all Wikipedia users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: Do not sign the Edit Summary line with your &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; signature as it does not work here.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia community has developed [[Wikipedia:Manual of Style|style guidelines]] to make articles and facts appear in a standardized form, and Wikipedia easier to use as a whole.&lt;br /&gt;
&lt;br /&gt;
If you add information to a page, [[Wikipedia:Citing sources|please provide references]], as [[Wikipedia:Verifiability|unreferenced facts are subject to removal]].&lt;br /&gt;
&lt;br /&gt;
==Wiki markup==&lt;br /&gt;
[[Wiki Markup|Help:Wiki markup]] is the extra information (apart from the text which will be displayed) you enter in the edit window which tells the [[MediaWiki]] software how to display, categorize and process the article.&lt;br /&gt;
&lt;br /&gt;
==Adding Content ==&lt;br /&gt;
&lt;br /&gt;
There are several types of content that can be added to the wiki such as Videos, or Images. A quick guide to that is found here: [http://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=71</id>
		<title>Adding content samples</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=71"/>
				<updated>2011-04-15T22:42:52Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several different ways to add content to the wiki. This is images, videos, audio, code and more. &lt;br /&gt;
&lt;br /&gt;
== Adding Code snippets ==&lt;br /&gt;
The way to add code is with the &amp;quot;pre&amp;quot; tag in-front of and after your code. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hello {%first_name%} {%last_name%},&lt;br /&gt;
&lt;br /&gt;
Your shipment of {%item%} is now ready to pick up.&lt;br /&gt;
&lt;br /&gt;
Thanks {%first_name%}!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Images ==&lt;br /&gt;
&lt;br /&gt;
Images can be added and embedded into posts. You have to upload the image to the wikipedia site. On the left hand side of the screen is a toolbox menu with an option called &amp;quot;Upload File&amp;quot; or click [http://www.cunningturtle.com/wiki/index.php?title=Special:Upload]. &lt;br /&gt;
&lt;br /&gt;
On the upload file page is a Dialog for you to choose and upload a file. The Destination Filename is the filename that will be used when the image is embedded. &lt;br /&gt;
&lt;br /&gt;
Here is code to generate the following image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Image:samplemotorcycle.jpg|500px|none|alt=alternate text|caption text]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The Destination Filename is &amp;quot;samplemotorcycle.jpg&amp;quot;. The width is 500px. Alignment is set to none.&lt;br /&gt;
&lt;br /&gt;
[[Image:samplemotorcycle.jpg|500px|none|alt=alternate text|caption text]].&lt;br /&gt;
&lt;br /&gt;
There are many other ways to format photos in Media Wiki. Infact they have a very detailed guide here [[http://www.mediawiki.org/wiki/Help:Images]] and all of it is compatible with our media wiki site.&lt;br /&gt;
&lt;br /&gt;
== Adding Video ==&lt;br /&gt;
Videos can be embedded from youtube. Lets take the following Video as the example:&lt;br /&gt;
http://www.youtube.com/embed/XoHIm-ODmZQ&lt;br /&gt;
That video can be embedded in these different ways with the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|XoHIm-ODmZQ|100|right|This is an embedded video!}}&lt;br /&gt;
{{#ev:youtube|XoHIm-ODmZQ|200|left|This is an embedded video!}}&lt;br /&gt;
{{#ev:youtube|XoHIm-ODmZQ}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|XoHIm-ODmZQ|100|right|This is an embedded video!}}&lt;br /&gt;
{{#ev:youtube|XoHIm-ODmZQ|200|left|This is an embedded video!}}&lt;br /&gt;
{{#ev:youtube|XoHIm-ODmZQ}}&lt;br /&gt;
&lt;br /&gt;
More information on how to format the videos are available here [[http://www.mediawiki.org/wiki/EmbedVideoPlus]]. If you want to ever use HTML5 videos we&amp;#039;ll switch to this plugin [[http://www.mediawiki.org/wiki/Extension:VideoFlash]]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=70</id>
		<title>Adding content samples</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=70"/>
				<updated>2011-04-15T22:23:58Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several different ways to add content to the wiki. This is images, videos, audio, code and more. &lt;br /&gt;
&lt;br /&gt;
== Adding Code snippets ==&lt;br /&gt;
The way to add code is with the &amp;quot;pre&amp;quot; tag in-front of and after your code. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hello {%first_name%} {%last_name%},&lt;br /&gt;
&lt;br /&gt;
Your shipment of {%item%} is now ready to pick up.&lt;br /&gt;
&lt;br /&gt;
Thanks {%first_name%}!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Images ==&lt;br /&gt;
&lt;br /&gt;
Images can be added and embedded into posts. You have to upload the image to the wikipedia site. On the left hand side of the screen is a toolbox menu with an option called &amp;quot;Upload File&amp;quot; or click [http://www.cunningturtle.com/wiki/index.php?title=Special:Upload]. &lt;br /&gt;
&lt;br /&gt;
On the upload file page is a Dialog for you to choose and upload a file. The Destination Filename is the filename that will be used when the image is embedded. &lt;br /&gt;
&lt;br /&gt;
Here is code to generate the following image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Image:samplemotorcycle.jpg|500px|none|alt=alternate text|caption text]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The Destination Filename is &amp;quot;samplemotorcycle.jpg&amp;quot;. The width is 500px. Frames are set to none.&lt;br /&gt;
&lt;br /&gt;
[[Image:samplemotorcycle.jpg|500px|none|alt=alternate text|caption text]].&lt;br /&gt;
&lt;br /&gt;
There are many other ways to format photos in Media Wiki. Infact they have a very detailed guide here [[http://www.mediawiki.org/wiki/Help:Images]] and all of it is compatible with our media wiki site.&lt;br /&gt;
&lt;br /&gt;
== Adding Video ==&lt;br /&gt;
Videos can be embedded directly from YOutube. The embed code that is provided in the share &lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe title=&amp;quot;YouTube video player&amp;quot; width=&amp;quot;480&amp;quot; height=&amp;quot;390&amp;quot; src=&amp;quot;http://www.youtube.com/embed/XoHIm-ODmZQ&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=69</id>
		<title>Adding content samples</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=69"/>
				<updated>2011-04-15T22:14:24Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several different ways to add content to the wiki. This is images, videos, audio, code and more. &lt;br /&gt;
&lt;br /&gt;
== Adding Code snippets ==&lt;br /&gt;
The way to add code is with the &amp;quot;pre&amp;quot; tag in-front of and after your code. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hello {%first_name%} {%last_name%},&lt;br /&gt;
&lt;br /&gt;
Your shipment of {%item%} is now ready to pick up.&lt;br /&gt;
&lt;br /&gt;
Thanks {%first_name%}!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Images ==&lt;br /&gt;
&lt;br /&gt;
Images can be added and embedded into posts. You have to upload the image to the wikipedia site. On the left hand side of the screen is a toolbox menu with an option called &amp;quot;Upload File&amp;quot; or [[http://www.cunningturtle.com/wiki/index.php?title=Special:Upload|Upload File]]&lt;br /&gt;
&lt;br /&gt;
Here is code to generate the following image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Image:samplemotorcycle.jpg|500px|none|alt=alternate text|caption text]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:samplemotorcycle.jpg|500px|none|alt=alternate text|caption text]].&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=68</id>
		<title>Adding content samples</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=68"/>
				<updated>2011-04-15T20:43:03Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: /* Adding Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several different ways to add content to the wiki. This is images, videos, audio, code and more. &lt;br /&gt;
&lt;br /&gt;
== Adding Code snippets ==&lt;br /&gt;
The way to add code is with the &amp;quot;pre&amp;quot; tag in-front of and after your code. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Hello {%first_name%} {%last_name%},&lt;br /&gt;
&lt;br /&gt;
Your shipment of {%item%} is now ready to pick up.&lt;br /&gt;
&lt;br /&gt;
Thanks {%first_name%}!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Images ==&lt;br /&gt;
&lt;br /&gt;
Images can be added within the interface to edit pages. At the side of this window you will see an edit page. Clicking the edit link will bring you to the edit page interface where all of the code to display is placed. At the top of that window are several buttons. Click the button that looks like a small piece of art.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:samplemotorcycle.jpg|frame|none|alt=alt text|caption text]].&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=File:Samplemotorcycle.jpg&amp;diff=67</id>
		<title>File:Samplemotorcycle.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=File:Samplemotorcycle.jpg&amp;diff=67"/>
				<updated>2011-04-15T20:42:18Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=66</id>
		<title>Adding content samples</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=66"/>
				<updated>2011-04-15T19:45:21Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: /* Adding Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several different ways to add content to the wiki. This is images, videos, audio, code and more. &lt;br /&gt;
&lt;br /&gt;
== Adding Code snippets ==&lt;br /&gt;
The way to add code is with the &amp;quot;pre&amp;quot; tag in-front of and after your code. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Hello {%first_name%} {%last_name%},&lt;br /&gt;
&lt;br /&gt;
Your shipment of {%item%} is now ready to pick up.&lt;br /&gt;
&lt;br /&gt;
Thanks {%first_name%}!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Images ==&lt;br /&gt;
&lt;br /&gt;
Images can be added within the interface to edit pages. At the side of this window you will see an edit page. Clicking the edit link will bring you to the edit page interface where all of the code to display is placed. At the top of that window are several buttons. Click the button that looks like a small piece of art.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:http://www.google.com/images/srpr/nav_logo39.png|frame|none|alt=alt text|caption text]].&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=65</id>
		<title>Adding content samples</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Adding_content_samples&amp;diff=65"/>
				<updated>2011-04-15T19:43:34Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: /* Adding Images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are several different ways to add content to the wiki. This is images, videos, audio, code and more. &lt;br /&gt;
&lt;br /&gt;
== Adding Code snippets ==&lt;br /&gt;
The way to add code is with the &amp;quot;pre&amp;quot; tag in-front of and after your code. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Hello {%first_name%} {%last_name%},&lt;br /&gt;
&lt;br /&gt;
Your shipment of {%item%} is now ready to pick up.&lt;br /&gt;
&lt;br /&gt;
Thanks {%first_name%}!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Images ==&lt;br /&gt;
&lt;br /&gt;
Images can be added within the interface to edit pages. At the side of this window you will see an edit page. Clicking the edit link will bring you to the edit page interface where all of the code to display is placed. At the top of that window are several buttons. Click the button that looks like a small piece of art.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LogoMonoResize.jpg|frame|none|alt=alt text|caption text]].&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=13</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=13"/>
				<updated>2011-03-31T14:10:08Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Cunning Turtle Wikisite. &lt;br /&gt;
&lt;br /&gt;
This is the place for all of your information regarding Cunning Turtle and all of our projects that need explanation. &lt;br /&gt;
&lt;br /&gt;
To get started adding to or editing the wiki check out our stolen [[Getting Started|Getting Started Guide]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wiki Main Page==&lt;br /&gt;
==Contact Info==&lt;br /&gt;
[[Contact Information|Contact Information]]&lt;br /&gt;
[[About us|About us]]&lt;br /&gt;
==Products == &lt;br /&gt;
*[[Product A|Product A]]&lt;br /&gt;
*[[Product B|Product B]]&lt;br /&gt;
&lt;br /&gt;
==Projects== &lt;br /&gt;
*[[Photobooth|Photobooth]]&lt;br /&gt;
*[[MegaClaw|MegaClaw]]&lt;br /&gt;
*[[DAVE|DAVE]]&lt;br /&gt;
*[[Thermoelectric Generator|Thermoelectric Generator]]&lt;br /&gt;
==Software==&lt;br /&gt;
*[[Microcontrollers|Microcontrollers]]&lt;br /&gt;
**[[Arduino cheat sheet|Arduino cheat sheet]]&lt;br /&gt;
**[[How to burn the Bootloader|How to burn the Bootloader]]&lt;br /&gt;
*[[Autoit|Autoit]]&lt;br /&gt;
**[[Webcam|Autoit webcam]]&lt;br /&gt;
*[[Sketchup|Sketchup]]&lt;br /&gt;
*[[Misc|Misc]]&lt;br /&gt;
==General Shop Help &amp;amp; How-Tos==&lt;br /&gt;
*[[Workshop|Workshop]]&lt;br /&gt;
**[[Belt Sander|Belt Sander]]&lt;br /&gt;
**[[Drill Press|Drill Press]]&lt;br /&gt;
**[[Band Saw|Band Saw]]&lt;br /&gt;
**[[Hot Wire Cutter|Hot Wire Cutter]]&lt;br /&gt;
==Soldering==&lt;br /&gt;
**[[Soldering 101|Soldering 101]]&lt;br /&gt;
**[[How to reflow|How to reflow]]&lt;br /&gt;
**[[Solder Wick (Braid)|Solder Wick (Braid)]]&lt;br /&gt;
*[[CNC Milling|CNC Milling]]&lt;br /&gt;
**[[Fireball V90 setup|Fireball V90 setup]]&lt;br /&gt;
*[[3D Printing|3D Printing]]&lt;br /&gt;
**[[How to print an object|How to print an object]]&lt;br /&gt;
*[[PCB Designs|PCB Designs]]&lt;br /&gt;
**[[How to make a symbol in Eagle Library|How to make a symbol in Eagle Library]]&lt;br /&gt;
**[[How to rotate parts in eagle|How to rotate parts in eagle]]&lt;br /&gt;
**[[How to generate bitmaps in eagle|How to generate bitmaps in eagle]]&lt;br /&gt;
**[[How to generate g code from eagle|How to generate g code from eagle]]&lt;br /&gt;
**[[How use the toner transfer method|How use the toner transfer method]]&lt;br /&gt;
**[[How to manufacture your PCB|How to manufacture your PCB]]&lt;br /&gt;
*[[How to add a Project|How to add a Project]]&lt;br /&gt;
*[[Where to buy hardware|Where to buy hardware]]&lt;br /&gt;
*[[Where to buy electronics|Where to buy electronics]]&lt;br /&gt;
==Friends &amp;amp; sites we like==&lt;br /&gt;
*[http://www.adafruit.com AdaFruit]&lt;br /&gt;
*[http://www.Hackaday.com HackaDay]&lt;br /&gt;
==Features and Awards==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
�Project Page&lt;br /&gt;
&lt;br /&gt;
Uhh TBD?&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=12</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=12"/>
				<updated>2011-03-31T14:06:44Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Cunning Turtle Wikisite. &lt;br /&gt;
&lt;br /&gt;
This is the place for all of your information regarding Cunning Turtle and all of our projects that need explanation. &lt;br /&gt;
&lt;br /&gt;
To get started adding to or editing the wiki check out our stolen [[Getting Started|Getting Started Guide]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wiki Main Page==&lt;br /&gt;
==Contact Info==&lt;br /&gt;
[[Contact Information|Contact Information]]&lt;br /&gt;
[[About us|About us]]&lt;br /&gt;
==Products == &lt;br /&gt;
*[[Product A|Product A]]&lt;br /&gt;
*[[Product B|Product B]]&lt;br /&gt;
&lt;br /&gt;
==Projects== &lt;br /&gt;
*[[Photobooth|Photobooth]]&lt;br /&gt;
*[[MegaClaw|MegaClaw]]&lt;br /&gt;
*[[DAVE|DAVE]]&lt;br /&gt;
*[[Thermoelectric Generator|Thermoelectric Generator]]&lt;br /&gt;
==Software==&lt;br /&gt;
*[[Microcontrollers|Microcontrollers]]&lt;br /&gt;
**[[Arduino cheat sheet|Arduino cheat sheet]]&lt;br /&gt;
**[[How to burn the Bootloader|How to burn the Bootloader]]&lt;br /&gt;
*[[Autoit|Autoit]]&lt;br /&gt;
**[[Webcam|Autoit webcam]]&lt;br /&gt;
*[[Sketchup|Sketchup]]&lt;br /&gt;
*[[Misc|Misc]]&lt;br /&gt;
==General Shop Help &amp;amp; How-Tos==&lt;br /&gt;
*[[Workshop|Workshop]]&lt;br /&gt;
**[[Belt Sander|Belt Sander]]&lt;br /&gt;
**[[Drill Press|Drill Press]]&lt;br /&gt;
**[[Band Saw|Band Saw]]&lt;br /&gt;
**[[Hot Wire Cutter|Hot Wire Cutter]]&lt;br /&gt;
==Soldering==&lt;br /&gt;
**[[Soldering 101|Soldering 101]]&lt;br /&gt;
**[[How to reflow|How to reflow]]&lt;br /&gt;
**[[Solder Wick (Braid)|Solder Wick (Braid)]]&lt;br /&gt;
*[[CNC Milling|CNC Milling]]&lt;br /&gt;
**[[Fireball V90 setup|Fireball V90 setup]]&lt;br /&gt;
*[[3D Printing|3D Printing]]&lt;br /&gt;
**[[How to print an object|How to print an object]]&lt;br /&gt;
*[[PCB Designs|PCB Designs]]&lt;br /&gt;
**[[How to make a symbol in Eagle Library|How to make a symbol in Eagle Library]]&lt;br /&gt;
**[[How to rotate parts in eagle|How to rotate parts in eagle]]&lt;br /&gt;
**[[How to generate bitmaps in eagle|How to generate bitmaps in eagle]]&lt;br /&gt;
**[[How to generate g code from eagle|How to generate g code from eagle]]&lt;br /&gt;
**[[How use the toner transfer method|How use the toner transfer method]]&lt;br /&gt;
**[[How to manufacture your PCB|How to manufacture your PCB]]&lt;br /&gt;
*[[How to add a Project|How to add a Project]]&lt;br /&gt;
*[[Where to buy hardware|Where to buy hardware]]&lt;br /&gt;
*[[Where to buy electronics|Where to buy electronics]]&lt;br /&gt;
==Friends &amp;amp; sites we like==&lt;br /&gt;
Adafruit&lt;br /&gt;
Hackaday.com&lt;br /&gt;
==Features and Awards==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
�Project Page&lt;br /&gt;
&lt;br /&gt;
Uhh TBD?&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=11</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=11"/>
				<updated>2011-03-31T14:06:02Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Cunning Turtle Wikisite. &lt;br /&gt;
&lt;br /&gt;
This is the place for all of your information regarding Cunning Turtle and all of our projects that need explanation. &lt;br /&gt;
&lt;br /&gt;
To get started adding to or editing the wiki check out our stolen [[Getting started|Getting Started Guide]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wiki Main Page==&lt;br /&gt;
==Contact Info==&lt;br /&gt;
[[Contact Information|Contact Information]]&lt;br /&gt;
[[About us|About us]]&lt;br /&gt;
==Products == &lt;br /&gt;
*[[Product A|Product A]]&lt;br /&gt;
*[[Product B|Product B]]&lt;br /&gt;
&lt;br /&gt;
==Projects== &lt;br /&gt;
*[[Photobooth|Photobooth]]&lt;br /&gt;
*[[MegaClaw|MegaClaw]]&lt;br /&gt;
*[[DAVE|DAVE]]&lt;br /&gt;
*[[Thermoelectric Generator|Thermoelectric Generator]]&lt;br /&gt;
==Software==&lt;br /&gt;
*[[Microcontrollers|Microcontrollers]]&lt;br /&gt;
**[[Arduino cheat sheet|Arduino cheat sheet]]&lt;br /&gt;
**[[How to burn the Bootloader|How to burn the Bootloader]]&lt;br /&gt;
*[[Autoit|Autoit]]&lt;br /&gt;
**[[Webcam|Autoit webcam]]&lt;br /&gt;
*[[Sketchup|Sketchup]]&lt;br /&gt;
*[[Misc|Misc]]&lt;br /&gt;
==General Shop Help &amp;amp; How-Tos==&lt;br /&gt;
*[[Workshop|Workshop]]&lt;br /&gt;
**[[Belt Sander|Belt Sander]]&lt;br /&gt;
**[[Drill Press|Drill Press]]&lt;br /&gt;
**[[Band Saw|Band Saw]]&lt;br /&gt;
**[[Hot Wire Cutter|Hot Wire Cutter]]&lt;br /&gt;
==Soldering==&lt;br /&gt;
**[[Soldering 101|Soldering 101]]&lt;br /&gt;
**[[How to reflow|How to reflow]]&lt;br /&gt;
**[[Solder Wick (Braid)|Solder Wick (Braid)]]&lt;br /&gt;
*[[CNC Milling|CNC Milling]]&lt;br /&gt;
**[[Fireball V90 setup|Fireball V90 setup]]&lt;br /&gt;
*[[3D Printing|3D Printing]]&lt;br /&gt;
**[[How to print an object|How to print an object]]&lt;br /&gt;
*[[PCB Designs|PCB Designs]]&lt;br /&gt;
**[[How to make a symbol in Eagle Library|How to make a symbol in Eagle Library]]&lt;br /&gt;
**[[How to rotate parts in eagle|How to rotate parts in eagle]]&lt;br /&gt;
**[[How to generate bitmaps in eagle|How to generate bitmaps in eagle]]&lt;br /&gt;
**[[How to generate g code from eagle|How to generate g code from eagle]]&lt;br /&gt;
**[[How use the toner transfer method|How use the toner transfer method]]&lt;br /&gt;
**[[How to manufacture your PCB|How to manufacture your PCB]]&lt;br /&gt;
*[[How to add a Project|How to add a Project]]&lt;br /&gt;
*[[Where to buy hardware|Where to buy hardware]]&lt;br /&gt;
*[[Where to buy electronics|Where to buy electronics]]&lt;br /&gt;
==Friends &amp;amp; sites we like==&lt;br /&gt;
Adafruit&lt;br /&gt;
Hackaday.com&lt;br /&gt;
==Features and Awards==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
�Project Page&lt;br /&gt;
&lt;br /&gt;
Uhh TBD?&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Wiki_Markup&amp;diff=10</id>
		<title>Wiki Markup</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Wiki_Markup&amp;diff=10"/>
				<updated>2011-03-31T13:35:52Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: Created page with &amp;quot;{{Wiki markup}} {{shortcut|H:MARKUP|WP:MARKUP}} &amp;#039;&amp;#039;&amp;#039;Wiki markup&amp;#039;&amp;#039;&amp;#039; is the syntax and keywords used by the MediaWiki software to format a page; see [[Wikipedia:How to edit a pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Wiki markup}}&lt;br /&gt;
{{shortcut|H:MARKUP|WP:MARKUP}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Wiki markup&amp;#039;&amp;#039;&amp;#039; is the syntax and keywords used by the [[MediaWiki]] software to format a page; see [[Wikipedia:How to edit a page|How to edit a page]] for details on using it.&lt;br /&gt;
{{TOC limit}}&lt;br /&gt;
&lt;br /&gt;
==Layout==&lt;br /&gt;
===Sections===&lt;br /&gt;
====Section headings====&lt;br /&gt;
{{further|[[Help:Section]]}}&lt;br /&gt;
Use headings to split articles into sections. Put a heading on a separate line. A level-two heading is the highest level editors use in an article.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:150%;border-bottom:1px solid rgb(170,170,170);&amp;quot;&amp;gt;Section headings&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Headings&amp;#039;&amp;#039; organize your writing into sections.&lt;br /&gt;
The Wiki software can automatically generate&lt;br /&gt;
a [[Help:Section|table of contents]] from them.&lt;br /&gt;
Start with 2 &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:132%;font-weight:bold;&amp;quot;&amp;gt;Subsection&amp;lt;/div&amp;gt;&lt;br /&gt;
Using more &amp;#039;equals&amp;#039; characters creates a subsection.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:116%;font-weight:bold;&amp;quot;&amp;gt;A smaller subsection&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t skip levels, like from two to four &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
==Section headings==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Headings&amp;#039;&amp;#039; organize your writing into sections.&lt;br /&gt;
The Wiki software can automatically generate&lt;br /&gt;
a table of contents from them.&lt;br /&gt;
Start with 2 &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
===Subsection===&lt;br /&gt;
&lt;br /&gt;
Using more &amp;#039;equals&amp;#039; characters creates a subsection.&lt;br /&gt;
&lt;br /&gt;
====A smaller subsection====&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t skip levels, like from two to four &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Horizontal line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Separating with a horizontal dividing line:&amp;lt;br/&amp;gt;&lt;br /&gt;
:this is above it...&lt;br /&gt;
----&lt;br /&gt;
:...and this is below it.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t use a section header, you don&amp;#039;t get a TOC entry.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;Horizontal line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Separating with a horizontal dividing line:&lt;br /&gt;
this is above it...&lt;br /&gt;
----&lt;br /&gt;
...and this is below it.&lt;br /&gt;
If you don&amp;#039;t use a section header, you don&amp;#039;t get a TOC entry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Table of contents====&lt;br /&gt;
When a page has at least four headings, a table of contents (TOC) will appear in front of the first header (after the lead).  Putting &amp;lt;nowiki&amp;gt;__TOC__&amp;lt;/nowiki&amp;gt; anywhere forces the TOC to appear at that point (instead of just before the first heading). Putting &amp;lt;nowiki&amp;gt;__NOTOC__&amp;lt;/nowiki&amp;gt; anywhere forces the TOC to disappear. See also [[Wikipedia:Section#Compact_TOC|Compact TOC]] for alphabet and year headings.&lt;br /&gt;
&lt;br /&gt;
===Line breaks===&lt;br /&gt;
* You can make the wikitext more readable by putting in newlines, but see [[Wikipedia:Don&amp;#039;t use line breaks]] for possible problems.&lt;br /&gt;
* To break lines use the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element. The HTML tag &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will be converted to the XHTML &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag by [[HTML Tidy]] in most instances. The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag is not converted when used in [[Wikipedia:Editnotice|editnotices]] or in the [[Help:MediaWiki namespace|MediaWiki namespace]]— it will render invalid XHTML and will break tools such as [[Wikipedia:Twinkle|Twinkle]].&lt;br /&gt;
* Please use these sparingly.&lt;br /&gt;
* Close markup between lines; do not start a [[Help:link|link]] or &amp;#039;&amp;#039;italics&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; on one line and close it on the next.&lt;br /&gt;
* When used in a list, a newline &amp;#039;&amp;#039;does&amp;#039;&amp;#039; affect the layout (See [[Help:List]]).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
A single newline has no&lt;br /&gt;
effect on the layout.&lt;br /&gt;
&lt;br /&gt;
But an empty line starts a new paragraph, or ends a list or indented part.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
A single newline has no&lt;br /&gt;
effect on the layout.&lt;br /&gt;
&lt;br /&gt;
But an empty line starts a new paragraph, or ends a list or indented part.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can break lines&amp;lt;br /&amp;gt;&lt;br /&gt;
without starting a new paragraph.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;You can break lines&amp;lt;br /&amp;gt;&lt;br /&gt;
without starting a new paragraph.&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Indent text===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Left indent&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
:A colon at the start of a line&lt;br /&gt;
::causes the line to be indented,&lt;br /&gt;
:::most commonly used on Talk pages.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
:A colon at the start of a line&lt;br /&gt;
::causes the line to be indented,&lt;br /&gt;
:::most commonly used on Talk pages.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blockquote&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;blockquote&amp;#039;&amp;#039;&amp;#039; tag will indent both margins when needed instead of the left margin only as the colon does.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;blockquote&amp;#039;&amp;#039;&amp;#039; tag will indent both margins when needed instead of the left margin only as the colon does.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Center text===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text&amp;lt;/div&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Template {{tl|center}} uses the same markup. To center a table, see [[Help:Table#Centering tables]].&lt;br /&gt;
&lt;br /&gt;
===Lists===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|- id=&amp;quot;lists&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* &amp;#039;&amp;#039;Unordered [[Help:List|list]]s&amp;#039;&amp;#039; are easy to do:&lt;br /&gt;
** Start every line with a star.&lt;br /&gt;
*** More stars indicate a deeper level.&lt;br /&gt;
*: Previous item continues.&lt;br /&gt;
** A new line&lt;br /&gt;
* in a list&lt;br /&gt;
marks the end of the list.&lt;br /&gt;
*Of course you can start again.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;Unordered lists&amp;#039;&amp;#039; are easy to do:&lt;br /&gt;
** Start every line with a star.&lt;br /&gt;
*** More stars indicate a deeper level.&lt;br /&gt;
*: Previous item continues.&lt;br /&gt;
** A new line&lt;br /&gt;
* in a list&lt;br /&gt;
marks the end of the list.&lt;br /&gt;
* Of course you can start again.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
# &amp;#039;&amp;#039;Numbered lists&amp;#039;&amp;#039; are:&lt;br /&gt;
## Very organized&lt;br /&gt;
## Easy to follow&lt;br /&gt;
#: Previous item continues&lt;br /&gt;
A new line marks the end of the list.&lt;br /&gt;
# New numbering starts with 1.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
# &amp;#039;&amp;#039;Numbered lists&amp;#039;&amp;#039; are:&lt;br /&gt;
## Very organized&lt;br /&gt;
## Easy to follow&lt;br /&gt;
#: Previous item continues&lt;br /&gt;
A new line marks the end of the list.&lt;br /&gt;
# New numbering starts with 1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Retaining newlines and spaces===&lt;br /&gt;
{{shortcut|H:POEM}}&lt;br /&gt;
The MediaWiki software suppresses single newlines and converts lines starting with a space to preformatted text in a dashed box. HTML suppresses multiple spaces. It is often desirable to retain these elements for poems, lyrics, mottoes, oaths and the like. The [[mw:Extension:Poem|Poem]] extension adds HTML-like {{tag|poem}} tags to maintain newlines and spaces. These tags may be used inside other tags such as {{tag|blockquote}}.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;poem&amp;gt;&lt;br /&gt;
In Xanadu did Kubla Khan&lt;br /&gt;
  A stately pleasure-dome decree:&lt;br /&gt;
Where Alph, the sacred river, ran&lt;br /&gt;
  Through caverns measureless to man&lt;br /&gt;
Down to a sunless sea.&lt;br /&gt;
&lt;br /&gt;
So twice five miles of fertile ground&lt;br /&gt;
  With walls and towers were girdled round:&lt;br /&gt;
And there were gardens bright with sinuous rills,&lt;br /&gt;
  Where blossomed many an incense-bearing tree;&lt;br /&gt;
And here were forests ancient as the hills,&lt;br /&gt;
  Enfolding sunny spots of greenery.&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;poem&amp;gt;&lt;br /&gt;
In Xanadu did Kubla Khan&lt;br /&gt;
  A stately pleasure-dome decree:&lt;br /&gt;
Where Alph, the sacred river, ran&lt;br /&gt;
  Through caverns measureless to man&lt;br /&gt;
Down to a sunless sea.&lt;br /&gt;
&lt;br /&gt;
So twice five miles of fertile ground&lt;br /&gt;
  With walls and towers were girdled round:&lt;br /&gt;
And there were gardens bright with sinuous rills,&lt;br /&gt;
  Where blossomed many an incense-bearing tree;&lt;br /&gt;
And here were forests ancient as the hills,&lt;br /&gt;
  Enfolding sunny spots of greenery.&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Format==&lt;br /&gt;
===Text formatting===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- id=&amp;quot;emph&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
You can &amp;#039;&amp;#039;italicize text&amp;#039;&amp;#039; by putting 2&lt;br /&gt;
apostrophes on each side.&lt;br /&gt;
&lt;br /&gt;
3 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold the text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
5 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;italicize&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;the text&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
You can &amp;#039;&amp;#039;italicize text&amp;#039;&amp;#039; by putting 2&lt;br /&gt;
apostrophes on each side.&lt;br /&gt;
&lt;br /&gt;
3 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold the text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
5 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;italicize&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;the text&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[mw:Extension:SyntaxHighlight GeSHi|Syntax highlighting]] for source code.&lt;br /&gt;
&lt;br /&gt;
Computer code has a colored background&lt;br /&gt;
and more stringent formatting. Suppose we&lt;br /&gt;
want to define &amp;lt;code&amp;gt;int main()&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main ( int argc,  char **argv ) {&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello World!&amp;quot;;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Computer code has a colored background&lt;br /&gt;
and more stringent formatting. Suppose we&lt;br /&gt;
want to define &amp;amp;lt;code&amp;amp;gt;int  main()&amp;amp;lt;/code&amp;amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main ( int argc,  char **argv ) {&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello World!&amp;quot;;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=top&lt;br /&gt;
|&lt;br /&gt;
You can use &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt; for captions.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
You can use &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt; for captions.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
Better stay away from &amp;lt;big&amp;gt;big text&amp;lt;/big&amp;gt;, unless&lt;br /&gt;
&amp;lt;small&amp;gt; it&amp;#039;s &amp;lt;big&amp;gt;within&amp;lt;/big&amp;gt; small&amp;lt;/small&amp;gt; text. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Better stay away from &amp;lt;big&amp;gt;big text&amp;lt;/big&amp;gt;, unless&lt;br /&gt;
&amp;lt;small&amp;gt; it&amp;#039;s &amp;lt;big&amp;gt;within&amp;lt;/big&amp;gt; small&amp;lt;/small&amp;gt; text.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can include a &amp;#039;&amp;#039;&amp;#039;non-breaking space&amp;#039;&amp;#039;&amp;#039; (sometimes called &amp;#039;&amp;#039;&amp;#039;non-printing character&amp;#039;&amp;#039;&amp;#039;) where you require two words to always appear together on the same line, such as &amp;#039;&amp;#039;Mr.&amp;amp;nbsp;Smith&amp;#039;&amp;#039; or &amp;#039;&amp;#039;400&amp;amp;nbsp;km/h&amp;#039;&amp;#039; using &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; in place of a regular space between the two &amp;quot;words&amp;quot; that need to behave as a single word (never be separated on different lines).&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Mr.&amp;amp;amp;nbsp;Smith or 400&amp;amp;amp;nbsp;km/h.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Extra spacing&amp;#039;&amp;#039;&amp;#039; within text can best be achieved using the [[Template:Pad|pad]] template:&lt;br /&gt;
&lt;br /&gt;
Mary {{pad|4em}} had a little lamb.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Mary {{pad|4em}} had a little lamb.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Typewriter font&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
(does also work beyond the end of a paragraph):&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;arrow      &amp;amp;rarr;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;#039;&amp;#039;italics&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;[[link]]&lt;br /&gt;
&lt;br /&gt;
New paragraph &amp;lt;/tt&amp;gt;started here.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;tt&amp;gt;arrow      &amp;amp;amp;rarr;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;#039;&amp;#039;italics&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;[[link]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
New paragraph &amp;lt;/tt&amp;gt;started here.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special characters===&lt;br /&gt;
&amp;#039;&amp;#039;See also: [[Chess symbols in Unicode]].&amp;#039;&amp;#039;&lt;br /&gt;
====Diacritical marks====&lt;br /&gt;
* See [[Help:Special characters]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
À Á Â Ã Ä Å &amp;lt;br/&amp;gt;&lt;br /&gt;
Æ Ç È É Ê Ë &amp;lt;br/&amp;gt;&lt;br /&gt;
Ì Í&lt;br /&gt;
Î Ï Ñ Ò &amp;lt;br/&amp;gt;&lt;br /&gt;
Ó Ô Õ&lt;br /&gt;
Ö Ø Ù &amp;lt;br/&amp;gt;&lt;br /&gt;
Ú Û Ü ß&lt;br /&gt;
à á &amp;lt;br/&amp;gt;&lt;br /&gt;
â ã ä å æ&lt;br /&gt;
ç &amp;lt;br/&amp;gt;&lt;br /&gt;
è é ê ë ì í&amp;lt;br/&amp;gt;&lt;br /&gt;
î ï ñ ò ó ô &amp;lt;br/&amp;gt;&lt;br /&gt;
œ õ&lt;br /&gt;
ö ø ù ú &amp;lt;br/&amp;gt;&lt;br /&gt;
û ü ÿ&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;Agrave; &amp;amp;amp;Aacute; &amp;amp;amp;Acirc; &amp;amp;amp;Atilde; &amp;amp;amp;Auml; &amp;amp;amp;Aring; &lt;br /&gt;
&amp;amp;amp;AElig; &amp;amp;amp;Ccedil; &amp;amp;amp;Egrave; &amp;amp;amp;Eacute; &amp;amp;amp;Ecirc; &amp;amp;amp;Euml; &lt;br /&gt;
&amp;amp;amp;Igrave; &amp;amp;amp;Iacute; &amp;amp;amp;Icirc; &amp;amp;amp;Iuml; &amp;amp;amp;Ntilde; &amp;amp;amp;Ograve; &lt;br /&gt;
&amp;amp;amp;Oacute; &amp;amp;amp;Ocirc; &amp;amp;amp;Otilde; &amp;amp;amp;Ouml; &amp;amp;amp;Oslash; &amp;amp;amp;Ugrave; &lt;br /&gt;
&amp;amp;amp;Uacute; &amp;amp;amp;Ucirc; &amp;amp;amp;Uuml; &amp;amp;amp;szlig; &amp;amp;amp;agrave; &amp;amp;amp;aacute; &lt;br /&gt;
&amp;amp;amp;acirc; &amp;amp;amp;atilde; &amp;amp;amp;auml; &amp;amp;amp;aring; &amp;amp;amp;aelig; &amp;amp;amp;ccedil; &lt;br /&gt;
&amp;amp;amp;egrave; &amp;amp;amp;eacute; &amp;amp;amp;ecirc; &amp;amp;amp;euml; &amp;amp;amp;igrave; &amp;amp;amp;iacute;&lt;br /&gt;
&amp;amp;amp;icirc; &amp;amp;amp;iuml; &amp;amp;amp;ntilde; &amp;amp;amp;ograve; &amp;amp;amp;oacute; &amp;amp;amp;ocirc; &lt;br /&gt;
&amp;amp;amp;oelig; &amp;amp;amp;otilde; &amp;amp;amp;ouml; &amp;amp;amp;oslash; &amp;amp;amp;ugrave; &amp;amp;amp;uacute; &lt;br /&gt;
&amp;amp;amp;ucirc; &amp;amp;amp;uuml; &amp;amp;amp;yuml;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Punctuation====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
¿ ¡ § ¶&amp;lt;br/&amp;gt;&lt;br /&gt;
† ‡ • &amp;amp;ndash; &amp;amp;mdash;&amp;lt;br/&amp;gt;&lt;br /&gt;
‹ › « »&amp;lt;br/&amp;gt;&lt;br /&gt;
‘ ’ “ ”&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;iquest; &amp;amp;amp;iexcl; &amp;amp;amp;sect; &amp;amp;amp;para;&lt;br /&gt;
&amp;amp;amp;dagger; &amp;amp;amp;Dagger; &amp;amp;amp;bull; &amp;amp;amp;ndash; &amp;amp;amp;mdash;&lt;br /&gt;
&amp;amp;amp;lsaquo; &amp;amp;amp;rsaquo; &amp;amp;amp;laquo; &amp;amp;amp;raquo;&lt;br /&gt;
&amp;amp;amp;lsquo; &amp;amp;amp;rsquo; &amp;amp;amp;ldquo; &amp;amp;amp;rdquo;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Other Punctuation====&lt;br /&gt;
The &amp;amp;lsaquo;[[HTML_element#Other_block_elements|pre]]&amp;amp;rsaquo; and &amp;amp;lsaquo;[[Help:Wiki_markup#Limiting_formatting.2Fescaping_wiki_markup|nowiki]]&amp;amp;rsaquo; markup tags are also available. (Permits &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;[ { &amp;amp; } ]&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; for example.&lt;br /&gt;
&lt;br /&gt;
====Commercial symbols====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
™ © ® ¢ € ¥&amp;lt;br/&amp;gt;&lt;br /&gt;
£ ¤&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;trade; &amp;amp;amp;copy; &amp;amp;amp;reg; &amp;amp;amp;cent; &amp;amp;amp;euro; &amp;amp;amp;yen; &lt;br /&gt;
&amp;amp;amp;pound; &amp;amp;amp;curren;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Subscripts and superscripts====&lt;br /&gt;
*The [[Wikipedia:Manual of Style (mathematics)#Superscripts and subscripts|Manual of Style]] prefers the &amp;lt;nowiki&amp;gt;x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt; format.&lt;br /&gt;
*The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users&amp;#039; machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Subscripts&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt; or&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x₀ x₁ x₂ x₃ x₄&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x₅ x₆ x₇ x₈ x₉&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt; or&lt;br /&gt;
x&amp;amp;amp;#8320; x&amp;amp;amp;#8321; x&amp;amp;amp;#8322; x&amp;amp;amp;#8323; x&amp;amp;amp;#8324;&lt;br /&gt;
x&amp;amp;amp;#8325; x&amp;amp;amp;#8326; x&amp;amp;amp;#8327; x&amp;amp;amp;#8328; x&amp;amp;amp;#8329;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Superscripts&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
x&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; x&amp;lt;sup &amp;gt;2&amp;lt;/sup &amp;gt; x&amp;lt;sup &amp;gt;3&amp;lt;/sup &amp;gt; or&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x⁰ x¹ x² x³ x⁴&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x⁵ x⁶ x⁷ x⁸ x⁹&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
x&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; x&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; x&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; or&lt;br /&gt;
x&amp;amp;amp;#8304; x&amp;amp;amp;sup1; x&amp;amp;amp;sup2; x&amp;amp;amp;sup3; x&amp;amp;amp;#8308;&lt;br /&gt;
x&amp;amp;amp;#8309; x&amp;amp;amp;#8310; x&amp;amp;amp;#8311; x&amp;amp;amp;#8312; x&amp;amp;amp;#8313;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Combined&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
ε&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 8.85 &amp;amp;times; 10&amp;lt;sup&amp;gt;&amp;amp;minus;12&amp;lt;/sup&amp;gt; C² / J m.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
1 [[hectare]] = [[1 E4 m&amp;amp;sup2;]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;epsilon;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 8.85 &amp;amp;amp;times;&lt;br /&gt;
10&amp;lt;sup&amp;gt;&amp;amp;amp;minus;12&amp;lt;/sup&amp;gt; C&amp;amp;amp;sup2; / J m.&lt;br /&gt;
&lt;br /&gt;
1 [[hectare]] = [[1 E4 m&amp;amp;amp;sup2;]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Greek characters====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
α β γ δ ε ζ&amp;lt;br/&amp;gt;&lt;br /&gt;
η θ ι κ λ μ ν&amp;lt;br/&amp;gt;&lt;br /&gt;
ξ ο π ρ σ ς&amp;lt;br/&amp;gt;&lt;br /&gt;
τ υ φ χ ψ ω&amp;lt;br/&amp;gt;&lt;br /&gt;
Γ Δ Θ Λ Ξ Π&amp;lt;br/&amp;gt;&lt;br /&gt;
Σ Φ Ψ Ω&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;alpha; &amp;amp;amp;beta; &amp;amp;amp;gamma; &amp;amp;amp;delta; &amp;amp;amp;epsilon; &amp;amp;amp;zeta; &lt;br /&gt;
&amp;amp;amp;eta; &amp;amp;amp;theta; &amp;amp;amp;iota; &amp;amp;amp;kappa; &amp;amp;amp;lambda; &amp;amp;amp;mu; &amp;amp;amp;nu; &lt;br /&gt;
&amp;amp;amp;xi; &amp;amp;amp;omicron; &amp;amp;amp;pi; &amp;amp;amp;rho; &amp;amp;amp;sigma; &amp;amp;amp;sigmaf;&lt;br /&gt;
&amp;amp;amp;tau; &amp;amp;amp;upsilon; &amp;amp;amp;phi; &amp;amp;amp;chi; &amp;amp;amp;psi; &amp;amp;amp;omega;&lt;br /&gt;
&amp;amp;amp;Gamma; &amp;amp;amp;Delta; &amp;amp;amp;Theta; &amp;amp;amp;Lambda; &amp;amp;amp;Xi; &amp;amp;amp;Pi; &lt;br /&gt;
&amp;amp;amp;Sigma; &amp;amp;amp;Phi; &amp;amp;amp;Psi; &amp;amp;amp;Omega;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mathematical characters====&lt;br /&gt;
* See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
∫ ∑ ∏ √ &amp;amp;minus; ± ∞&amp;lt;br/&amp;gt;&lt;br /&gt;
≈ ∝ ≡ ≠ ≤ ≥&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;amp;times; · ÷ ∂ &amp;amp;prime; &amp;amp;Prime;&amp;lt;br/&amp;gt;&lt;br /&gt;
∇ ‰ ° ∴ ℵ ø&amp;lt;br/&amp;gt;&lt;br /&gt;
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇&amp;lt;br/&amp;gt;&lt;br /&gt;
¬ ∧ ∨ ∃ ∀&amp;lt;br/&amp;gt;&lt;br /&gt;
⇒ ⇐ ⇓ ⇑ ⇔&amp;lt;br/&amp;gt;&lt;br /&gt;
→ ↓ ↑ ← ↔&amp;lt;br/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;int; &amp;amp;amp;sum; &amp;amp;amp;prod; &amp;amp;amp;radic; &amp;amp;amp;minus; &amp;amp;amp;plusmn; &amp;amp;amp;infin;&lt;br /&gt;
&amp;amp;amp;asymp; &amp;amp;amp;prop; &amp;amp;amp;equiv; &amp;amp;amp;ne; &amp;amp;amp;le; &amp;amp;amp;ge;&lt;br /&gt;
&amp;amp;amp;times; &amp;amp;amp;middot; &amp;amp;amp;divide; &amp;amp;amp;part; &amp;amp;amp;prime; &amp;amp;amp;Prime;&lt;br /&gt;
&amp;amp;amp;nabla; &amp;amp;amp;permil; &amp;amp;amp;deg; &amp;amp;amp;there4; &amp;amp;amp;alefsym; &amp;amp;amp;oslash;&lt;br /&gt;
&amp;amp;amp;isin; &amp;amp;amp;notin; &amp;amp;amp;cap; &amp;amp;amp;cup; &amp;amp;amp;sub; &amp;amp;amp;sup; &amp;amp;amp;sube; &amp;amp;amp;supe;&lt;br /&gt;
&amp;amp;amp;not; &amp;amp;amp;and; &amp;amp;amp;or; &amp;amp;amp;exist; &amp;amp;amp;forall; &lt;br /&gt;
&amp;amp;amp;rArr; &amp;amp;amp;lArr; &amp;amp;amp;dArr; &amp;amp;amp;uArr; &amp;amp;amp;hArr;&lt;br /&gt;
&amp;amp;amp;rarr; &amp;amp;amp;darr; &amp;amp;amp;uarr; &amp;amp;amp;larr; &amp;amp;amp;harr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Links and URLs==&lt;br /&gt;
===Free links===&lt;br /&gt;
In [[Wikipedia]] and some other [[Wiki]]s, &amp;#039;&amp;#039;&amp;#039;free links&amp;#039;&amp;#039;&amp;#039; are used in [[Wikitext]] markup to produce [[internal link]]s between pages, as opposed to the concept of [[CamelCase]] for the same purpose, which was used in the early days of Wikipedia, see [[Wikipedia:CamelCase and Wikipedia|CamelCase and Wikipedia]].&lt;br /&gt;
&lt;br /&gt;
In [[Wikipedia:How to edit a page#Wiki markup|Wikipedia&amp;#039;s markup language]], you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Texas]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  will be rendered as [[Texas]]. Optionally, you can use a [[vertical bar]] (|) to customize the link title. For example, typing  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Texas|Lone Star state]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  will produce [[Texas|Lone Star state]], a link that is displayed as &amp;quot;&amp;lt;u&amp;gt;Lone Star state&amp;lt;/u&amp;gt;&amp;quot; but in fact links to [[Texas]]. &lt;br /&gt;
&lt;br /&gt;
====Link to another Wiki article====&lt;br /&gt;
* Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).&lt;br /&gt;
* Thus the link below is to the [[Uniform Resource Locator|URL]] en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name &amp;quot;Public transport&amp;quot;. See also [[Help:Link#Conversion to canonical form|Canonicalization]].&lt;br /&gt;
*[[Intentionally permanent red link|A red link]] is a page that doesn&amp;#039;t exist yet; it can be created by clicking on the link.&lt;br /&gt;
*A [[Help:Self link|link to its own page]] will appear only as bold text.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
London has [[public transport]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;London has [[public transport]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Renamed link====&lt;br /&gt;
* Same target, different name.&lt;br /&gt;
* The target (&amp;quot;piped&amp;quot;) text must be placed &amp;#039;&amp;#039;&amp;#039;first&amp;#039;&amp;#039;&amp;#039;, then the text to be displayed &amp;#039;&amp;#039;&amp;#039;second&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
New York also has [[public transport|public transportation]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;New York also has [[public transport|public transportation]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Automatically rename links====&lt;br /&gt;
&lt;br /&gt;
* Simply typing the pipe character (|) after a link will automatically rename the link in certain circumstances. The next time you open the edit box you will see the expanded piped link. When [[Help:Show preview|previewing]] your edits, you will not see the expanded form until you press &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;&amp;#039; again. The same applies to [[#link-to-section|links to sections within the same page]].&lt;br /&gt;
* See [[Help:Pipe trick|Pipe trick]] for details.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Automatically hide stuff in parentheses.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[kingdom (biology)|kingdom]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[kingdom (biology)|]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Automatically hide namespace.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Village pump|Village pump]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Village pump|]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Or both.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style (headings)|Manual of Style]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style (headings)|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;This doesn&amp;#039;t work for section links.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Links|]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Links|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Blend link====&lt;br /&gt;
* Endings are blended into the link.&lt;br /&gt;
**&amp;#039;&amp;#039;Exception&amp;#039;&amp;#039;: a trailing [[apostrophe]] (&amp;#039;) and any characters following the apostrophe are &amp;#039;&amp;#039;not&amp;#039;&amp;#039; blended.&lt;br /&gt;
* Preferred style is to use this instead of a piped link, if possible.&lt;br /&gt;
* Blending can be suppressed by using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; tags, which may be desirable in some instances.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Blending active.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Blending suppressed.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
A [[micro-]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;second.&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;A [[micro-]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;second&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Link to a section of a page====&lt;br /&gt;
* The part after the number sign (#) must match a [[Section_editing#Creation_and_numbering_of_sections|section heading]] on the page. Matches must be exact in terms of spelling, case, and punctuation.  Links to non-existent sections are not broken; they are treated as links to the top of the page.&lt;br /&gt;
* Include &amp;quot;| link title&amp;quot; to create a stylish (piped) link title.&lt;br /&gt;
*If sections have the same title, add a number to link to any but the first.  [[#Example section 3]] goes to the third section named &amp;quot;Example section&amp;quot;.  You can use the pipe and retype the section title to display the text without the # symbol.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Create page link====&lt;br /&gt;
* To create a new page: &lt;br /&gt;
*# Create a link to it on some other (related) page.&lt;br /&gt;
*# Save that page.&lt;br /&gt;
*# Click on the link you just made. The new page will open for editing.&lt;br /&gt;
* For more information, see [[Wikipedia:Starting an article|starting an article]] and check out Wikipedia&amp;#039;s [[Wikipedia:Naming conventions|naming conventions]].&lt;br /&gt;
* Please do not create a new article without linking to it from at least one other article.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Links to pages that don’t exist yet look red.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Community portal/Opentask/Requested articles]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Community portal/Opentask/Requested articles]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Redirects===&lt;br /&gt;
* [[Wikipedia:Redirect|Redirect]] one article title to another by placing a directive like the one shown to the right on the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; line of the article (such as at a page titled &amp;quot;[[USA]]&amp;quot;).&lt;br /&gt;
* It is possible to redirect to a section. For example, a redirect to [[United States#History]] will redirect to the History section of the [[United States]] page, if it exists.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Redirect to an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[United States]] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Redirect to a section.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[United States#History]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Link to another [[Help:namespace|namespace]]===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [[Wikipedia:Manual of Style]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;See the [[Wikipedia:Manual of Style]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Link to the same article in another language (interlanguage links)===&lt;br /&gt;
* To link to a page on the same subject in another language, use the form: &amp;lt;nowiki&amp;gt;[[language code:Title]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
* It is recommended interlanguage links be placed at the very end of the article.&lt;br /&gt;
* Interlanguage links are not visible within the formatted article but, instead, appear as language links on the sidebar (to the left) under the menu section &amp;quot;languages&amp;quot;.&lt;br /&gt;
* Please see [[Help:Interlanguage links|Interlanguage links]] and the [[Wikipedia:Complete list of language wikis available|Complete list of language wikis available]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; To create an &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;inline link&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (a clickable link within the text), see [[Help:Interlanguage links#Inline interlanguage links|Inline interlanguage links]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Link to the German version of &amp;quot;[[Plankton]]&amp;quot;.&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;quot;de&amp;quot; is the language-code for &amp;#039;&amp;#039;&amp;quot;Deutsch&amp;quot;&amp;#039;&amp;#039; (the [[German language]]).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[de:Plankton]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Other examples.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[de:Plankton]]&lt;br /&gt;
[[es:Plancton]]&lt;br /&gt;
[[ru:Планктон]]&lt;br /&gt;
[[simple:Plankton]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[InterWiki]] link===&lt;br /&gt;
* Link to any page on other Wikimedia wikis.&lt;br /&gt;
* Note that interwiki links use the &amp;#039;&amp;#039;internal&amp;#039;&amp;#039; link style.&lt;br /&gt;
* See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#External links|see below]])&lt;br /&gt;
* See also [[Wikipedia:Wikimedia sister projects|Wikimedia sister projects]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
Linking to a page on another wiki in English.&amp;lt;br/&amp;gt;&lt;br /&gt;
All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Simple link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Without prefix.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wiktionary:Hello]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:Hello|Hello]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:Hello|Wiktionary definition of &amp;#039;Hello&amp;#039;]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello|Wiktionary definition of &amp;#039;Hello&amp;#039;]] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
Linking to a page on another wiki in another language.&amp;lt;br/&amp;gt;&lt;br /&gt;
All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Simple link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Without prefix.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wiktionary:fr:bonjour]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:fr:bonjour|fr:bonjour]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:fr:bonjour|bonjour]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour|bonjour]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Categories===&lt;br /&gt;
* To put an article in a [[Wikipedia:Categorization|category]], place a link like the one to the right anywhere in the article. As with interlanguage links, placing these links at the end of the edit box is recommended.&lt;br /&gt;
* To link to a category page without putting the article into the category, use a colon prefix (&amp;quot;:Category&amp;quot;) in the link. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Categorize an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;#039;&amp;#039;Link to a category.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[:Category:Character sets]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&amp;lt;!-- linked from [[Wikipedia:External links]]  --&amp;gt;&lt;br /&gt;
* Square brackets indicate an external link. Note the use of a &amp;#039;&amp;#039;space&amp;#039;&amp;#039; (not a pipe) to separate the URL from the link text in the &amp;quot;named&amp;quot; link. Square brackets may be used as normal when not linking to anything - [like this].&lt;br /&gt;
* In the [[Uniform Resource Locator|URL]], all symbols must be among:&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;A-Z a-z 0-9 . _ \ / ~ % - + &amp;amp; # ? ! = ( ) @&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as &amp;#039;&amp;#039;&amp;#039;%5E&amp;#039;&amp;#039;&amp;#039;, and square brackets as &amp;#039;&amp;#039;&amp;#039;%5B&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;%5D&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* If the &amp;quot;named&amp;quot; version contains a closing square bracket &amp;quot;]&amp;quot;, then you must use the [[HTML]] special character syntax, i.e. &amp;#039;&amp;#039;&amp;#039;&amp;amp;amp;#93;&amp;#039;&amp;#039;&amp;#039; otherwise the [[MediaWiki]] software will prematurely interpret this as the end of the external link.&lt;br /&gt;
* See [[Wikipedia:External links|External links]] for style issues.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[http://www.wikipedia.org/ Wikipedia]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.wikipedia.org Wikipedia]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Unnamed link&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(only used within article body for footnotes).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[http://www.wikipedia.org/]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.wikipedia.org/]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Bare URL&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(bad style).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
http://www.wikipedia.org/&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.wikipedia.org/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Image markup only.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt; [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Miscellaneous===&lt;br /&gt;
&lt;br /&gt;
====&amp;quot;As of&amp;quot; tag====&lt;br /&gt;
* &amp;quot;[[Wikipedia:As of|As of]]&amp;quot; tags like &amp;quot;As of April 2009&amp;quot; and &amp;quot;as of April 2009&amp;quot; categorize info that will need updating.&lt;br /&gt;
For an explanation of the parameters see [[Template:As_of|template documentation]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{As of|2009|4|df=us}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{As of|2009|4|df=us}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{As of|2009|4|df=us|lc=on}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{As of|2009|4|df=us|lc=on}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Media link====&lt;br /&gt;
*To include links to non image uploads such as sounds, use a &amp;quot;media&amp;quot; link. For images, [[#Images|see next section]].&lt;br /&gt;
*Some uploaded sounds are listed at [[Commons:Sound]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[media:Classical guitar scale.ogg|Sound]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[media:Classical guitar scale.ogg|Sound]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Links directly into edit mode====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Full URL.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{fullurl:Help:Wiki markup|action=edit}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{fullurl:Help:Wiki markup|action=edit}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;quot;Edit&amp;quot; label.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{edit}}&lt;br /&gt;
|&lt;br /&gt;
[[template:edit|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{edit}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Automatic links====&lt;br /&gt;
=====Book sources=====&lt;br /&gt;
* Link to books using their [[Wikipedia:ISBN|ISBN]]. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. However, if one bookstore or online service provides additional free information, such as table of contents or excerpts from the text, then a link to that source will aid the user and is recommended. ISBN links do not need any extra markup, provided you use one of the indicated formats.&lt;br /&gt;
* To create a link to [[Special:BookSources|Book Sources]] using alternate text (e.g. the book&amp;#039;s title), use the internal link style with the appropriate namespace.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
ISBN 012345678X&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ISBN 012345678X&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
ISBN 0-12-345678-X&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ISBN 0-12-345678-X&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Link to a book using [[Special:BookSources/0670037818|alternate text, such as its title]].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:BookSources/0670037818|alternate text, such as its title]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====RFC number=====&lt;br /&gt;
* Link to [[Internet Engineering Task Force]] [[Request for Comments|Request for Comments (RFCs)]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Text mentioning an RFC number anywhere, e.g. RFC 4321.&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;Text mentioning an RFC number anywhere, e.g. RFC 4321.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture: &lt;br /&gt;
[[File:wiki.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|With alternative text:&lt;br /&gt;
[[File:wiki.png|alt=Puzzle globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;With alternative text:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|alt=Puzzle globe logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is &amp;#039;&amp;#039;&amp;#039;strongly&amp;#039;&amp;#039;&amp;#039; encouraged. See [[Wikipedia:Alternative text for images|Alternative text for images]] for help on choosing it.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The frame tag automatically floats the image right.&lt;br /&gt;
* The last parameter is the caption that appears below the image.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The thumb tag automatically floats the image right.&lt;br /&gt;
* An enlarge icon is placed in the lower right corner.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page &amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
[[File:wiki.png|right|Wikipedia Encyclopedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page&lt;br /&gt;
&amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|right|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture resized to 30 pixels...&lt;br /&gt;
[[File:wiki.png|30 px|Wikipedia Encyclopedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture resized to 30 pixels...&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|30 px|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to the description page of an image:&lt;br /&gt;
[[:File:wiki.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to the description page&lt;br /&gt;
of an image:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[:File:wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to an image without displaying it:&lt;br /&gt;
[[Media:wiki.png|Image of the jigsaw globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to an image&lt;br /&gt;
without displaying it:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Media:wiki.png|Image of the jigsaw globe logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To include links to images shown as links instead of drawn on the page, use a &amp;quot;media&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using the [[Span and div|span and div tag]] to separate images from text (note that this may allow images to cover text):&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example:&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline;&lt;br /&gt;
width:220px; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
Place images here &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers): &lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example: {| align=right&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
Place images here&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See the Wikipedia&amp;#039;s [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]].&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
There are two ways to build tables: &lt;br /&gt;
*in special Wiki-markup (see [[Help:Table|Table]])&lt;br /&gt;
*Using HTML elements: &amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;tr&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; or &amp;amp;lt;th&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:When to use tables|When to use tables]].&lt;br /&gt;
&lt;br /&gt;
==References and citing sources==&lt;br /&gt;
Making a reference citing a printed or online source can be accomplished by using the ref tag. Inside the reference tag details about the reference are added.&lt;br /&gt;
You can add additional attributes to add detail about the source and reference, a pipe (|) precedes each reference, each attribute goes inside the cite portion of the tag.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it&amp;#039;s for !! What you type&lt;br /&gt;
|-&lt;br /&gt;
| For creating the reference || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;name for reference&amp;quot;&amp;gt;Use a closing tag&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| When you cite a book || &amp;lt;nowiki&amp;gt;{{cite book}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| To cite a web source || &amp;lt;nowiki&amp;gt;{{cite web}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Book ISBN || &amp;lt;nowiki&amp;gt;|isbn=0-8018-6646-4 (ISBN of the book)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Web URL || &amp;lt;nowiki&amp;gt;|url=http://wikipedia.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Title || &amp;lt;nowiki&amp;gt;|title=title of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Author || &amp;lt;nowiki&amp;gt;|author=authors, use commas for multiple&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| First Name || &amp;lt;nowiki&amp;gt;|first=first name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Last Name || &amp;lt;nowiki&amp;gt;|last=last name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Location || &amp;lt;nowiki&amp;gt;|location=location of occurrence&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Publisher || &amp;lt;nowiki&amp;gt;|publisher=who published the source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Date || &amp;lt;nowiki&amp;gt;|date=2007-03-04 (date of source)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Year || &amp;lt;nowiki&amp;gt;|year=year of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Accessed Date || &amp;lt;nowiki&amp;gt;|accessdate=2008-12-07&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| a complete reference tag || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;&amp;gt;{{cite web |url=http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup |title=Help:Wiki Markup |publisher=Wikimedia Foundation, Inc}}&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| referencing this again || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;/&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Citation Needed || &amp;lt;nowiki&amp;gt;{{citation needed}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Templates and transcluding pages==&lt;br /&gt;
{{main|Wikipedia:Transclusion}}&lt;br /&gt;
{{see also|Help:Template#Noinclude, includeonly, and onlyinclude}}&lt;br /&gt;
&lt;br /&gt;
Examples for templates: &amp;lt;nowiki&amp;gt;{{pad|...}}, {{math|...}}, {{as of|...}}, {{edit}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Help:Template|Templates]]&amp;#039;&amp;#039;&amp;#039; are segments of Wiki markup that are meant to be copied automatically (&amp;quot;transcluded&amp;quot;) into a page.&lt;br /&gt;
You add them by putting the template&amp;#039;s name in &amp;lt;nowiki&amp;gt;{{double braces}}&amp;lt;/nowiki&amp;gt;. It is also possible to transclude other pages by using &amp;lt;nowiki&amp;gt;{{:colon and double braces}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There are three pairs of [[html element|tags]] that can be used in [[wikitext]] to control how transclusion affects parts of a template or article.&lt;br /&gt;
They determine whether or not wikitext renders, either in its own article, which we will call &amp;quot;&amp;#039;&amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;quot;, or in another article where it is transcluded, which we will call &amp;quot;&amp;#039;&amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039; the content &amp;#039;&amp;#039;&amp;#039;will not be rendered &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;. These tags have no effect &amp;#039;&amp;#039;here&amp;#039;&amp;#039;.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039; the content  &amp;#039;&amp;#039;&amp;#039;will render only &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;, and  &amp;#039;&amp;#039;&amp;#039;will not render &amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (like [[invisible ink]] made visible by means of transclusion).&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039;the content &amp;#039;&amp;#039;&amp;#039;will render &amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;will render &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;, but it will only render &amp;#039;&amp;#039;there&amp;#039;&amp;#039; what is between these tags. &lt;br /&gt;
There can be several such section &amp;quot;[[HTML#Elements|elements]]&amp;quot;. Also, they can be nested.  All possible renderings are achievable. For example, to render &amp;#039;&amp;#039;there&amp;#039;&amp;#039; one or more sections of the page &amp;#039;&amp;#039;here&amp;#039;&amp;#039; use &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags.  To append text &amp;#039;&amp;#039;there&amp;#039;&amp;#039;, wrap the addition in &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags  above, within, or below the section.  To omit portions of the section, nest &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags within it.&lt;br /&gt;
&lt;br /&gt;
If a page is transcluded without transclusion markup, &lt;br /&gt;
it may cause an unintentional [[Help:Category#Putting_pages_in_categories|categorization]]. &lt;br /&gt;
Any page transcluding it will contain the same category as the original page.&lt;br /&gt;
Wrap the category markup with &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags to prevent incorrect categorization.&lt;br /&gt;
&lt;br /&gt;
Some templates take &amp;#039;&amp;#039;parameters&amp;#039;&amp;#039;, as well, which you separate with the pipe character.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;1000&amp;quot;|What it looks like&lt;br /&gt;
!width=&amp;quot;500&amp;quot;|What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{Transclusion demo}}&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Transclusion demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{Help:Transclusion Demo}}&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Help:Transclusion Demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
This template takes two parameters, and&lt;br /&gt;
creates underlined text with a hover box&lt;br /&gt;
for many modern browsers supporting CSS:&lt;br /&gt;
&lt;br /&gt;
{{H:title|This is the hover text|&lt;br /&gt;
Hover your mouse over this text}}&lt;br /&gt;
&lt;br /&gt;
Go to this page to see the H:title template&lt;br /&gt;
itself: {{tl|H:title}}&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
This template takes two parameters, and&lt;br /&gt;
creates underlined text with a hover box&lt;br /&gt;
for many modern browsers supporting CSS:&lt;br /&gt;
&lt;br /&gt;
{{H:title|This is the hover text|&lt;br /&gt;
Hover your mouse over this text}}&lt;br /&gt;
&lt;br /&gt;
Go to this page to see the H:title template&lt;br /&gt;
itself: {{tl|H:title}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Talk and project pages==&lt;br /&gt;
===Signing comments===&lt;br /&gt;
* The character &amp;#039;&amp;#039;&amp;#039;tilde&amp;#039;&amp;#039;&amp;#039; (~) is used when adding a comment to a Talk page. &lt;br /&gt;
* Your username provides a link to your [[Wikipedia:user page|user page]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;You should sign your comments by appending four tildes to the comment, which adds your user name plus date/time.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Adding three tildes will add just your user name.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]])&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Adding five tildes gives the date/time alone.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===What links here and Related changes===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Special:WhatLinksHere/Help:Wiki markup]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:WhatLinksHere/Help:Wiki markup]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Special:RecentChangesLinked/Help:Wiki markup]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:RecentChangesLinked/Help:Wiki markup]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Linking to old revisions of pages, diffs, and specific history pages===&lt;br /&gt;
* External link function is used for these.&lt;br /&gt;
* Open an old revision or diff and copy the url from the address bar, pasting it where you want it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&amp;amp;diff=330350877&amp;amp;oldid=330349143 previous edit]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&amp;amp;diff=330350877&amp;amp;oldid=330349143 previous edit]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User edits===&lt;br /&gt;
* Link to a user&amp;#039;s &amp;#039;&amp;#039;&amp;#039;Contributions&amp;#039;&amp;#039;&amp;#039; page.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Username (registered users).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Contributions/UserName]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:Contributions/UserName]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;IP address (unregistered users).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Contributions/192.0.2.0]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:Contributions/192.0.2.0]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Show deleted or inserted text===&lt;br /&gt;
* When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way.&lt;br /&gt;
* When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.&lt;br /&gt;
* For striking out material, the &amp;lt;nowiki&amp;gt;&amp;lt;s&amp;gt;&amp;lt;/s&amp;gt;&amp;lt;/nowiki&amp;gt; &amp;lt;span style=&amp;quot;color:red&amp;quot; title=&amp;quot;Deprecated in HTML 4.01. See http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#edef-S&amp;quot;&amp;gt;(deprecated)&amp;lt;/span&amp;gt; markup is an alternative to &amp;lt;nowiki&amp;gt;&amp;lt;del&amp;gt;&amp;lt;/del&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can &amp;lt;del&amp;gt;strike out deleted material&amp;lt;/del&amp;gt; and &amp;lt;ins&amp;gt;underline new material&amp;lt;/ins&amp;gt;. {{du|Double underlining}} is also possible.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
You can &amp;lt;del&amp;gt;strike out deleted material&amp;lt;/del&amp;gt; and &amp;lt;ins&amp;gt;underline new material&amp;lt;/ins&amp;gt;. {{du|Double underlining}} is also possible.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Limiting formatting/escaping wiki markup==&lt;br /&gt;
&lt;br /&gt;
A few different kinds of formatting will tell the Wiki to display things as you typed them — what you see, is what you get!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;nowiki&amp;amp;gt; tag:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
The nowiki tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It reformats text by removing newlines    and multiple spaces.&lt;br /&gt;
It still interprets special characters: &amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;lt;nowiki&amp;amp;gt;&lt;br /&gt;
The nowiki tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It reformats text by removing newlines &lt;br /&gt;
and multiple spaces.&lt;br /&gt;
It still interprets special&lt;br /&gt;
characters: &amp;amp;amp;rarr;&lt;br /&gt;
&amp;amp;lt;/nowiki&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;pre&amp;amp;gt; tag:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The pre tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It also doesn&amp;#039;t     reformat text.&lt;br /&gt;
It still interprets special characters: &amp;amp;rarr;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
The pre tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It also doesn&amp;#039;t     reformat text.&lt;br /&gt;
It still interprets special characters:&lt;br /&gt;
 &amp;amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;amp;lt;/pre&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;[text without a URL]:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/br&amp;gt;&lt;br /&gt;
Single square brackets containing &lt;br /&gt;
[text without a URL] are preserved, &lt;br /&gt;
but single square brackets containing &lt;br /&gt;
a URL first are treated as external&lt;br /&gt;
[http://en.wikipedia.org/wiki/Hyperlink links]&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Single square brackets containing &lt;br /&gt;
[text without a URL] are preserved, &lt;br /&gt;
but single square brackets containing &lt;br /&gt;
a URL first are treated as external&lt;br /&gt;
[http://en.wikipedia.org/wiki/Hyperlink links]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Leading space:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Leading spaces are another way &lt;br /&gt;
to preserve formatting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text   from being reformatted. &lt;br /&gt;
 It still interprets [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039; and&lt;br /&gt;
 special characters: →&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Leading spaces are another way &lt;br /&gt;
to preserve formatting.&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text   from being reformatted. &lt;br /&gt;
 It still interprets [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039; and&lt;br /&gt;
 special characters: &amp;amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Invisible text (comments)==&lt;br /&gt;
{{see also|Help:Hidden text}}&lt;br /&gt;
It&amp;#039;s uncommon, but on occasion acceptable for notes to other editors, to add a hidden comment within the text of an article. These comments are only visible when editing or viewing the source of a page. Most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. &amp;lt;!-- This is an example of text that won&amp;#039;t normally be visible except in &amp;quot;edit&amp;quot; mode. --&amp;gt; The format is to surround the hidden text with &amp;#039;&amp;amp;lt;!--&amp;#039; and &amp;#039;--&amp;amp;gt;&amp;#039; and may cover several lines, e.g.:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;!-- An example of hidden comments&lt;br /&gt;
 This won&amp;#039;t be visible except in &amp;quot;edit&amp;quot; mode. --&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Variables==&lt;br /&gt;
{{seealso| Help:Magic_words#Variables}}&lt;br /&gt;
{{namespaces}}&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code&lt;br /&gt;
! Effect&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTWEEK}}&amp;lt;/nowiki&amp;gt; || {{CURRENTWEEK}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDOW}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDOW}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTH}}&amp;lt;/nowiki&amp;gt; || {{CURRENTMONTH}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAME}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{CURRENTMONTHNAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAMEGEN}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{CURRENTMONTHNAMEGEN}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDAY}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDAY}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDAYNAME}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDAYNAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTYEAR}}&amp;lt;/nowiki&amp;gt; || {{CURRENTYEAR}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTTIME}}&amp;lt;/nowiki&amp;gt; || {{CURRENTTIME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFARTICLES}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFARTICLES}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFPAGES}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFPAGES}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFUSERS}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFUSERS}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt; || {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NAMESPACE}}&amp;lt;/nowiki&amp;gt; || {{NAMESPACE}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{REVISIONID}}&amp;lt;/nowiki&amp;gt; || {{REVISIONID}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{REVISIONUSER}}&amp;lt;/nowiki&amp;gt; || {{REVISIONUSER}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{localurl:pagename}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{localurl:pagename}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{localurl:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;Wikipedia:Sandbox&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;|action=edit}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{localurl:Wikipedia:Sandbox|action=edit}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{fullurl:pagename}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{fullurl:pagename}} &lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{fullurl:pagename|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;query_string&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{fullurl:pagename|query_string}} &lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{SERVER}}&amp;lt;/nowiki&amp;gt; || {{SERVER}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{ns:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}} e.g. &amp;#039;{{ns:1}}&amp;#039; &amp;lt;/nowiki&amp;gt; || fullname of namespace e.g &amp;#039;{{ns:1}}&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{SITENAME}}&amp;lt;/nowiki&amp;gt; || {{SITENAME}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NUMBEROFARTICLES&amp;#039;&amp;#039;&amp;#039; is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;CURRENTMONTHNAMEGEN&amp;#039;&amp;#039;&amp;#039; is the genitive (possessive) grammatical form of the month name, as used in some languages; &amp;#039;&amp;#039;&amp;#039;CURRENTMONTHNAME&amp;#039;&amp;#039;&amp;#039; is the nominative (subject) form, as usually seen in English.&lt;br /&gt;
&lt;br /&gt;
In languages where it makes a difference, you can use constructs like &amp;lt;nowiki&amp;gt;{{grammar:case|word}}&amp;lt;/nowiki&amp;gt; to convert a word from the nominative case to some other case.  For example, &amp;lt;nowiki&amp;gt;{{grammar:genitive|{{CURRENTMONTHNAME}}}}&amp;lt;/nowiki&amp;gt; means the same as &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAMEGEN}}&amp;lt;/nowiki&amp;gt;. &amp;lt;!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==HTML==&lt;br /&gt;
{{main|Help:HTML in wikitext}}&lt;br /&gt;
Many [[HTML]] tags can be used in Wiki markup. You can check your HTML by using [[Help:Markup validation|markup validation]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia how-to]]&lt;br /&gt;
[[Category:Wikipedia editor help]]&lt;br /&gt;
[[Category:Wikipedia text help]]&lt;br /&gt;
&lt;br /&gt;
[[ko:위키백과:위키 문법]]&lt;br /&gt;
[[es:Ayuda:Edición]]&lt;br /&gt;
[[ru:Википедия:Викификация]]&lt;br /&gt;
[[ml:സഹായം:എഡിറ്റിങ്‌ വഴികാട്ടി]]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=9</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=9"/>
				<updated>2011-03-31T13:35:08Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Editing==&lt;br /&gt;
Editing most Wikipedia pages is easy. Simply click on the &amp;quot;&amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039;&amp;quot; tab at the top of a Wikipedia page (or on a [[Wikipedia: Section|section-edit link]]). This will bring you to a new page with a [[text box]] containing the editable text of the current page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this box, you can type in the text that you want to add, using [[Help:wiki markup|wiki markup]] to format the text and add other elements like images and tables. A [[Wikipedia:Cheatsheet|quick reference]] to wiki markup can be opened in a new window by clicking &amp;#039;Editing help&amp;#039;, found near the &amp;#039;save page&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
Never start a line with a leading space unless you want the special formatting it causes. Paragraphs can be separated with a blank line.&lt;br /&gt;
&lt;br /&gt;
When you have finished editing, you should write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes, as described in the [[Wikipedia:Edit_summary_legend|legend]]. To see how the page looks with your edits, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show preview&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. To see the differences between the page with your edits and the previous version of the page, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show changes&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. If you&amp;#039;re satisfied with what you see, &amp;#039;&amp;#039;&amp;#039;[[Wikipedia:Be bold|be bold]]&amp;#039;&amp;#039;&amp;#039; and press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Save page&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. Your changes will immediately be visible to all Wikipedia users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Do not sign the Edit Summary line with your &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; signature as it does not work here.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia community has developed [[Wikipedia:Manual of Style|style guidelines]] to make articles and facts appear in a standardized form, and Wikipedia easier to use as a whole.&lt;br /&gt;
&lt;br /&gt;
If you add information to a page, [[Wikipedia:Citing sources|please provide references]], as [[Wikipedia:Verifiability|unreferenced facts are subject to removal]].&lt;br /&gt;
&lt;br /&gt;
===Talk (discussion) pages===&lt;br /&gt;
[[Wikipedia:Talk page|Talk page]]s are similar to articles in that they also have a &amp;quot;new section&amp;quot; tab to start a new section or edit the whole page.&lt;br /&gt;
&lt;br /&gt;
===Minor edits===&lt;br /&gt;
A check to the &amp;quot;minor edit&amp;quot; box signifies that only superficial differences exist between the version with your edit and the previous version: typo corrections, formatting and presentational changes, rearranging of text without modifying content, etc. A &amp;#039;&amp;#039;minor edit&amp;#039;&amp;#039; is a version that the editor believes requires no review and could never be the subject of a dispute. The &amp;quot;minor edit&amp;quot; option is one of several [[Wikipedia:Why create an account?#New editing options|options]] available only to [[Help:Logging in|registered users]].&lt;br /&gt;
&lt;br /&gt;
===Major edits===&lt;br /&gt;
&lt;br /&gt;
All editors are encouraged to [[Wikipedia:Be_bold|be bold]], but there are several things that a user can do to ensure that major edits are performed smoothly. Before engaging in a major edit, a user should consider discussing proposed changes on the article discussion/talk page. During the edit, if doing so over an extended period, the {{tlx|In use}} tag can reduce the likelihood of an edit conflict. Once the edit has been completed, the inclusion of an [[Help:Edit summary|edit summary]] will assist in documenting the changes. These steps will help all to ensure that major edits are well received by the Wikipedia community.&lt;br /&gt;
&lt;br /&gt;
A major edit should be reviewed to confirm that it is consensual to all concerned editors. Therefore, any change that affects the &amp;#039;&amp;#039;meaning&amp;#039;&amp;#039; of an article is major (not minor), even if the edit is a single word.&lt;br /&gt;
&lt;br /&gt;
There are no necessary terms to which you have to agree when doing major edits, but the recommendations above have become best practice. If you do it your own way, the likelihood of your edits being reedited may be higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place below here or in intro? --&amp;gt;&lt;br /&gt;
When performing a large edit, it is suggested you periodically, and before pressing &amp;#039;save page&amp;#039;, copy your edits into an external text editor (preferably one without formatting, such as [[Notepad (Windows)|Notepad]]). This ensures that in the case of a browser crash you will not lose your work.  If you are adding substantial amounts of work, it is also a good idea to save changes in stages.&lt;br /&gt;
&lt;br /&gt;
==Wiki markup==&lt;br /&gt;
[[Wiki Markup|Help:Wiki markup]] is the extra information (apart from the text which will be displayed) you enter in the edit window which tells the [[MediaWiki]] software how to display, categorize and process the article.&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=8</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=8"/>
				<updated>2011-03-31T13:33:16Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Editing==&lt;br /&gt;
Editing most Wikipedia pages is easy. Simply click on the &amp;quot;&amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039;&amp;quot; tab at the top of a Wikipedia page (or on a [[Wikipedia: Section|section-edit link]]). This will bring you to a new page with a [[text box]] containing the editable text of the current page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this box, you can type in the text that you want to add, using [[Help:wiki markup|wiki markup]] to format the text and add other elements like images and tables. A [[Wikipedia:Cheatsheet|quick reference]] to wiki markup can be opened in a new window by clicking &amp;#039;Editing help&amp;#039;, found near the &amp;#039;save page&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
Never start a line with a leading space unless you want the special formatting it causes. Paragraphs can be separated with a blank line.&lt;br /&gt;
&lt;br /&gt;
When you have finished editing, you should write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes, as described in the [[Wikipedia:Edit_summary_legend|legend]]. To see how the page looks with your edits, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show preview&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. To see the differences between the page with your edits and the previous version of the page, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show changes&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. If you&amp;#039;re satisfied with what you see, &amp;#039;&amp;#039;&amp;#039;[[Wikipedia:Be bold|be bold]]&amp;#039;&amp;#039;&amp;#039; and press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Save page&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. Your changes will immediately be visible to all Wikipedia users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Do not sign the Edit Summary line with your &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; signature as it does not work here.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia community has developed [[Wikipedia:Manual of Style|style guidelines]] to make articles and facts appear in a standardized form, and Wikipedia easier to use as a whole.&lt;br /&gt;
&lt;br /&gt;
If you add information to a page, [[Wikipedia:Citing sources|please provide references]], as [[Wikipedia:Verifiability|unreferenced facts are subject to removal]].&lt;br /&gt;
&lt;br /&gt;
===Talk (discussion) pages===&lt;br /&gt;
[[Wikipedia:Talk page|Talk page]]s are similar to articles in that they also have a &amp;quot;new section&amp;quot; tab to start a new section or edit the whole page.&lt;br /&gt;
&lt;br /&gt;
===Minor edits===&lt;br /&gt;
A check to the &amp;quot;minor edit&amp;quot; box signifies that only superficial differences exist between the version with your edit and the previous version: typo corrections, formatting and presentational changes, rearranging of text without modifying content, etc. A &amp;#039;&amp;#039;minor edit&amp;#039;&amp;#039; is a version that the editor believes requires no review and could never be the subject of a dispute. The &amp;quot;minor edit&amp;quot; option is one of several [[Wikipedia:Why create an account?#New editing options|options]] available only to [[Help:Logging in|registered users]].&lt;br /&gt;
&lt;br /&gt;
===Major edits===&lt;br /&gt;
&lt;br /&gt;
All editors are encouraged to [[Wikipedia:Be_bold|be bold]], but there are several things that a user can do to ensure that major edits are performed smoothly. Before engaging in a major edit, a user should consider discussing proposed changes on the article discussion/talk page. During the edit, if doing so over an extended period, the {{tlx|In use}} tag can reduce the likelihood of an edit conflict. Once the edit has been completed, the inclusion of an [[Help:Edit summary|edit summary]] will assist in documenting the changes. These steps will help all to ensure that major edits are well received by the Wikipedia community.&lt;br /&gt;
&lt;br /&gt;
A major edit should be reviewed to confirm that it is consensual to all concerned editors. Therefore, any change that affects the &amp;#039;&amp;#039;meaning&amp;#039;&amp;#039; of an article is major (not minor), even if the edit is a single word.&lt;br /&gt;
&lt;br /&gt;
There are no necessary terms to which you have to agree when doing major edits, but the recommendations above have become best practice. If you do it your own way, the likelihood of your edits being reedited may be higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place below here or in intro? --&amp;gt;&lt;br /&gt;
When performing a large edit, it is suggested you periodically, and before pressing &amp;#039;save page&amp;#039;, copy your edits into an external text editor (preferably one without formatting, such as [[Notepad (Windows)|Notepad]]). This ensures that in the case of a browser crash you will not lose your work.  If you are adding substantial amounts of work, it is also a good idea to save changes in stages.&lt;br /&gt;
&lt;br /&gt;
==Wiki markup==&lt;br /&gt;
{{WikiMarkup|Help:Wiki markup}}&lt;br /&gt;
Wiki markup is the extra information (apart from the text which will be displayed) you enter in the edit window which tells the [[MediaWiki]] software how to display, categorize and process the article.&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Help:Wiki_markup&amp;diff=7</id>
		<title>Help:Wiki markup</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Help:Wiki_markup&amp;diff=7"/>
				<updated>2011-03-31T13:30:59Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Wiki markup}}&lt;br /&gt;
{{shortcut|H:MARKUP|WP:MARKUP}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Wiki markup&amp;#039;&amp;#039;&amp;#039; is the syntax and keywords used by the [[MediaWiki]] software to format a page; see [[Wikipedia:How to edit a page|How to edit a page]] for details on using it.&lt;br /&gt;
{{TOC limit}}&lt;br /&gt;
&lt;br /&gt;
==Layout==&lt;br /&gt;
===Sections===&lt;br /&gt;
====Section headings====&lt;br /&gt;
{{further|[[Help:Section]]}}&lt;br /&gt;
Use headings to split articles into sections. Put a heading on a separate line. A level-two heading is the highest level editors use in an article.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:150%;border-bottom:1px solid rgb(170,170,170);&amp;quot;&amp;gt;Section headings&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Headings&amp;#039;&amp;#039; organize your writing into sections.&lt;br /&gt;
The Wiki software can automatically generate&lt;br /&gt;
a [[Help:Section|table of contents]] from them.&lt;br /&gt;
Start with 2 &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:132%;font-weight:bold;&amp;quot;&amp;gt;Subsection&amp;lt;/div&amp;gt;&lt;br /&gt;
Using more &amp;#039;equals&amp;#039; characters creates a subsection.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:116%;font-weight:bold;&amp;quot;&amp;gt;A smaller subsection&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t skip levels, like from two to four &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
==Section headings==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Headings&amp;#039;&amp;#039; organize your writing into sections.&lt;br /&gt;
The Wiki software can automatically generate&lt;br /&gt;
a table of contents from them.&lt;br /&gt;
Start with 2 &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
===Subsection===&lt;br /&gt;
&lt;br /&gt;
Using more &amp;#039;equals&amp;#039; characters creates a subsection.&lt;br /&gt;
&lt;br /&gt;
====A smaller subsection====&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t skip levels, like from two to four &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Horizontal line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Separating with a horizontal dividing line:&amp;lt;br/&amp;gt;&lt;br /&gt;
:this is above it...&lt;br /&gt;
----&lt;br /&gt;
:...and this is below it.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t use a section header, you don&amp;#039;t get a TOC entry.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;Horizontal line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Separating with a horizontal dividing line:&lt;br /&gt;
this is above it...&lt;br /&gt;
----&lt;br /&gt;
...and this is below it.&lt;br /&gt;
If you don&amp;#039;t use a section header, you don&amp;#039;t get a TOC entry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Table of contents====&lt;br /&gt;
When a page has at least four headings, a table of contents (TOC) will appear in front of the first header (after the lead).  Putting &amp;lt;nowiki&amp;gt;__TOC__&amp;lt;/nowiki&amp;gt; anywhere forces the TOC to appear at that point (instead of just before the first heading). Putting &amp;lt;nowiki&amp;gt;__NOTOC__&amp;lt;/nowiki&amp;gt; anywhere forces the TOC to disappear. See also [[Wikipedia:Section#Compact_TOC|Compact TOC]] for alphabet and year headings.&lt;br /&gt;
&lt;br /&gt;
===Line breaks===&lt;br /&gt;
* You can make the wikitext more readable by putting in newlines, but see [[Wikipedia:Don&amp;#039;t use line breaks]] for possible problems.&lt;br /&gt;
* To break lines use the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element. The HTML tag &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will be converted to the XHTML &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag by [[HTML Tidy]] in most instances. The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag is not converted when used in [[Wikipedia:Editnotice|editnotices]] or in the [[Help:MediaWiki namespace|MediaWiki namespace]]— it will render invalid XHTML and will break tools such as [[Wikipedia:Twinkle|Twinkle]].&lt;br /&gt;
* Please use these sparingly.&lt;br /&gt;
* Close markup between lines; do not start a [[Help:link|link]] or &amp;#039;&amp;#039;italics&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; on one line and close it on the next.&lt;br /&gt;
* When used in a list, a newline &amp;#039;&amp;#039;does&amp;#039;&amp;#039; affect the layout (See [[Help:List]]).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
A single newline has no&lt;br /&gt;
effect on the layout.&lt;br /&gt;
&lt;br /&gt;
But an empty line starts a new paragraph, or ends a list or indented part.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
A single newline has no&lt;br /&gt;
effect on the layout.&lt;br /&gt;
&lt;br /&gt;
But an empty line starts a new paragraph, or ends a list or indented part.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can break lines&amp;lt;br /&amp;gt;&lt;br /&gt;
without starting a new paragraph.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;You can break lines&amp;lt;br /&amp;gt;&lt;br /&gt;
without starting a new paragraph.&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Indent text===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Left indent&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
:A colon at the start of a line&lt;br /&gt;
::causes the line to be indented,&lt;br /&gt;
:::most commonly used on Talk pages.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
:A colon at the start of a line&lt;br /&gt;
::causes the line to be indented,&lt;br /&gt;
:::most commonly used on Talk pages.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blockquote&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;blockquote&amp;#039;&amp;#039;&amp;#039; tag will indent both margins when needed instead of the left margin only as the colon does.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;blockquote&amp;#039;&amp;#039;&amp;#039; tag will indent both margins when needed instead of the left margin only as the colon does.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Center text===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text&amp;lt;/div&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Template {{tl|center}} uses the same markup. To center a table, see [[Help:Table#Centering tables]].&lt;br /&gt;
&lt;br /&gt;
===Lists===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|- id=&amp;quot;lists&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* &amp;#039;&amp;#039;Unordered [[Help:List|list]]s&amp;#039;&amp;#039; are easy to do:&lt;br /&gt;
** Start every line with a star.&lt;br /&gt;
*** More stars indicate a deeper level.&lt;br /&gt;
*: Previous item continues.&lt;br /&gt;
** A new line&lt;br /&gt;
* in a list&lt;br /&gt;
marks the end of the list.&lt;br /&gt;
*Of course you can start again.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;Unordered lists&amp;#039;&amp;#039; are easy to do:&lt;br /&gt;
** Start every line with a star.&lt;br /&gt;
*** More stars indicate a deeper level.&lt;br /&gt;
*: Previous item continues.&lt;br /&gt;
** A new line&lt;br /&gt;
* in a list&lt;br /&gt;
marks the end of the list.&lt;br /&gt;
* Of course you can start again.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
# &amp;#039;&amp;#039;Numbered lists&amp;#039;&amp;#039; are:&lt;br /&gt;
## Very organized&lt;br /&gt;
## Easy to follow&lt;br /&gt;
#: Previous item continues&lt;br /&gt;
A new line marks the end of the list.&lt;br /&gt;
# New numbering starts with 1.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
# &amp;#039;&amp;#039;Numbered lists&amp;#039;&amp;#039; are:&lt;br /&gt;
## Very organized&lt;br /&gt;
## Easy to follow&lt;br /&gt;
#: Previous item continues&lt;br /&gt;
A new line marks the end of the list.&lt;br /&gt;
# New numbering starts with 1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Retaining newlines and spaces===&lt;br /&gt;
{{shortcut|H:POEM}}&lt;br /&gt;
The MediaWiki software suppresses single newlines and converts lines starting with a space to preformatted text in a dashed box. HTML suppresses multiple spaces. It is often desirable to retain these elements for poems, lyrics, mottoes, oaths and the like. The [[mw:Extension:Poem|Poem]] extension adds HTML-like {{tag|poem}} tags to maintain newlines and spaces. These tags may be used inside other tags such as {{tag|blockquote}}.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;poem&amp;gt;&lt;br /&gt;
In Xanadu did Kubla Khan&lt;br /&gt;
  A stately pleasure-dome decree:&lt;br /&gt;
Where Alph, the sacred river, ran&lt;br /&gt;
  Through caverns measureless to man&lt;br /&gt;
Down to a sunless sea.&lt;br /&gt;
&lt;br /&gt;
So twice five miles of fertile ground&lt;br /&gt;
  With walls and towers were girdled round:&lt;br /&gt;
And there were gardens bright with sinuous rills,&lt;br /&gt;
  Where blossomed many an incense-bearing tree;&lt;br /&gt;
And here were forests ancient as the hills,&lt;br /&gt;
  Enfolding sunny spots of greenery.&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;poem&amp;gt;&lt;br /&gt;
In Xanadu did Kubla Khan&lt;br /&gt;
  A stately pleasure-dome decree:&lt;br /&gt;
Where Alph, the sacred river, ran&lt;br /&gt;
  Through caverns measureless to man&lt;br /&gt;
Down to a sunless sea.&lt;br /&gt;
&lt;br /&gt;
So twice five miles of fertile ground&lt;br /&gt;
  With walls and towers were girdled round:&lt;br /&gt;
And there were gardens bright with sinuous rills,&lt;br /&gt;
  Where blossomed many an incense-bearing tree;&lt;br /&gt;
And here were forests ancient as the hills,&lt;br /&gt;
  Enfolding sunny spots of greenery.&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Format==&lt;br /&gt;
===Text formatting===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- id=&amp;quot;emph&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
You can &amp;#039;&amp;#039;italicize text&amp;#039;&amp;#039; by putting 2&lt;br /&gt;
apostrophes on each side.&lt;br /&gt;
&lt;br /&gt;
3 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold the text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
5 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;italicize&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;the text&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
You can &amp;#039;&amp;#039;italicize text&amp;#039;&amp;#039; by putting 2&lt;br /&gt;
apostrophes on each side.&lt;br /&gt;
&lt;br /&gt;
3 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold the text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
5 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;italicize&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;the text&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[mw:Extension:SyntaxHighlight GeSHi|Syntax highlighting]] for source code.&lt;br /&gt;
&lt;br /&gt;
Computer code has a colored background&lt;br /&gt;
and more stringent formatting. Suppose we&lt;br /&gt;
want to define &amp;lt;code&amp;gt;int main()&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main ( int argc,  char **argv ) {&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello World!&amp;quot;;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Computer code has a colored background&lt;br /&gt;
and more stringent formatting. Suppose we&lt;br /&gt;
want to define &amp;amp;lt;code&amp;amp;gt;int  main()&amp;amp;lt;/code&amp;amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main ( int argc,  char **argv ) {&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello World!&amp;quot;;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=top&lt;br /&gt;
|&lt;br /&gt;
You can use &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt; for captions.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
You can use &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt; for captions.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
Better stay away from &amp;lt;big&amp;gt;big text&amp;lt;/big&amp;gt;, unless&lt;br /&gt;
&amp;lt;small&amp;gt; it&amp;#039;s &amp;lt;big&amp;gt;within&amp;lt;/big&amp;gt; small&amp;lt;/small&amp;gt; text. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Better stay away from &amp;lt;big&amp;gt;big text&amp;lt;/big&amp;gt;, unless&lt;br /&gt;
&amp;lt;small&amp;gt; it&amp;#039;s &amp;lt;big&amp;gt;within&amp;lt;/big&amp;gt; small&amp;lt;/small&amp;gt; text.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can include a &amp;#039;&amp;#039;&amp;#039;non-breaking space&amp;#039;&amp;#039;&amp;#039; (sometimes called &amp;#039;&amp;#039;&amp;#039;non-printing character&amp;#039;&amp;#039;&amp;#039;) where you require two words to always appear together on the same line, such as &amp;#039;&amp;#039;Mr.&amp;amp;nbsp;Smith&amp;#039;&amp;#039; or &amp;#039;&amp;#039;400&amp;amp;nbsp;km/h&amp;#039;&amp;#039; using &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; in place of a regular space between the two &amp;quot;words&amp;quot; that need to behave as a single word (never be separated on different lines).&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Mr.&amp;amp;amp;nbsp;Smith or 400&amp;amp;amp;nbsp;km/h.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Extra spacing&amp;#039;&amp;#039;&amp;#039; within text can best be achieved using the [[Template:Pad|pad]] template:&lt;br /&gt;
&lt;br /&gt;
Mary {{pad|4em}} had a little lamb.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Mary {{pad|4em}} had a little lamb.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Typewriter font&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
(does also work beyond the end of a paragraph):&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;arrow      &amp;amp;rarr;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;#039;&amp;#039;italics&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;[[link]]&lt;br /&gt;
&lt;br /&gt;
New paragraph &amp;lt;/tt&amp;gt;started here.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;tt&amp;gt;arrow      &amp;amp;amp;rarr;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;#039;&amp;#039;italics&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;[[link]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
New paragraph &amp;lt;/tt&amp;gt;started here.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special characters===&lt;br /&gt;
&amp;#039;&amp;#039;See also: [[Chess symbols in Unicode]].&amp;#039;&amp;#039;&lt;br /&gt;
====Diacritical marks====&lt;br /&gt;
* See [[Help:Special characters]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
À Á Â Ã Ä Å &amp;lt;br/&amp;gt;&lt;br /&gt;
Æ Ç È É Ê Ë &amp;lt;br/&amp;gt;&lt;br /&gt;
Ì Í&lt;br /&gt;
Î Ï Ñ Ò &amp;lt;br/&amp;gt;&lt;br /&gt;
Ó Ô Õ&lt;br /&gt;
Ö Ø Ù &amp;lt;br/&amp;gt;&lt;br /&gt;
Ú Û Ü ß&lt;br /&gt;
à á &amp;lt;br/&amp;gt;&lt;br /&gt;
â ã ä å æ&lt;br /&gt;
ç &amp;lt;br/&amp;gt;&lt;br /&gt;
è é ê ë ì í&amp;lt;br/&amp;gt;&lt;br /&gt;
î ï ñ ò ó ô &amp;lt;br/&amp;gt;&lt;br /&gt;
œ õ&lt;br /&gt;
ö ø ù ú &amp;lt;br/&amp;gt;&lt;br /&gt;
û ü ÿ&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;Agrave; &amp;amp;amp;Aacute; &amp;amp;amp;Acirc; &amp;amp;amp;Atilde; &amp;amp;amp;Auml; &amp;amp;amp;Aring; &lt;br /&gt;
&amp;amp;amp;AElig; &amp;amp;amp;Ccedil; &amp;amp;amp;Egrave; &amp;amp;amp;Eacute; &amp;amp;amp;Ecirc; &amp;amp;amp;Euml; &lt;br /&gt;
&amp;amp;amp;Igrave; &amp;amp;amp;Iacute; &amp;amp;amp;Icirc; &amp;amp;amp;Iuml; &amp;amp;amp;Ntilde; &amp;amp;amp;Ograve; &lt;br /&gt;
&amp;amp;amp;Oacute; &amp;amp;amp;Ocirc; &amp;amp;amp;Otilde; &amp;amp;amp;Ouml; &amp;amp;amp;Oslash; &amp;amp;amp;Ugrave; &lt;br /&gt;
&amp;amp;amp;Uacute; &amp;amp;amp;Ucirc; &amp;amp;amp;Uuml; &amp;amp;amp;szlig; &amp;amp;amp;agrave; &amp;amp;amp;aacute; &lt;br /&gt;
&amp;amp;amp;acirc; &amp;amp;amp;atilde; &amp;amp;amp;auml; &amp;amp;amp;aring; &amp;amp;amp;aelig; &amp;amp;amp;ccedil; &lt;br /&gt;
&amp;amp;amp;egrave; &amp;amp;amp;eacute; &amp;amp;amp;ecirc; &amp;amp;amp;euml; &amp;amp;amp;igrave; &amp;amp;amp;iacute;&lt;br /&gt;
&amp;amp;amp;icirc; &amp;amp;amp;iuml; &amp;amp;amp;ntilde; &amp;amp;amp;ograve; &amp;amp;amp;oacute; &amp;amp;amp;ocirc; &lt;br /&gt;
&amp;amp;amp;oelig; &amp;amp;amp;otilde; &amp;amp;amp;ouml; &amp;amp;amp;oslash; &amp;amp;amp;ugrave; &amp;amp;amp;uacute; &lt;br /&gt;
&amp;amp;amp;ucirc; &amp;amp;amp;uuml; &amp;amp;amp;yuml;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Punctuation====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
¿ ¡ § ¶&amp;lt;br/&amp;gt;&lt;br /&gt;
† ‡ • &amp;amp;ndash; &amp;amp;mdash;&amp;lt;br/&amp;gt;&lt;br /&gt;
‹ › « »&amp;lt;br/&amp;gt;&lt;br /&gt;
‘ ’ “ ”&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;iquest; &amp;amp;amp;iexcl; &amp;amp;amp;sect; &amp;amp;amp;para;&lt;br /&gt;
&amp;amp;amp;dagger; &amp;amp;amp;Dagger; &amp;amp;amp;bull; &amp;amp;amp;ndash; &amp;amp;amp;mdash;&lt;br /&gt;
&amp;amp;amp;lsaquo; &amp;amp;amp;rsaquo; &amp;amp;amp;laquo; &amp;amp;amp;raquo;&lt;br /&gt;
&amp;amp;amp;lsquo; &amp;amp;amp;rsquo; &amp;amp;amp;ldquo; &amp;amp;amp;rdquo;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Other Punctuation====&lt;br /&gt;
The &amp;amp;lsaquo;[[HTML_element#Other_block_elements|pre]]&amp;amp;rsaquo; and &amp;amp;lsaquo;[[Help:Wiki_markup#Limiting_formatting.2Fescaping_wiki_markup|nowiki]]&amp;amp;rsaquo; markup tags are also available. (Permits &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;[ { &amp;amp; } ]&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; for example.&lt;br /&gt;
&lt;br /&gt;
====Commercial symbols====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
™ © ® ¢ € ¥&amp;lt;br/&amp;gt;&lt;br /&gt;
£ ¤&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;trade; &amp;amp;amp;copy; &amp;amp;amp;reg; &amp;amp;amp;cent; &amp;amp;amp;euro; &amp;amp;amp;yen; &lt;br /&gt;
&amp;amp;amp;pound; &amp;amp;amp;curren;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Subscripts and superscripts====&lt;br /&gt;
*The [[Wikipedia:Manual of Style (mathematics)#Superscripts and subscripts|Manual of Style]] prefers the &amp;lt;nowiki&amp;gt;x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt; format.&lt;br /&gt;
*The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users&amp;#039; machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Subscripts&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt; or&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x₀ x₁ x₂ x₃ x₄&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x₅ x₆ x₇ x₈ x₉&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt; or&lt;br /&gt;
x&amp;amp;amp;#8320; x&amp;amp;amp;#8321; x&amp;amp;amp;#8322; x&amp;amp;amp;#8323; x&amp;amp;amp;#8324;&lt;br /&gt;
x&amp;amp;amp;#8325; x&amp;amp;amp;#8326; x&amp;amp;amp;#8327; x&amp;amp;amp;#8328; x&amp;amp;amp;#8329;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Superscripts&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
x&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; x&amp;lt;sup &amp;gt;2&amp;lt;/sup &amp;gt; x&amp;lt;sup &amp;gt;3&amp;lt;/sup &amp;gt; or&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x⁰ x¹ x² x³ x⁴&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x⁵ x⁶ x⁷ x⁸ x⁹&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
x&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; x&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; x&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; or&lt;br /&gt;
x&amp;amp;amp;#8304; x&amp;amp;amp;sup1; x&amp;amp;amp;sup2; x&amp;amp;amp;sup3; x&amp;amp;amp;#8308;&lt;br /&gt;
x&amp;amp;amp;#8309; x&amp;amp;amp;#8310; x&amp;amp;amp;#8311; x&amp;amp;amp;#8312; x&amp;amp;amp;#8313;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Combined&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
ε&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 8.85 &amp;amp;times; 10&amp;lt;sup&amp;gt;&amp;amp;minus;12&amp;lt;/sup&amp;gt; C² / J m.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
1 [[hectare]] = [[1 E4 m&amp;amp;sup2;]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;epsilon;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 8.85 &amp;amp;amp;times;&lt;br /&gt;
10&amp;lt;sup&amp;gt;&amp;amp;amp;minus;12&amp;lt;/sup&amp;gt; C&amp;amp;amp;sup2; / J m.&lt;br /&gt;
&lt;br /&gt;
1 [[hectare]] = [[1 E4 m&amp;amp;amp;sup2;]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Greek characters====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
α β γ δ ε ζ&amp;lt;br/&amp;gt;&lt;br /&gt;
η θ ι κ λ μ ν&amp;lt;br/&amp;gt;&lt;br /&gt;
ξ ο π ρ σ ς&amp;lt;br/&amp;gt;&lt;br /&gt;
τ υ φ χ ψ ω&amp;lt;br/&amp;gt;&lt;br /&gt;
Γ Δ Θ Λ Ξ Π&amp;lt;br/&amp;gt;&lt;br /&gt;
Σ Φ Ψ Ω&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;alpha; &amp;amp;amp;beta; &amp;amp;amp;gamma; &amp;amp;amp;delta; &amp;amp;amp;epsilon; &amp;amp;amp;zeta; &lt;br /&gt;
&amp;amp;amp;eta; &amp;amp;amp;theta; &amp;amp;amp;iota; &amp;amp;amp;kappa; &amp;amp;amp;lambda; &amp;amp;amp;mu; &amp;amp;amp;nu; &lt;br /&gt;
&amp;amp;amp;xi; &amp;amp;amp;omicron; &amp;amp;amp;pi; &amp;amp;amp;rho; &amp;amp;amp;sigma; &amp;amp;amp;sigmaf;&lt;br /&gt;
&amp;amp;amp;tau; &amp;amp;amp;upsilon; &amp;amp;amp;phi; &amp;amp;amp;chi; &amp;amp;amp;psi; &amp;amp;amp;omega;&lt;br /&gt;
&amp;amp;amp;Gamma; &amp;amp;amp;Delta; &amp;amp;amp;Theta; &amp;amp;amp;Lambda; &amp;amp;amp;Xi; &amp;amp;amp;Pi; &lt;br /&gt;
&amp;amp;amp;Sigma; &amp;amp;amp;Phi; &amp;amp;amp;Psi; &amp;amp;amp;Omega;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mathematical characters====&lt;br /&gt;
* See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
∫ ∑ ∏ √ &amp;amp;minus; ± ∞&amp;lt;br/&amp;gt;&lt;br /&gt;
≈ ∝ ≡ ≠ ≤ ≥&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;amp;times; · ÷ ∂ &amp;amp;prime; &amp;amp;Prime;&amp;lt;br/&amp;gt;&lt;br /&gt;
∇ ‰ ° ∴ ℵ ø&amp;lt;br/&amp;gt;&lt;br /&gt;
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇&amp;lt;br/&amp;gt;&lt;br /&gt;
¬ ∧ ∨ ∃ ∀&amp;lt;br/&amp;gt;&lt;br /&gt;
⇒ ⇐ ⇓ ⇑ ⇔&amp;lt;br/&amp;gt;&lt;br /&gt;
→ ↓ ↑ ← ↔&amp;lt;br/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;int; &amp;amp;amp;sum; &amp;amp;amp;prod; &amp;amp;amp;radic; &amp;amp;amp;minus; &amp;amp;amp;plusmn; &amp;amp;amp;infin;&lt;br /&gt;
&amp;amp;amp;asymp; &amp;amp;amp;prop; &amp;amp;amp;equiv; &amp;amp;amp;ne; &amp;amp;amp;le; &amp;amp;amp;ge;&lt;br /&gt;
&amp;amp;amp;times; &amp;amp;amp;middot; &amp;amp;amp;divide; &amp;amp;amp;part; &amp;amp;amp;prime; &amp;amp;amp;Prime;&lt;br /&gt;
&amp;amp;amp;nabla; &amp;amp;amp;permil; &amp;amp;amp;deg; &amp;amp;amp;there4; &amp;amp;amp;alefsym; &amp;amp;amp;oslash;&lt;br /&gt;
&amp;amp;amp;isin; &amp;amp;amp;notin; &amp;amp;amp;cap; &amp;amp;amp;cup; &amp;amp;amp;sub; &amp;amp;amp;sup; &amp;amp;amp;sube; &amp;amp;amp;supe;&lt;br /&gt;
&amp;amp;amp;not; &amp;amp;amp;and; &amp;amp;amp;or; &amp;amp;amp;exist; &amp;amp;amp;forall; &lt;br /&gt;
&amp;amp;amp;rArr; &amp;amp;amp;lArr; &amp;amp;amp;dArr; &amp;amp;amp;uArr; &amp;amp;amp;hArr;&lt;br /&gt;
&amp;amp;amp;rarr; &amp;amp;amp;darr; &amp;amp;amp;uarr; &amp;amp;amp;larr; &amp;amp;amp;harr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Links and URLs==&lt;br /&gt;
===Free links===&lt;br /&gt;
In [[Wikipedia]] and some other [[Wiki]]s, &amp;#039;&amp;#039;&amp;#039;free links&amp;#039;&amp;#039;&amp;#039; are used in [[Wikitext]] markup to produce [[internal link]]s between pages, as opposed to the concept of [[CamelCase]] for the same purpose, which was used in the early days of Wikipedia, see [[Wikipedia:CamelCase and Wikipedia|CamelCase and Wikipedia]].&lt;br /&gt;
&lt;br /&gt;
In [[Wikipedia:How to edit a page#Wiki markup|Wikipedia&amp;#039;s markup language]], you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Texas]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  will be rendered as [[Texas]]. Optionally, you can use a [[vertical bar]] (|) to customize the link title. For example, typing  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Texas|Lone Star state]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  will produce [[Texas|Lone Star state]], a link that is displayed as &amp;quot;&amp;lt;u&amp;gt;Lone Star state&amp;lt;/u&amp;gt;&amp;quot; but in fact links to [[Texas]]. &lt;br /&gt;
&lt;br /&gt;
====Link to another Wiki article====&lt;br /&gt;
* Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).&lt;br /&gt;
* Thus the link below is to the [[Uniform Resource Locator|URL]] en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name &amp;quot;Public transport&amp;quot;. See also [[Help:Link#Conversion to canonical form|Canonicalization]].&lt;br /&gt;
*[[Intentionally permanent red link|A red link]] is a page that doesn&amp;#039;t exist yet; it can be created by clicking on the link.&lt;br /&gt;
*A [[Help:Self link|link to its own page]] will appear only as bold text.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
London has [[public transport]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;London has [[public transport]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Renamed link====&lt;br /&gt;
* Same target, different name.&lt;br /&gt;
* The target (&amp;quot;piped&amp;quot;) text must be placed &amp;#039;&amp;#039;&amp;#039;first&amp;#039;&amp;#039;&amp;#039;, then the text to be displayed &amp;#039;&amp;#039;&amp;#039;second&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
New York also has [[public transport|public transportation]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;New York also has [[public transport|public transportation]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Automatically rename links====&lt;br /&gt;
&lt;br /&gt;
* Simply typing the pipe character (|) after a link will automatically rename the link in certain circumstances. The next time you open the edit box you will see the expanded piped link. When [[Help:Show preview|previewing]] your edits, you will not see the expanded form until you press &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;&amp;#039; again. The same applies to [[#link-to-section|links to sections within the same page]].&lt;br /&gt;
* See [[Help:Pipe trick|Pipe trick]] for details.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Automatically hide stuff in parentheses.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[kingdom (biology)|kingdom]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[kingdom (biology)|]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Automatically hide namespace.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Village pump|Village pump]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Village pump|]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Or both.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style (headings)|Manual of Style]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style (headings)|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;This doesn&amp;#039;t work for section links.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Links|]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Links|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Blend link====&lt;br /&gt;
* Endings are blended into the link.&lt;br /&gt;
**&amp;#039;&amp;#039;Exception&amp;#039;&amp;#039;: a trailing [[apostrophe]] (&amp;#039;) and any characters following the apostrophe are &amp;#039;&amp;#039;not&amp;#039;&amp;#039; blended.&lt;br /&gt;
* Preferred style is to use this instead of a piped link, if possible.&lt;br /&gt;
* Blending can be suppressed by using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; tags, which may be desirable in some instances.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Blending active.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Blending suppressed.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
A [[micro-]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;second.&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;A [[micro-]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;second&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Link to a section of a page====&lt;br /&gt;
* The part after the number sign (#) must match a [[Section_editing#Creation_and_numbering_of_sections|section heading]] on the page. Matches must be exact in terms of spelling, case, and punctuation.  Links to non-existent sections are not broken; they are treated as links to the top of the page.&lt;br /&gt;
* Include &amp;quot;| link title&amp;quot; to create a stylish (piped) link title.&lt;br /&gt;
*If sections have the same title, add a number to link to any but the first.  [[#Example section 3]] goes to the third section named &amp;quot;Example section&amp;quot;.  You can use the pipe and retype the section title to display the text without the # symbol.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Create page link====&lt;br /&gt;
* To create a new page: &lt;br /&gt;
*# Create a link to it on some other (related) page.&lt;br /&gt;
*# Save that page.&lt;br /&gt;
*# Click on the link you just made. The new page will open for editing.&lt;br /&gt;
* For more information, see [[Wikipedia:Starting an article|starting an article]] and check out Wikipedia&amp;#039;s [[Wikipedia:Naming conventions|naming conventions]].&lt;br /&gt;
* Please do not create a new article without linking to it from at least one other article.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Links to pages that don’t exist yet look red.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Community portal/Opentask/Requested articles]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Community portal/Opentask/Requested articles]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Redirects===&lt;br /&gt;
* [[Wikipedia:Redirect|Redirect]] one article title to another by placing a directive like the one shown to the right on the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; line of the article (such as at a page titled &amp;quot;[[USA]]&amp;quot;).&lt;br /&gt;
* It is possible to redirect to a section. For example, a redirect to [[United States#History]] will redirect to the History section of the [[United States]] page, if it exists.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Redirect to an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[United States]] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Redirect to a section.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[United States#History]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Link to another [[Help:namespace|namespace]]===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [[Wikipedia:Manual of Style]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;See the [[Wikipedia:Manual of Style]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Link to the same article in another language (interlanguage links)===&lt;br /&gt;
* To link to a page on the same subject in another language, use the form: &amp;lt;nowiki&amp;gt;[[language code:Title]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
* It is recommended interlanguage links be placed at the very end of the article.&lt;br /&gt;
* Interlanguage links are not visible within the formatted article but, instead, appear as language links on the sidebar (to the left) under the menu section &amp;quot;languages&amp;quot;.&lt;br /&gt;
* Please see [[Help:Interlanguage links|Interlanguage links]] and the [[Wikipedia:Complete list of language wikis available|Complete list of language wikis available]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; To create an &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;inline link&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (a clickable link within the text), see [[Help:Interlanguage links#Inline interlanguage links|Inline interlanguage links]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Link to the German version of &amp;quot;[[Plankton]]&amp;quot;.&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;quot;de&amp;quot; is the language-code for &amp;#039;&amp;#039;&amp;quot;Deutsch&amp;quot;&amp;#039;&amp;#039; (the [[German language]]).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[de:Plankton]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Other examples.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[de:Plankton]]&lt;br /&gt;
[[es:Plancton]]&lt;br /&gt;
[[ru:Планктон]]&lt;br /&gt;
[[simple:Plankton]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[InterWiki]] link===&lt;br /&gt;
* Link to any page on other Wikimedia wikis.&lt;br /&gt;
* Note that interwiki links use the &amp;#039;&amp;#039;internal&amp;#039;&amp;#039; link style.&lt;br /&gt;
* See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#External links|see below]])&lt;br /&gt;
* See also [[Wikipedia:Wikimedia sister projects|Wikimedia sister projects]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
Linking to a page on another wiki in English.&amp;lt;br/&amp;gt;&lt;br /&gt;
All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Simple link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Without prefix.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wiktionary:Hello]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:Hello|Hello]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:Hello|Wiktionary definition of &amp;#039;Hello&amp;#039;]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello|Wiktionary definition of &amp;#039;Hello&amp;#039;]] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
Linking to a page on another wiki in another language.&amp;lt;br/&amp;gt;&lt;br /&gt;
All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Simple link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Without prefix.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wiktionary:fr:bonjour]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:fr:bonjour|fr:bonjour]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:fr:bonjour|bonjour]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour|bonjour]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Categories===&lt;br /&gt;
* To put an article in a [[Wikipedia:Categorization|category]], place a link like the one to the right anywhere in the article. As with interlanguage links, placing these links at the end of the edit box is recommended.&lt;br /&gt;
* To link to a category page without putting the article into the category, use a colon prefix (&amp;quot;:Category&amp;quot;) in the link. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Categorize an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;#039;&amp;#039;Link to a category.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[:Category:Character sets]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&amp;lt;!-- linked from [[Wikipedia:External links]]  --&amp;gt;&lt;br /&gt;
* Square brackets indicate an external link. Note the use of a &amp;#039;&amp;#039;space&amp;#039;&amp;#039; (not a pipe) to separate the URL from the link text in the &amp;quot;named&amp;quot; link. Square brackets may be used as normal when not linking to anything - [like this].&lt;br /&gt;
* In the [[Uniform Resource Locator|URL]], all symbols must be among:&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;A-Z a-z 0-9 . _ \ / ~ % - + &amp;amp; # ? ! = ( ) @&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as &amp;#039;&amp;#039;&amp;#039;%5E&amp;#039;&amp;#039;&amp;#039;, and square brackets as &amp;#039;&amp;#039;&amp;#039;%5B&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;%5D&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* If the &amp;quot;named&amp;quot; version contains a closing square bracket &amp;quot;]&amp;quot;, then you must use the [[HTML]] special character syntax, i.e. &amp;#039;&amp;#039;&amp;#039;&amp;amp;amp;#93;&amp;#039;&amp;#039;&amp;#039; otherwise the [[MediaWiki]] software will prematurely interpret this as the end of the external link.&lt;br /&gt;
* See [[Wikipedia:External links|External links]] for style issues.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[http://www.wikipedia.org/ Wikipedia]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.wikipedia.org Wikipedia]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Unnamed link&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(only used within article body for footnotes).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[http://www.wikipedia.org/]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.wikipedia.org/]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Bare URL&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(bad style).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
http://www.wikipedia.org/&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.wikipedia.org/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Image markup only.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt; [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Miscellaneous===&lt;br /&gt;
&lt;br /&gt;
====&amp;quot;As of&amp;quot; tag====&lt;br /&gt;
* &amp;quot;[[Wikipedia:As of|As of]]&amp;quot; tags like &amp;quot;As of April 2009&amp;quot; and &amp;quot;as of April 2009&amp;quot; categorize info that will need updating.&lt;br /&gt;
For an explanation of the parameters see [[Template:As_of|template documentation]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{As of|2009|4|df=us}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{As of|2009|4|df=us}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{As of|2009|4|df=us|lc=on}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{As of|2009|4|df=us|lc=on}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Media link====&lt;br /&gt;
*To include links to non image uploads such as sounds, use a &amp;quot;media&amp;quot; link. For images, [[#Images|see next section]].&lt;br /&gt;
*Some uploaded sounds are listed at [[Commons:Sound]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[media:Classical guitar scale.ogg|Sound]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[media:Classical guitar scale.ogg|Sound]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Links directly into edit mode====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Full URL.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{fullurl:Help:Wiki markup|action=edit}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{fullurl:Help:Wiki markup|action=edit}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;quot;Edit&amp;quot; label.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{edit}}&lt;br /&gt;
|&lt;br /&gt;
[[template:edit|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{edit}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Automatic links====&lt;br /&gt;
=====Book sources=====&lt;br /&gt;
* Link to books using their [[Wikipedia:ISBN|ISBN]]. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. However, if one bookstore or online service provides additional free information, such as table of contents or excerpts from the text, then a link to that source will aid the user and is recommended. ISBN links do not need any extra markup, provided you use one of the indicated formats.&lt;br /&gt;
* To create a link to [[Special:BookSources|Book Sources]] using alternate text (e.g. the book&amp;#039;s title), use the internal link style with the appropriate namespace.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
ISBN 012345678X&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ISBN 012345678X&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
ISBN 0-12-345678-X&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ISBN 0-12-345678-X&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Link to a book using [[Special:BookSources/0670037818|alternate text, such as its title]].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:BookSources/0670037818|alternate text, such as its title]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====RFC number=====&lt;br /&gt;
* Link to [[Internet Engineering Task Force]] [[Request for Comments|Request for Comments (RFCs)]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Text mentioning an RFC number anywhere, e.g. RFC 4321.&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;Text mentioning an RFC number anywhere, e.g. RFC 4321.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture: &lt;br /&gt;
[[File:wiki.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|With alternative text:&lt;br /&gt;
[[File:wiki.png|alt=Puzzle globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;With alternative text:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|alt=Puzzle globe logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is &amp;#039;&amp;#039;&amp;#039;strongly&amp;#039;&amp;#039;&amp;#039; encouraged. See [[Wikipedia:Alternative text for images|Alternative text for images]] for help on choosing it.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The frame tag automatically floats the image right.&lt;br /&gt;
* The last parameter is the caption that appears below the image.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The thumb tag automatically floats the image right.&lt;br /&gt;
* An enlarge icon is placed in the lower right corner.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page &amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
[[File:wiki.png|right|Wikipedia Encyclopedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page&lt;br /&gt;
&amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|right|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture resized to 30 pixels...&lt;br /&gt;
[[File:wiki.png|30 px|Wikipedia Encyclopedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture resized to 30 pixels...&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|30 px|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to the description page of an image:&lt;br /&gt;
[[:File:wiki.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to the description page&lt;br /&gt;
of an image:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[:File:wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to an image without displaying it:&lt;br /&gt;
[[Media:wiki.png|Image of the jigsaw globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to an image&lt;br /&gt;
without displaying it:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Media:wiki.png|Image of the jigsaw globe logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To include links to images shown as links instead of drawn on the page, use a &amp;quot;media&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using the [[Span and div|span and div tag]] to separate images from text (note that this may allow images to cover text):&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example:&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline;&lt;br /&gt;
width:220px; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
Place images here &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers): &lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example: {| align=right&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
Place images here&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See the Wikipedia&amp;#039;s [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]].&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
There are two ways to build tables: &lt;br /&gt;
*in special Wiki-markup (see [[Help:Table|Table]])&lt;br /&gt;
*Using HTML elements: &amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;tr&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; or &amp;amp;lt;th&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:When to use tables|When to use tables]].&lt;br /&gt;
&lt;br /&gt;
==References and citing sources==&lt;br /&gt;
Making a reference citing a printed or online source can be accomplished by using the ref tag. Inside the reference tag details about the reference are added.&lt;br /&gt;
You can add additional attributes to add detail about the source and reference, a pipe (|) precedes each reference, each attribute goes inside the cite portion of the tag.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it&amp;#039;s for !! What you type&lt;br /&gt;
|-&lt;br /&gt;
| For creating the reference || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;name for reference&amp;quot;&amp;gt;Use a closing tag&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| When you cite a book || &amp;lt;nowiki&amp;gt;{{cite book}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| To cite a web source || &amp;lt;nowiki&amp;gt;{{cite web}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Book ISBN || &amp;lt;nowiki&amp;gt;|isbn=0-8018-6646-4 (ISBN of the book)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Web URL || &amp;lt;nowiki&amp;gt;|url=http://wikipedia.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Title || &amp;lt;nowiki&amp;gt;|title=title of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Author || &amp;lt;nowiki&amp;gt;|author=authors, use commas for multiple&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| First Name || &amp;lt;nowiki&amp;gt;|first=first name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Last Name || &amp;lt;nowiki&amp;gt;|last=last name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Location || &amp;lt;nowiki&amp;gt;|location=location of occurrence&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Publisher || &amp;lt;nowiki&amp;gt;|publisher=who published the source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Date || &amp;lt;nowiki&amp;gt;|date=2007-03-04 (date of source)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Year || &amp;lt;nowiki&amp;gt;|year=year of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Accessed Date || &amp;lt;nowiki&amp;gt;|accessdate=2008-12-07&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| a complete reference tag || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;&amp;gt;{{cite web |url=http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup |title=Help:Wiki Markup |publisher=Wikimedia Foundation, Inc}}&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| referencing this again || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;/&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Citation Needed || &amp;lt;nowiki&amp;gt;{{citation needed}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Templates and transcluding pages==&lt;br /&gt;
{{main|Wikipedia:Transclusion}}&lt;br /&gt;
{{see also|Help:Template#Noinclude, includeonly, and onlyinclude}}&lt;br /&gt;
&lt;br /&gt;
Examples for templates: &amp;lt;nowiki&amp;gt;{{pad|...}}, {{math|...}}, {{as of|...}}, {{edit}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Help:Template|Templates]]&amp;#039;&amp;#039;&amp;#039; are segments of Wiki markup that are meant to be copied automatically (&amp;quot;transcluded&amp;quot;) into a page.&lt;br /&gt;
You add them by putting the template&amp;#039;s name in &amp;lt;nowiki&amp;gt;{{double braces}}&amp;lt;/nowiki&amp;gt;. It is also possible to transclude other pages by using &amp;lt;nowiki&amp;gt;{{:colon and double braces}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There are three pairs of [[html element|tags]] that can be used in [[wikitext]] to control how transclusion affects parts of a template or article.&lt;br /&gt;
They determine whether or not wikitext renders, either in its own article, which we will call &amp;quot;&amp;#039;&amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;quot;, or in another article where it is transcluded, which we will call &amp;quot;&amp;#039;&amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039; the content &amp;#039;&amp;#039;&amp;#039;will not be rendered &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;. These tags have no effect &amp;#039;&amp;#039;here&amp;#039;&amp;#039;.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039; the content  &amp;#039;&amp;#039;&amp;#039;will render only &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;, and  &amp;#039;&amp;#039;&amp;#039;will not render &amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (like [[invisible ink]] made visible by means of transclusion).&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039;the content &amp;#039;&amp;#039;&amp;#039;will render &amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;will render &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;, but it will only render &amp;#039;&amp;#039;there&amp;#039;&amp;#039; what is between these tags. &lt;br /&gt;
There can be several such section &amp;quot;[[HTML#Elements|elements]]&amp;quot;. Also, they can be nested.  All possible renderings are achievable. For example, to render &amp;#039;&amp;#039;there&amp;#039;&amp;#039; one or more sections of the page &amp;#039;&amp;#039;here&amp;#039;&amp;#039; use &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags.  To append text &amp;#039;&amp;#039;there&amp;#039;&amp;#039;, wrap the addition in &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags  above, within, or below the section.  To omit portions of the section, nest &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags within it.&lt;br /&gt;
&lt;br /&gt;
If a page is transcluded without transclusion markup, &lt;br /&gt;
it may cause an unintentional [[Help:Category#Putting_pages_in_categories|categorization]]. &lt;br /&gt;
Any page transcluding it will contain the same category as the original page.&lt;br /&gt;
Wrap the category markup with &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags to prevent incorrect categorization.&lt;br /&gt;
&lt;br /&gt;
Some templates take &amp;#039;&amp;#039;parameters&amp;#039;&amp;#039;, as well, which you separate with the pipe character.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;1000&amp;quot;|What it looks like&lt;br /&gt;
!width=&amp;quot;500&amp;quot;|What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{Transclusion demo}}&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Transclusion demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{Help:Transclusion Demo}}&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Help:Transclusion Demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
This template takes two parameters, and&lt;br /&gt;
creates underlined text with a hover box&lt;br /&gt;
for many modern browsers supporting CSS:&lt;br /&gt;
&lt;br /&gt;
{{H:title|This is the hover text|&lt;br /&gt;
Hover your mouse over this text}}&lt;br /&gt;
&lt;br /&gt;
Go to this page to see the H:title template&lt;br /&gt;
itself: {{tl|H:title}}&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
This template takes two parameters, and&lt;br /&gt;
creates underlined text with a hover box&lt;br /&gt;
for many modern browsers supporting CSS:&lt;br /&gt;
&lt;br /&gt;
{{H:title|This is the hover text|&lt;br /&gt;
Hover your mouse over this text}}&lt;br /&gt;
&lt;br /&gt;
Go to this page to see the H:title template&lt;br /&gt;
itself: {{tl|H:title}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Talk and project pages==&lt;br /&gt;
===Signing comments===&lt;br /&gt;
* The character &amp;#039;&amp;#039;&amp;#039;tilde&amp;#039;&amp;#039;&amp;#039; (~) is used when adding a comment to a Talk page. &lt;br /&gt;
* Your username provides a link to your [[Wikipedia:user page|user page]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;You should sign your comments by appending four tildes to the comment, which adds your user name plus date/time.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Adding three tildes will add just your user name.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]])&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Adding five tildes gives the date/time alone.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===What links here and Related changes===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Special:WhatLinksHere/Help:Wiki markup]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:WhatLinksHere/Help:Wiki markup]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Special:RecentChangesLinked/Help:Wiki markup]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:RecentChangesLinked/Help:Wiki markup]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Linking to old revisions of pages, diffs, and specific history pages===&lt;br /&gt;
* External link function is used for these.&lt;br /&gt;
* Open an old revision or diff and copy the url from the address bar, pasting it where you want it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&amp;amp;diff=330350877&amp;amp;oldid=330349143 previous edit]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&amp;amp;diff=330350877&amp;amp;oldid=330349143 previous edit]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User edits===&lt;br /&gt;
* Link to a user&amp;#039;s &amp;#039;&amp;#039;&amp;#039;Contributions&amp;#039;&amp;#039;&amp;#039; page.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Username (registered users).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Contributions/UserName]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:Contributions/UserName]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;IP address (unregistered users).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Contributions/192.0.2.0]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:Contributions/192.0.2.0]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Show deleted or inserted text===&lt;br /&gt;
* When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way.&lt;br /&gt;
* When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.&lt;br /&gt;
* For striking out material, the &amp;lt;nowiki&amp;gt;&amp;lt;s&amp;gt;&amp;lt;/s&amp;gt;&amp;lt;/nowiki&amp;gt; &amp;lt;span style=&amp;quot;color:red&amp;quot; title=&amp;quot;Deprecated in HTML 4.01. See http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#edef-S&amp;quot;&amp;gt;(deprecated)&amp;lt;/span&amp;gt; markup is an alternative to &amp;lt;nowiki&amp;gt;&amp;lt;del&amp;gt;&amp;lt;/del&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can &amp;lt;del&amp;gt;strike out deleted material&amp;lt;/del&amp;gt; and &amp;lt;ins&amp;gt;underline new material&amp;lt;/ins&amp;gt;. {{du|Double underlining}} is also possible.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
You can &amp;lt;del&amp;gt;strike out deleted material&amp;lt;/del&amp;gt; and &amp;lt;ins&amp;gt;underline new material&amp;lt;/ins&amp;gt;. {{du|Double underlining}} is also possible.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Limiting formatting/escaping wiki markup==&lt;br /&gt;
&lt;br /&gt;
A few different kinds of formatting will tell the Wiki to display things as you typed them — what you see, is what you get!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;nowiki&amp;amp;gt; tag:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
The nowiki tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It reformats text by removing newlines    and multiple spaces.&lt;br /&gt;
It still interprets special characters: &amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;lt;nowiki&amp;amp;gt;&lt;br /&gt;
The nowiki tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It reformats text by removing newlines &lt;br /&gt;
and multiple spaces.&lt;br /&gt;
It still interprets special&lt;br /&gt;
characters: &amp;amp;amp;rarr;&lt;br /&gt;
&amp;amp;lt;/nowiki&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;pre&amp;amp;gt; tag:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The pre tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It also doesn&amp;#039;t     reformat text.&lt;br /&gt;
It still interprets special characters: &amp;amp;rarr;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
The pre tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It also doesn&amp;#039;t     reformat text.&lt;br /&gt;
It still interprets special characters:&lt;br /&gt;
 &amp;amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;amp;lt;/pre&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;[text without a URL]:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/br&amp;gt;&lt;br /&gt;
Single square brackets containing &lt;br /&gt;
[text without a URL] are preserved, &lt;br /&gt;
but single square brackets containing &lt;br /&gt;
a URL first are treated as external&lt;br /&gt;
[http://en.wikipedia.org/wiki/Hyperlink links]&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Single square brackets containing &lt;br /&gt;
[text without a URL] are preserved, &lt;br /&gt;
but single square brackets containing &lt;br /&gt;
a URL first are treated as external&lt;br /&gt;
[http://en.wikipedia.org/wiki/Hyperlink links]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Leading space:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Leading spaces are another way &lt;br /&gt;
to preserve formatting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text   from being reformatted. &lt;br /&gt;
 It still interprets [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039; and&lt;br /&gt;
 special characters: →&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Leading spaces are another way &lt;br /&gt;
to preserve formatting.&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text   from being reformatted. &lt;br /&gt;
 It still interprets [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039; and&lt;br /&gt;
 special characters: &amp;amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Invisible text (comments)==&lt;br /&gt;
{{see also|Help:Hidden text}}&lt;br /&gt;
It&amp;#039;s uncommon, but on occasion acceptable for notes to other editors, to add a hidden comment within the text of an article. These comments are only visible when editing or viewing the source of a page. Most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. &amp;lt;!-- This is an example of text that won&amp;#039;t normally be visible except in &amp;quot;edit&amp;quot; mode. --&amp;gt; The format is to surround the hidden text with &amp;#039;&amp;amp;lt;!--&amp;#039; and &amp;#039;--&amp;amp;gt;&amp;#039; and may cover several lines, e.g.:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;!-- An example of hidden comments&lt;br /&gt;
 This won&amp;#039;t be visible except in &amp;quot;edit&amp;quot; mode. --&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Variables==&lt;br /&gt;
{{seealso| Help:Magic_words#Variables}}&lt;br /&gt;
{{namespaces}}&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code&lt;br /&gt;
! Effect&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTWEEK}}&amp;lt;/nowiki&amp;gt; || {{CURRENTWEEK}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDOW}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDOW}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTH}}&amp;lt;/nowiki&amp;gt; || {{CURRENTMONTH}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAME}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{CURRENTMONTHNAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAMEGEN}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{CURRENTMONTHNAMEGEN}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDAY}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDAY}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDAYNAME}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDAYNAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTYEAR}}&amp;lt;/nowiki&amp;gt; || {{CURRENTYEAR}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTTIME}}&amp;lt;/nowiki&amp;gt; || {{CURRENTTIME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFARTICLES}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFARTICLES}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFPAGES}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFPAGES}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFUSERS}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFUSERS}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt; || {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NAMESPACE}}&amp;lt;/nowiki&amp;gt; || {{NAMESPACE}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{REVISIONID}}&amp;lt;/nowiki&amp;gt; || {{REVISIONID}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{REVISIONUSER}}&amp;lt;/nowiki&amp;gt; || {{REVISIONUSER}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{localurl:pagename}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{localurl:pagename}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{localurl:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;Wikipedia:Sandbox&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;|action=edit}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{localurl:Wikipedia:Sandbox|action=edit}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{fullurl:pagename}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{fullurl:pagename}} &lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{fullurl:pagename|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;query_string&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{fullurl:pagename|query_string}} &lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{SERVER}}&amp;lt;/nowiki&amp;gt; || {{SERVER}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{ns:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}} e.g. &amp;#039;{{ns:1}}&amp;#039; &amp;lt;/nowiki&amp;gt; || fullname of namespace e.g &amp;#039;{{ns:1}}&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{SITENAME}}&amp;lt;/nowiki&amp;gt; || {{SITENAME}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NUMBEROFARTICLES&amp;#039;&amp;#039;&amp;#039; is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;CURRENTMONTHNAMEGEN&amp;#039;&amp;#039;&amp;#039; is the genitive (possessive) grammatical form of the month name, as used in some languages; &amp;#039;&amp;#039;&amp;#039;CURRENTMONTHNAME&amp;#039;&amp;#039;&amp;#039; is the nominative (subject) form, as usually seen in English.&lt;br /&gt;
&lt;br /&gt;
In languages where it makes a difference, you can use constructs like &amp;lt;nowiki&amp;gt;{{grammar:case|word}}&amp;lt;/nowiki&amp;gt; to convert a word from the nominative case to some other case.  For example, &amp;lt;nowiki&amp;gt;{{grammar:genitive|{{CURRENTMONTHNAME}}}}&amp;lt;/nowiki&amp;gt; means the same as &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAMEGEN}}&amp;lt;/nowiki&amp;gt;. &amp;lt;!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==HTML==&lt;br /&gt;
{{main|Help:HTML in wikitext}}&lt;br /&gt;
Many [[HTML]] tags can be used in Wiki markup. You can check your HTML by using [[Help:Markup validation|markup validation]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia how-to]]&lt;br /&gt;
[[Category:Wikipedia editor help]]&lt;br /&gt;
[[Category:Wikipedia text help]]&lt;br /&gt;
&lt;br /&gt;
[[ko:위키백과:위키 문법]]&lt;br /&gt;
[[es:Ayuda:Edición]]&lt;br /&gt;
[[ru:Википедия:Викификация]]&lt;br /&gt;
[[ml:സഹായം:എഡിറ്റിങ്‌ വഴികാട്ടി]]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Help:Wiki_markup&amp;diff=6</id>
		<title>Help:Wiki markup</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Help:Wiki_markup&amp;diff=6"/>
				<updated>2011-03-31T13:15:55Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: Created page with &amp;quot;{{Wiki markup}} {{shortcut|H:MARKUP|WP:MARKUP}} &amp;#039;&amp;#039;&amp;#039;Wiki markup&amp;#039;&amp;#039;&amp;#039; is the syntax and keywords used by the MediaWiki software to format a page; see [[Wikipedia:How to edit a pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Wiki markup}}&lt;br /&gt;
{{shortcut|H:MARKUP|WP:MARKUP}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Wiki markup&amp;#039;&amp;#039;&amp;#039; is the syntax and keywords used by the [[MediaWiki]] software to format a page; see [[Wikipedia:How to edit a page|How to edit a page]] for details on using it.&lt;br /&gt;
{{TOC limit}}&lt;br /&gt;
&lt;br /&gt;
==Layout==&lt;br /&gt;
===Sections===&lt;br /&gt;
====Section headings====&lt;br /&gt;
{{further|[[Help:Section]]}}&lt;br /&gt;
Use headings to split articles into sections. Put a heading on a separate line. A level-two heading is the highest level editors use in an article.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:150%;border-bottom:1px solid rgb(170,170,170);&amp;quot;&amp;gt;Section headings&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Headings&amp;#039;&amp;#039; organize your writing into sections.&lt;br /&gt;
The Wiki software can automatically generate&lt;br /&gt;
a [[Help:Section|table of contents]] from them.&lt;br /&gt;
Start with 2 &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:132%;font-weight:bold;&amp;quot;&amp;gt;Subsection&amp;lt;/div&amp;gt;&lt;br /&gt;
Using more &amp;#039;equals&amp;#039; characters creates a subsection.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:116%;font-weight:bold;&amp;quot;&amp;gt;A smaller subsection&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t skip levels, like from two to four &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
==Section headings==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Headings&amp;#039;&amp;#039; organize your writing into sections.&lt;br /&gt;
The Wiki software can automatically generate&lt;br /&gt;
a table of contents from them.&lt;br /&gt;
Start with 2 &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&lt;br /&gt;
===Subsection===&lt;br /&gt;
&lt;br /&gt;
Using more &amp;#039;equals&amp;#039; characters creates a subsection.&lt;br /&gt;
&lt;br /&gt;
====A smaller subsection====&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t skip levels, like from two to four &amp;#039;equals&amp;#039; characters.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Horizontal line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Separating with a horizontal dividing line:&amp;lt;br/&amp;gt;&lt;br /&gt;
:this is above it...&lt;br /&gt;
----&lt;br /&gt;
:...and this is below it.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t use a section header, you don&amp;#039;t get a TOC entry.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;Horizontal line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Separating with a horizontal dividing line:&lt;br /&gt;
this is above it...&lt;br /&gt;
----&lt;br /&gt;
...and this is below it.&lt;br /&gt;
If you don&amp;#039;t use a section header, you don&amp;#039;t get a TOC entry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Table of contents====&lt;br /&gt;
When a page has at least four headings, a table of contents (TOC) will appear in front of the first header (after the lead).  Putting &amp;lt;nowiki&amp;gt;__TOC__&amp;lt;/nowiki&amp;gt; anywhere forces the TOC to appear at that point (instead of just before the first heading). Putting &amp;lt;nowiki&amp;gt;__NOTOC__&amp;lt;/nowiki&amp;gt; anywhere forces the TOC to disappear. See also [[Wikipedia:Section#Compact_TOC|Compact TOC]] for alphabet and year headings.&lt;br /&gt;
&lt;br /&gt;
===Line breaks===&lt;br /&gt;
* You can make the wikitext more readable by putting in newlines, but see [[Wikipedia:Don&amp;#039;t use line breaks]] for possible problems.&lt;br /&gt;
* To break lines use the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element. The HTML tag &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will be converted to the XHTML &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag by [[HTML Tidy]] in most instances. The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag is not converted when used in [[Wikipedia:Editnotice|editnotices]] or in the [[Help:MediaWiki namespace|MediaWiki namespace]]— it will render invalid XHTML and will break tools such as [[Wikipedia:Twinkle|Twinkle]].&lt;br /&gt;
* Please use these sparingly.&lt;br /&gt;
* Close markup between lines; do not start a [[Help:link|link]] or &amp;#039;&amp;#039;italics&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; on one line and close it on the next.&lt;br /&gt;
* When used in a list, a newline &amp;#039;&amp;#039;does&amp;#039;&amp;#039; affect the layout (See [[Help:List]]).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
A single newline has no&lt;br /&gt;
effect on the layout.&lt;br /&gt;
&lt;br /&gt;
But an empty line starts a new paragraph, or ends a list or indented part.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
A single newline has no&lt;br /&gt;
effect on the layout.&lt;br /&gt;
&lt;br /&gt;
But an empty line starts a new paragraph, or ends a list or indented part.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can break lines&amp;lt;br /&amp;gt;&lt;br /&gt;
without starting a new paragraph.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;You can break lines&amp;lt;br /&amp;gt;&lt;br /&gt;
without starting a new paragraph.&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Indent text===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Left indent&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
:A colon at the start of a line&lt;br /&gt;
::causes the line to be indented,&lt;br /&gt;
:::most commonly used on Talk pages.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
:A colon at the start of a line&lt;br /&gt;
::causes the line to be indented,&lt;br /&gt;
:::most commonly used on Talk pages.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blockquote&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
When there is a need for separating a block of text. This is useful for (as the name says) inserting blocks of quoted (and cited) text.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;blockquote&amp;#039;&amp;#039;&amp;#039; tag will indent both margins when needed instead of the left margin only as the colon does.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;blockquote&amp;#039;&amp;#039;&amp;#039; tag will indent both margins when needed instead of the left margin only as the colon does.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Center text===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text&amp;lt;/div&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Template {{tl|center}} uses the same markup. To center a table, see [[Help:Table#Centering tables]].&lt;br /&gt;
&lt;br /&gt;
===Lists===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|- id=&amp;quot;lists&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* &amp;#039;&amp;#039;Unordered [[Help:List|list]]s&amp;#039;&amp;#039; are easy to do:&lt;br /&gt;
** Start every line with a star.&lt;br /&gt;
*** More stars indicate a deeper level.&lt;br /&gt;
*: Previous item continues.&lt;br /&gt;
** A new line&lt;br /&gt;
* in a list&lt;br /&gt;
marks the end of the list.&lt;br /&gt;
*Of course you can start again.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;Unordered lists&amp;#039;&amp;#039; are easy to do:&lt;br /&gt;
** Start every line with a star.&lt;br /&gt;
*** More stars indicate a deeper level.&lt;br /&gt;
*: Previous item continues.&lt;br /&gt;
** A new line&lt;br /&gt;
* in a list&lt;br /&gt;
marks the end of the list.&lt;br /&gt;
* Of course you can start again.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
# &amp;#039;&amp;#039;Numbered lists&amp;#039;&amp;#039; are:&lt;br /&gt;
## Very organized&lt;br /&gt;
## Easy to follow&lt;br /&gt;
#: Previous item continues&lt;br /&gt;
A new line marks the end of the list.&lt;br /&gt;
# New numbering starts with 1.&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
# &amp;#039;&amp;#039;Numbered lists&amp;#039;&amp;#039; are:&lt;br /&gt;
## Very organized&lt;br /&gt;
## Easy to follow&lt;br /&gt;
#: Previous item continues&lt;br /&gt;
A new line marks the end of the list.&lt;br /&gt;
# New numbering starts with 1.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Retaining newlines and spaces===&lt;br /&gt;
{{shortcut|H:POEM}}&lt;br /&gt;
The MediaWiki software suppresses single newlines and converts lines starting with a space to preformatted text in a dashed box. HTML suppresses multiple spaces. It is often desirable to retain these elements for poems, lyrics, mottoes, oaths and the like. The [[mw:Extension:Poem|Poem]] extension adds HTML-like {{tag|poem}} tags to maintain newlines and spaces. These tags may be used inside other tags such as {{tag|blockquote}}.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What it looks like&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; | What you type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;poem&amp;gt;&lt;br /&gt;
In Xanadu did Kubla Khan&lt;br /&gt;
  A stately pleasure-dome decree:&lt;br /&gt;
Where Alph, the sacred river, ran&lt;br /&gt;
  Through caverns measureless to man&lt;br /&gt;
Down to a sunless sea.&lt;br /&gt;
&lt;br /&gt;
So twice five miles of fertile ground&lt;br /&gt;
  With walls and towers were girdled round:&lt;br /&gt;
And there were gardens bright with sinuous rills,&lt;br /&gt;
  Where blossomed many an incense-bearing tree;&lt;br /&gt;
And here were forests ancient as the hills,&lt;br /&gt;
  Enfolding sunny spots of greenery.&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;poem&amp;gt;&lt;br /&gt;
In Xanadu did Kubla Khan&lt;br /&gt;
  A stately pleasure-dome decree:&lt;br /&gt;
Where Alph, the sacred river, ran&lt;br /&gt;
  Through caverns measureless to man&lt;br /&gt;
Down to a sunless sea.&lt;br /&gt;
&lt;br /&gt;
So twice five miles of fertile ground&lt;br /&gt;
  With walls and towers were girdled round:&lt;br /&gt;
And there were gardens bright with sinuous rills,&lt;br /&gt;
  Where blossomed many an incense-bearing tree;&lt;br /&gt;
And here were forests ancient as the hills,&lt;br /&gt;
  Enfolding sunny spots of greenery.&lt;br /&gt;
&amp;lt;/poem&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Format==&lt;br /&gt;
===Text formatting===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- id=&amp;quot;emph&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
You can &amp;#039;&amp;#039;italicize text&amp;#039;&amp;#039; by putting 2&lt;br /&gt;
apostrophes on each side.&lt;br /&gt;
&lt;br /&gt;
3 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold the text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
5 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;italicize&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;the text&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
You can &amp;#039;&amp;#039;italicize text&amp;#039;&amp;#039; by putting 2&lt;br /&gt;
apostrophes on each side.&lt;br /&gt;
&lt;br /&gt;
3 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold the text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
5 apostrophes will &amp;#039;&amp;#039;&amp;#039;bold&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;italicize&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;the text&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[mw:Extension:SyntaxHighlight GeSHi|Syntax highlighting]] for source code.&lt;br /&gt;
&lt;br /&gt;
Computer code has a colored background&lt;br /&gt;
and more stringent formatting. Suppose we&lt;br /&gt;
want to define &amp;lt;code&amp;gt;int main()&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main ( int argc,  char **argv ) {&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello World!&amp;quot;;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Computer code has a colored background&lt;br /&gt;
and more stringent formatting. Suppose we&lt;br /&gt;
want to define &amp;amp;lt;code&amp;amp;gt;int  main()&amp;amp;lt;/code&amp;amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
int main ( int argc,  char **argv ) {&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hello World!&amp;quot;;&lt;br /&gt;
    return 0;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=top&lt;br /&gt;
|&lt;br /&gt;
You can use &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt; for captions.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
You can use &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt; for captions.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
Better stay away from &amp;lt;big&amp;gt;big text&amp;lt;/big&amp;gt;, unless&lt;br /&gt;
&amp;lt;small&amp;gt; it&amp;#039;s &amp;lt;big&amp;gt;within&amp;lt;/big&amp;gt; small&amp;lt;/small&amp;gt; text. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Better stay away from &amp;lt;big&amp;gt;big text&amp;lt;/big&amp;gt;, unless&lt;br /&gt;
&amp;lt;small&amp;gt; it&amp;#039;s &amp;lt;big&amp;gt;within&amp;lt;/big&amp;gt; small&amp;lt;/small&amp;gt; text.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can include a &amp;#039;&amp;#039;&amp;#039;non-breaking space&amp;#039;&amp;#039;&amp;#039; (sometimes called &amp;#039;&amp;#039;&amp;#039;non-printing character&amp;#039;&amp;#039;&amp;#039;) where you require two words to always appear together on the same line, such as &amp;#039;&amp;#039;Mr.&amp;amp;nbsp;Smith&amp;#039;&amp;#039; or &amp;#039;&amp;#039;400&amp;amp;nbsp;km/h&amp;#039;&amp;#039; using &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; in place of a regular space between the two &amp;quot;words&amp;quot; that need to behave as a single word (never be separated on different lines).&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Mr.&amp;amp;amp;nbsp;Smith or 400&amp;amp;amp;nbsp;km/h.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Extra spacing&amp;#039;&amp;#039;&amp;#039; within text can best be achieved using the [[Template:Pad|pad]] template:&lt;br /&gt;
&lt;br /&gt;
Mary {{pad|4em}} had a little lamb.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Mary {{pad|4em}} had a little lamb.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Typewriter font&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
(does also work beyond the end of a paragraph):&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;arrow      &amp;amp;rarr;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;#039;&amp;#039;italics&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;[[link]]&lt;br /&gt;
&lt;br /&gt;
New paragraph &amp;lt;/tt&amp;gt;started here.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;tt&amp;gt;arrow      &amp;amp;amp;rarr;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;#039;&amp;#039;italics&amp;#039;&amp;#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;[[link]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
New paragraph &amp;lt;/tt&amp;gt;started here.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special characters===&lt;br /&gt;
&amp;#039;&amp;#039;See also: [[Chess symbols in Unicode]].&amp;#039;&amp;#039;&lt;br /&gt;
====Diacritical marks====&lt;br /&gt;
* See [[Help:Special characters]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
À Á Â Ã Ä Å &amp;lt;br/&amp;gt;&lt;br /&gt;
Æ Ç È É Ê Ë &amp;lt;br/&amp;gt;&lt;br /&gt;
Ì Í&lt;br /&gt;
Î Ï Ñ Ò &amp;lt;br/&amp;gt;&lt;br /&gt;
Ó Ô Õ&lt;br /&gt;
Ö Ø Ù &amp;lt;br/&amp;gt;&lt;br /&gt;
Ú Û Ü ß&lt;br /&gt;
à á &amp;lt;br/&amp;gt;&lt;br /&gt;
â ã ä å æ&lt;br /&gt;
ç &amp;lt;br/&amp;gt;&lt;br /&gt;
è é ê ë ì í&amp;lt;br/&amp;gt;&lt;br /&gt;
î ï ñ ò ó ô &amp;lt;br/&amp;gt;&lt;br /&gt;
œ õ&lt;br /&gt;
ö ø ù ú &amp;lt;br/&amp;gt;&lt;br /&gt;
û ü ÿ&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;Agrave; &amp;amp;amp;Aacute; &amp;amp;amp;Acirc; &amp;amp;amp;Atilde; &amp;amp;amp;Auml; &amp;amp;amp;Aring; &lt;br /&gt;
&amp;amp;amp;AElig; &amp;amp;amp;Ccedil; &amp;amp;amp;Egrave; &amp;amp;amp;Eacute; &amp;amp;amp;Ecirc; &amp;amp;amp;Euml; &lt;br /&gt;
&amp;amp;amp;Igrave; &amp;amp;amp;Iacute; &amp;amp;amp;Icirc; &amp;amp;amp;Iuml; &amp;amp;amp;Ntilde; &amp;amp;amp;Ograve; &lt;br /&gt;
&amp;amp;amp;Oacute; &amp;amp;amp;Ocirc; &amp;amp;amp;Otilde; &amp;amp;amp;Ouml; &amp;amp;amp;Oslash; &amp;amp;amp;Ugrave; &lt;br /&gt;
&amp;amp;amp;Uacute; &amp;amp;amp;Ucirc; &amp;amp;amp;Uuml; &amp;amp;amp;szlig; &amp;amp;amp;agrave; &amp;amp;amp;aacute; &lt;br /&gt;
&amp;amp;amp;acirc; &amp;amp;amp;atilde; &amp;amp;amp;auml; &amp;amp;amp;aring; &amp;amp;amp;aelig; &amp;amp;amp;ccedil; &lt;br /&gt;
&amp;amp;amp;egrave; &amp;amp;amp;eacute; &amp;amp;amp;ecirc; &amp;amp;amp;euml; &amp;amp;amp;igrave; &amp;amp;amp;iacute;&lt;br /&gt;
&amp;amp;amp;icirc; &amp;amp;amp;iuml; &amp;amp;amp;ntilde; &amp;amp;amp;ograve; &amp;amp;amp;oacute; &amp;amp;amp;ocirc; &lt;br /&gt;
&amp;amp;amp;oelig; &amp;amp;amp;otilde; &amp;amp;amp;ouml; &amp;amp;amp;oslash; &amp;amp;amp;ugrave; &amp;amp;amp;uacute; &lt;br /&gt;
&amp;amp;amp;ucirc; &amp;amp;amp;uuml; &amp;amp;amp;yuml;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Punctuation====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
¿ ¡ § ¶&amp;lt;br/&amp;gt;&lt;br /&gt;
† ‡ • &amp;amp;ndash; &amp;amp;mdash;&amp;lt;br/&amp;gt;&lt;br /&gt;
‹ › « »&amp;lt;br/&amp;gt;&lt;br /&gt;
‘ ’ “ ”&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;iquest; &amp;amp;amp;iexcl; &amp;amp;amp;sect; &amp;amp;amp;para;&lt;br /&gt;
&amp;amp;amp;dagger; &amp;amp;amp;Dagger; &amp;amp;amp;bull; &amp;amp;amp;ndash; &amp;amp;amp;mdash;&lt;br /&gt;
&amp;amp;amp;lsaquo; &amp;amp;amp;rsaquo; &amp;amp;amp;laquo; &amp;amp;amp;raquo;&lt;br /&gt;
&amp;amp;amp;lsquo; &amp;amp;amp;rsquo; &amp;amp;amp;ldquo; &amp;amp;amp;rdquo;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Other Punctuation====&lt;br /&gt;
The &amp;amp;lsaquo;[[HTML_element#Other_block_elements|pre]]&amp;amp;rsaquo; and &amp;amp;lsaquo;[[Help:Wiki_markup#Limiting_formatting.2Fescaping_wiki_markup|nowiki]]&amp;amp;rsaquo; markup tags are also available. (Permits &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;[ { &amp;amp; } ]&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; for example.&lt;br /&gt;
&lt;br /&gt;
====Commercial symbols====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
™ © ® ¢ € ¥&amp;lt;br/&amp;gt;&lt;br /&gt;
£ ¤&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;trade; &amp;amp;amp;copy; &amp;amp;amp;reg; &amp;amp;amp;cent; &amp;amp;amp;euro; &amp;amp;amp;yen; &lt;br /&gt;
&amp;amp;amp;pound; &amp;amp;amp;curren;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Subscripts and superscripts====&lt;br /&gt;
*The [[Wikipedia:Manual of Style (mathematics)#Superscripts and subscripts|Manual of Style]] prefers the &amp;lt;nowiki&amp;gt;x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt; format.&lt;br /&gt;
*The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users&amp;#039; machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Subscripts&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt; or&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x₀ x₁ x₂ x₃ x₄&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x₅ x₆ x₇ x₈ x₉&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; x&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt; or&lt;br /&gt;
x&amp;amp;amp;#8320; x&amp;amp;amp;#8321; x&amp;amp;amp;#8322; x&amp;amp;amp;#8323; x&amp;amp;amp;#8324;&lt;br /&gt;
x&amp;amp;amp;#8325; x&amp;amp;amp;#8326; x&amp;amp;amp;#8327; x&amp;amp;amp;#8328; x&amp;amp;amp;#8329;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Superscripts&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
x&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; x&amp;lt;sup &amp;gt;2&amp;lt;/sup &amp;gt; x&amp;lt;sup &amp;gt;3&amp;lt;/sup &amp;gt; or&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x⁰ x¹ x² x³ x⁴&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
x⁵ x⁶ x⁷ x⁸ x⁹&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
x&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; x&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; x&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; or&lt;br /&gt;
x&amp;amp;amp;#8304; x&amp;amp;amp;sup1; x&amp;amp;amp;sup2; x&amp;amp;amp;sup3; x&amp;amp;amp;#8308;&lt;br /&gt;
x&amp;amp;amp;#8309; x&amp;amp;amp;#8310; x&amp;amp;amp;#8311; x&amp;amp;amp;#8312; x&amp;amp;amp;#8313;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Combined&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
ε&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 8.85 &amp;amp;times; 10&amp;lt;sup&amp;gt;&amp;amp;minus;12&amp;lt;/sup&amp;gt; C² / J m.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
1 [[hectare]] = [[1 E4 m&amp;amp;sup2;]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;epsilon;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 8.85 &amp;amp;amp;times;&lt;br /&gt;
10&amp;lt;sup&amp;gt;&amp;amp;amp;minus;12&amp;lt;/sup&amp;gt; C&amp;amp;amp;sup2; / J m.&lt;br /&gt;
&lt;br /&gt;
1 [[hectare]] = [[1 E4 m&amp;amp;amp;sup2;]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Greek characters====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
α β γ δ ε ζ&amp;lt;br/&amp;gt;&lt;br /&gt;
η θ ι κ λ μ ν&amp;lt;br/&amp;gt;&lt;br /&gt;
ξ ο π ρ σ ς&amp;lt;br/&amp;gt;&lt;br /&gt;
τ υ φ χ ψ ω&amp;lt;br/&amp;gt;&lt;br /&gt;
Γ Δ Θ Λ Ξ Π&amp;lt;br/&amp;gt;&lt;br /&gt;
Σ Φ Ψ Ω&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;alpha; &amp;amp;amp;beta; &amp;amp;amp;gamma; &amp;amp;amp;delta; &amp;amp;amp;epsilon; &amp;amp;amp;zeta; &lt;br /&gt;
&amp;amp;amp;eta; &amp;amp;amp;theta; &amp;amp;amp;iota; &amp;amp;amp;kappa; &amp;amp;amp;lambda; &amp;amp;amp;mu; &amp;amp;amp;nu; &lt;br /&gt;
&amp;amp;amp;xi; &amp;amp;amp;omicron; &amp;amp;amp;pi; &amp;amp;amp;rho; &amp;amp;amp;sigma; &amp;amp;amp;sigmaf;&lt;br /&gt;
&amp;amp;amp;tau; &amp;amp;amp;upsilon; &amp;amp;amp;phi; &amp;amp;amp;chi; &amp;amp;amp;psi; &amp;amp;amp;omega;&lt;br /&gt;
&amp;amp;amp;Gamma; &amp;amp;amp;Delta; &amp;amp;amp;Theta; &amp;amp;amp;Lambda; &amp;amp;amp;Xi; &amp;amp;amp;Pi; &lt;br /&gt;
&amp;amp;amp;Sigma; &amp;amp;amp;Phi; &amp;amp;amp;Psi; &amp;amp;amp;Omega;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mathematical characters====&lt;br /&gt;
* See also [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
∫ ∑ ∏ √ &amp;amp;minus; ± ∞&amp;lt;br/&amp;gt;&lt;br /&gt;
≈ ∝ ≡ ≠ ≤ ≥&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;amp;times; · ÷ ∂ &amp;amp;prime; &amp;amp;Prime;&amp;lt;br/&amp;gt;&lt;br /&gt;
∇ ‰ ° ∴ ℵ ø&amp;lt;br/&amp;gt;&lt;br /&gt;
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇&amp;lt;br/&amp;gt;&lt;br /&gt;
¬ ∧ ∨ ∃ ∀&amp;lt;br/&amp;gt;&lt;br /&gt;
⇒ ⇐ ⇓ ⇑ ⇔&amp;lt;br/&amp;gt;&lt;br /&gt;
→ ↓ ↑ ← ↔&amp;lt;br/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;amp;int; &amp;amp;amp;sum; &amp;amp;amp;prod; &amp;amp;amp;radic; &amp;amp;amp;minus; &amp;amp;amp;plusmn; &amp;amp;amp;infin;&lt;br /&gt;
&amp;amp;amp;asymp; &amp;amp;amp;prop; &amp;amp;amp;equiv; &amp;amp;amp;ne; &amp;amp;amp;le; &amp;amp;amp;ge;&lt;br /&gt;
&amp;amp;amp;times; &amp;amp;amp;middot; &amp;amp;amp;divide; &amp;amp;amp;part; &amp;amp;amp;prime; &amp;amp;amp;Prime;&lt;br /&gt;
&amp;amp;amp;nabla; &amp;amp;amp;permil; &amp;amp;amp;deg; &amp;amp;amp;there4; &amp;amp;amp;alefsym; &amp;amp;amp;oslash;&lt;br /&gt;
&amp;amp;amp;isin; &amp;amp;amp;notin; &amp;amp;amp;cap; &amp;amp;amp;cup; &amp;amp;amp;sub; &amp;amp;amp;sup; &amp;amp;amp;sube; &amp;amp;amp;supe;&lt;br /&gt;
&amp;amp;amp;not; &amp;amp;amp;and; &amp;amp;amp;or; &amp;amp;amp;exist; &amp;amp;amp;forall; &lt;br /&gt;
&amp;amp;amp;rArr; &amp;amp;amp;lArr; &amp;amp;amp;dArr; &amp;amp;amp;uArr; &amp;amp;amp;hArr;&lt;br /&gt;
&amp;amp;amp;rarr; &amp;amp;amp;darr; &amp;amp;amp;uarr; &amp;amp;amp;larr; &amp;amp;amp;harr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Mathematical formulae====&lt;br /&gt;
* Complex formulae should use &amp;lt;code&amp;gt;&amp;amp;lt;math&amp;amp;gt;&amp;lt;/code&amp;gt; [[Help:Displaying a formula|markup]].&lt;br /&gt;
* Simple formulae may use either &amp;lt;code&amp;gt;&amp;amp;lt;math&amp;amp;gt;&amp;lt;/code&amp;gt; markup or HTML/wiki markup using the &amp;lt;code &amp;gt;{{tl|math}}&amp;lt;/code &amp;gt; template with &amp;lt;code&amp;gt;&amp;amp;lt;i&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;b&amp;amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; for formatting.  Make sure to replace &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;{{tl|{{=}}}}&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Ordinary text should use [[#emph|wiki markup for emphasis]]. However, mathematical formulae often use italics, and sometimes use bold, for reasons unrelated to emphasis. Per [[Wikipedia:Manual of Style (mathematics)#Using HTML|Wikipedia:Manual of Style (mathematics)]], wiki markup (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) is preferred over HTML markup (&amp;lt;code&amp;gt;&amp;amp;lt;i&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;b&amp;amp;gt;&amp;lt;/code&amp;gt;), but both are allowed.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;math&amp;gt;\,\! \sin x + \ln y&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{math|sin &amp;#039;&amp;#039;x&amp;#039;&amp;#039; + ln &amp;#039;&amp;#039;y&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbf{x} = \mathbf{0}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{math|&amp;lt;b&amp;gt;x&amp;lt;/b&amp;gt; {{=}} &amp;lt;b&amp;gt;0&amp;lt;/b&amp;gt;}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;\,\! \sin x + \ln y&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{math|sin &amp;#039;&amp;#039;x&amp;#039;&amp;#039; + ln &amp;#039;&amp;#039;y&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\mathbf{x} = \mathbf{0}&amp;lt;/math&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{math|&amp;lt;b&amp;gt;x&amp;lt;/b&amp;gt; {{=}} &amp;lt;b&amp;gt;0&amp;lt;/b&amp;gt;}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Spacing in simple math formulae====&lt;br /&gt;
* Using &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; to prevent linebreak is not needed; the &amp;lt;code&amp;gt;{{tl|math}}&amp;lt;/code&amp;gt; template will prevent line breaks anyway; you can use &amp;lt;code&amp;gt;&amp;amp;lt;br&amp;gt;&amp;lt;/code&amp;gt; if you need an explicit line break inside a formula. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
It follows that {{math|&amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;amp;ge; 0}} is true when {{math|&amp;lt;VAR&amp;gt;x&amp;lt;/VAR&amp;gt;}} is a real number. &lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
It follows that {{math|&amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;amp;ge; 0}} is true when {{math|&amp;lt;VAR&amp;gt;x&amp;lt;/VAR&amp;gt;}} is a real number.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Complicated formulae====&lt;br /&gt;
* See [[Help:Displaying a formula]] for how to use &amp;lt;tt&amp;gt;&amp;amp;lt;math&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* A formula displayed on a line by itself should probably be indented by using the colon (:) character.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
: &amp;lt;math&amp;gt;\sum_{n=0}^\infty \frac{x^n}{n!}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\sum_{n=0}^\infty \frac{x^n}{n!}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Links and URLs==&lt;br /&gt;
===Free links===&lt;br /&gt;
In [[Wikipedia]] and some other [[Wiki]]s, &amp;#039;&amp;#039;&amp;#039;free links&amp;#039;&amp;#039;&amp;#039; are used in [[Wikitext]] markup to produce [[internal link]]s between pages, as opposed to the concept of [[CamelCase]] for the same purpose, which was used in the early days of Wikipedia, see [[Wikipedia:CamelCase and Wikipedia|CamelCase and Wikipedia]].&lt;br /&gt;
&lt;br /&gt;
In [[Wikipedia:How to edit a page#Wiki markup|Wikipedia&amp;#039;s markup language]], you create free links by putting double square brackets around text designating the title of the page you want to link to. Thus, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Texas]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  will be rendered as [[Texas]]. Optionally, you can use a [[vertical bar]] (|) to customize the link title. For example, typing  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Texas|Lone Star state]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  will produce [[Texas|Lone Star state]], a link that is displayed as &amp;quot;&amp;lt;u&amp;gt;Lone Star state&amp;lt;/u&amp;gt;&amp;quot; but in fact links to [[Texas]]. &lt;br /&gt;
&lt;br /&gt;
====Link to another Wiki article====&lt;br /&gt;
* Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).&lt;br /&gt;
* Thus the link below is to the [[Uniform Resource Locator|URL]] en.wikipedia.org/wiki/Public_transport, which is the Wikipedia article with the name &amp;quot;Public transport&amp;quot;. See also [[Help:Link#Conversion to canonical form|Canonicalization]].&lt;br /&gt;
*[[Intentionally permanent red link|A red link]] is a page that doesn&amp;#039;t exist yet; it can be created by clicking on the link.&lt;br /&gt;
*A [[Help:Self link|link to its own page]] will appear only as bold text.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
London has [[public transport]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;London has [[public transport]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Renamed link====&lt;br /&gt;
* Same target, different name.&lt;br /&gt;
* The target (&amp;quot;piped&amp;quot;) text must be placed &amp;#039;&amp;#039;&amp;#039;first&amp;#039;&amp;#039;&amp;#039;, then the text to be displayed &amp;#039;&amp;#039;&amp;#039;second&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
New York also has [[public transport|public transportation]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;New York also has [[public transport|public transportation]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Automatically rename links====&lt;br /&gt;
&lt;br /&gt;
* Simply typing the pipe character (|) after a link will automatically rename the link in certain circumstances. The next time you open the edit box you will see the expanded piped link. When [[Help:Show preview|previewing]] your edits, you will not see the expanded form until you press &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Edit&amp;#039;&amp;#039;&amp;#039; again. The same applies to [[#link-to-section|links to sections within the same page]].&lt;br /&gt;
* See [[Help:Pipe trick|Pipe trick]] for details.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Automatically hide stuff in parentheses.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[kingdom (biology)|kingdom]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[kingdom (biology)|]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Automatically hide namespace.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Village pump|Village pump]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Village pump|]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Or both.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style (headings)|Manual of Style]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style (headings)|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;This doesn&amp;#039;t work for section links.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Links|]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Links|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Blend link====&lt;br /&gt;
* Endings are blended into the link.&lt;br /&gt;
**&amp;#039;&amp;#039;Exception&amp;#039;&amp;#039;: a trailing [[apostrophe]] (&amp;#039;) and any characters following the apostrophe are &amp;#039;&amp;#039;not&amp;#039;&amp;#039; blended.&lt;br /&gt;
* Preferred style is to use this instead of a piped link, if possible.&lt;br /&gt;
* Blending can be suppressed by using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; tags, which may be desirable in some instances.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Blending active.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;San Francisco also has [[public transport]]ation. Examples include [[bus]]es, [[taxicab]]s, and [[tram]]s.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Blending suppressed.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
A [[micro-]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;second.&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;A [[micro-]]&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;second&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Link to a section of a page====&lt;br /&gt;
* The part after the number sign (#) must match a [[Section_editing#Creation_and_numbering_of_sections|section heading]] on the page. Matches must be exact in terms of spelling, case, and punctuation.  Links to non-existent sections are not broken; they are treated as links to the top of the page.&lt;br /&gt;
* Include &amp;quot;| link title&amp;quot; to create a stylish (piped) link title.&lt;br /&gt;
*If sections have the same title, add a number to link to any but the first.  [[#Example section 3]] goes to the third section named &amp;quot;Example section&amp;quot;.  You can use the pipe and retype the section title to display the text without the # symbol.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Italics]] is a link to a section within another page.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[#Links and URLs]] is a link to another section on the current page.  [[#Links and URLs|Links and URLs]] is a link to the same section without showing the # symbol.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Manual of Style#Italics|Italics]] is a piped link to a section within another page.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Create page link====&lt;br /&gt;
* To create a new page: &lt;br /&gt;
*# Create a link to it on some other (related) page.&lt;br /&gt;
*# Save that page.&lt;br /&gt;
*# Click on the link you just made. The new page will open for editing.&lt;br /&gt;
* For more information, see [[Wikipedia:Starting an article|starting an article]] and check out Wikipedia&amp;#039;s [[Wikipedia:Naming conventions|naming conventions]].&lt;br /&gt;
* Please do not create a new article without linking to it from at least one other article.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Links to pages that don’t exist yet look red.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Community portal/Opentask/Requested articles]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Community portal/Opentask/Requested articles]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Redirects===&lt;br /&gt;
* [[Wikipedia:Redirect|Redirect]] one article title to another by placing a directive like the one shown to the right on the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; line of the article (such as at a page titled &amp;quot;[[USA]]&amp;quot;).&lt;br /&gt;
* It is possible to redirect to a section. For example, a redirect to [[United States#History]] will redirect to the History section of the [[United States]] page, if it exists.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Redirect to an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[United States]] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Redirect to a section.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[United States#History]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Link to another [[Help:namespace|namespace]]===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [[Wikipedia:Manual of Style]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;See the [[Wikipedia:Manual of Style]].&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Link to the same article in another language (interlanguage links)===&lt;br /&gt;
* To link to a page on the same subject in another language, use the form: &amp;lt;nowiki&amp;gt;[[language code:Title]]&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
* It is recommended interlanguage links be placed at the very end of the article.&lt;br /&gt;
* Interlanguage links are not visible within the formatted article but, instead, appear as language links on the sidebar (to the left) under the menu section &amp;quot;languages&amp;quot;.&lt;br /&gt;
* Please see [[Help:Interlanguage links|Interlanguage links]] and the [[Wikipedia:Complete list of language wikis available|Complete list of language wikis available]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; To create an &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;inline link&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (a clickable link within the text), see [[Help:Interlanguage links#Inline interlanguage links|Inline interlanguage links]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Link to the German version of &amp;quot;[[Plankton]]&amp;quot;.&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;quot;de&amp;quot; is the language-code for &amp;#039;&amp;#039;&amp;quot;Deutsch&amp;quot;&amp;#039;&amp;#039; (the [[German language]]).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[de:Plankton]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Other examples.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[de:Plankton]]&lt;br /&gt;
[[es:Plancton]]&lt;br /&gt;
[[ru:Планктон]]&lt;br /&gt;
[[simple:Plankton]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[InterWiki]] link===&lt;br /&gt;
* Link to any page on other Wikimedia wikis.&lt;br /&gt;
* Note that interwiki links use the &amp;#039;&amp;#039;internal&amp;#039;&amp;#039; link style.&lt;br /&gt;
* See [[MetaWikiPedia:Interwiki_map]] for the list of shortcuts; if the site you want to link to is not on the list, use an external link ([[#External links|see below]])&lt;br /&gt;
* See also [[Wikipedia:Wikimedia sister projects|Wikimedia sister projects]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
Linking to a page on another wiki in English.&amp;lt;br/&amp;gt;&lt;br /&gt;
All of these forms lead to the URL http://en.wiktionary.org/wiki/Hello&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Simple link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Without prefix.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wiktionary:Hello]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:Hello|Hello]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:Hello|Wiktionary definition of &amp;#039;Hello&amp;#039;]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:Hello|Wiktionary definition of &amp;#039;Hello&amp;#039;]] &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
Linking to a page on another wiki in another language.&amp;lt;br/&amp;gt;&lt;br /&gt;
All of these forms lead to the URL http://fr.wiktionary.org/wiki/bonjour&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Simple link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Without prefix.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Wiktionary:fr:bonjour]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:fr:bonjour|fr:bonjour]]&lt;br /&gt;
&lt;br /&gt;
[[Wiktionary:fr:bonjour|bonjour]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour|]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wiktionary:fr:bonjour|bonjour]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Categories===&lt;br /&gt;
* To put an article in a [[Wikipedia:Categorization|category]], place a link like the one to the right anywhere in the article. As with interlanguage links, placing these links at the end of the edit box is recommended.&lt;br /&gt;
* To link to a category page without putting the article into the category, use a colon prefix (&amp;quot;:Category&amp;quot;) in the link. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Categorize an article.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;#039;&amp;#039;Link to a category.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[:Category:Character sets]].&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:Category:Character sets]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&amp;lt;!-- linked from [[Wikipedia:External links]]  --&amp;gt;&lt;br /&gt;
* Square brackets indicate an external link. Note the use of a &amp;#039;&amp;#039;space&amp;#039;&amp;#039; (not a pipe) to separate the URL from the link text in the &amp;quot;named&amp;quot; link. Square brackets may be used as normal when not linking to anything - [like this].&lt;br /&gt;
* In the [[Uniform Resource Locator|URL]], all symbols must be among:&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;A-Z a-z 0-9 . _ \ / ~ % - + &amp;amp; # ? ! = ( ) @&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* If a URL contains a character not in this list, it should be encoded by using a percent sign (%) followed by the [[hexadecimal|hex]] code of the character, which can be found in the table of [[ASCII#ASCII printable characters|ASCII printable characters]]. For example, the caret character (^) would be encoded in a URL as &amp;#039;&amp;#039;&amp;#039;%5E&amp;#039;&amp;#039;&amp;#039;, and square brackets as &amp;#039;&amp;#039;&amp;#039;%5B&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;%5D&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* If the &amp;quot;named&amp;quot; version contains a closing square bracket &amp;quot;]&amp;quot;, then you must use the [[HTML]] special character syntax, i.e. &amp;#039;&amp;#039;&amp;#039;&amp;amp;amp;#93;&amp;#039;&amp;#039;&amp;#039; otherwise the [[MediaWiki]] software will prematurely interpret this as the end of the external link.&lt;br /&gt;
* See [[Wikipedia:External links|External links]] for style issues.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Named link.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[http://www.wikipedia.org/ Wikipedia]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.wikipedia.org Wikipedia]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Unnamed link&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(only used within article body for footnotes).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[http://www.wikipedia.org/]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://www.wikipedia.org/]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Bare URL&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;(bad style).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
http://www.wikipedia.org/&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.wikipedia.org/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Image markup only.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt; [http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.sysinternals.com/ntw2k/freeware/winobj.shtml WinObj]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Miscellaneous===&lt;br /&gt;
&lt;br /&gt;
====&amp;quot;As of&amp;quot; tag====&lt;br /&gt;
* &amp;quot;[[Wikipedia:As of|As of]]&amp;quot; tags like &amp;quot;As of April 2009&amp;quot; and &amp;quot;as of April 2009&amp;quot; categorize info that will need updating.&lt;br /&gt;
For an explanation of the parameters see [[Template:As_of|template documentation]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{As of|2009|4|df=us}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{As of|2009|4|df=us}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{As of|2009|4|df=us|lc=on}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{As of|2009|4|df=us|lc=on}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Media link====&lt;br /&gt;
*To include links to non image uploads such as sounds, use a &amp;quot;media&amp;quot; link. For images, [[#Images|see next section]].&lt;br /&gt;
*Some uploaded sounds are listed at [[Commons:Sound]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[media:Classical guitar scale.ogg|Sound]]&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[media:Classical guitar scale.ogg|Sound]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Links directly into edit mode====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Full URL.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{fullurl:Help:Wiki markup|action=edit}}&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{fullurl:Help:Wiki markup|action=edit}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;quot;Edit&amp;quot; label.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{edit}}&lt;br /&gt;
|&lt;br /&gt;
[[template:edit|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{edit}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Automatic links====&lt;br /&gt;
=====Book sources=====&lt;br /&gt;
* Link to books using their [[Wikipedia:ISBN|ISBN]]. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. However, if one bookstore or online service provides additional free information, such as table of contents or excerpts from the text, then a link to that source will aid the user and is recommended. ISBN links do not need any extra markup, provided you use one of the indicated formats.&lt;br /&gt;
* To create a link to [[Special:BookSources|Book Sources]] using alternate text (e.g. the book&amp;#039;s title), use the internal link style with the appropriate namespace.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
ISBN 012345678X&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ISBN 012345678X&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
ISBN 0-12-345678-X&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;ISBN 0-12-345678-X&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Link to a book using [[Special:BookSources/0670037818|alternate text, such as its title]].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:BookSources/0670037818|alternate text, such as its title]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====RFC number=====&lt;br /&gt;
* Link to [[Internet Engineering Task Force]] [[Request for Comments|Request for Comments (RFCs)]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Text mentioning an RFC number anywhere, e.g. RFC 4321.&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;Text mentioning an RFC number anywhere, e.g. RFC 4321.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
Only images that have been uploaded to Wikipedia can be used. To upload images, use the [[Special:Upload|upload page]]. You can find the uploaded image on the [[Special:Imagelist|image list]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture: &lt;br /&gt;
[[File:wiki.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|With alternative text:&lt;br /&gt;
[[File:wiki.png|alt=Puzzle globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;With alternative text:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|alt=Puzzle globe logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Alternative text, used when the image is unavailable or when the image is loaded in a text-only browser, or when spoken aloud, is &amp;#039;&amp;#039;&amp;#039;strongly&amp;#039;&amp;#039;&amp;#039; encouraged. See [[Wikipedia:Alternative text for images|Alternative text for images]] for help on choosing it.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;frame&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|frame|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The frame tag automatically floats the image right.&lt;br /&gt;
* The last parameter is the caption that appears below the image.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page &lt;br /&gt;
using the &amp;#039;&amp;#039;thumb&amp;#039;&amp;#039; attribute and a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|thumb|alt=Puzzle globe logo|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The thumb tag automatically floats the image right.&lt;br /&gt;
* An enlarge icon is placed in the lower right corner.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Floating to the right side of the page &amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
[[File:wiki.png|right|Wikipedia Encyclopedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Floating to the right side of the page&lt;br /&gt;
&amp;#039;&amp;#039;without&amp;#039;&amp;#039; a caption:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|right|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|A picture resized to 30 pixels...&lt;br /&gt;
[[File:wiki.png|30 px|Wikipedia Encyclopedia]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;A picture resized to 30 pixels...&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:wiki.png|30 px|Wikipedia Encyclopedia]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The [[WP:PIC|picture tutorial]] explains more options.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to the description page of an image:&lt;br /&gt;
[[:File:wiki.png]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to the description page&lt;br /&gt;
of an image:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[:File:wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Clicking on an image displayed on a page (such as any of the ones above) also leads to the description page.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Linking directly to an image without displaying it:&lt;br /&gt;
[[Media:wiki.png|Image of the jigsaw globe logo]]&lt;br /&gt;
|&amp;lt;pre&amp;gt;Linking directly to an image&lt;br /&gt;
without displaying it:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Media:wiki.png|Image of the jigsaw globe logo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* To include links to images shown as links instead of drawn on the page, use a &amp;quot;media&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using the [[Span and div|span and div tag]] to separate images from text (note that this may allow images to cover text):&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example:&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:inline;&lt;br /&gt;
width:220px; float:right;&amp;quot;&amp;gt;&lt;br /&gt;
Place images here &amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot; &lt;br /&gt;
|Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers): &lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Example: {| align=right&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
Place images here&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See the Wikipedia&amp;#039;s [[Wikipedia:Image use policy|image use policy]] as a guideline used on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
For further help on images, including some more versatile abilities, see the [[WP:PIC|picture tutorial]].&lt;br /&gt;
&lt;br /&gt;
==Tables==&lt;br /&gt;
There are two ways to build tables: &lt;br /&gt;
*in special Wiki-markup (see [[Help:Table|Table]])&lt;br /&gt;
*Using HTML elements: &amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;tr&amp;amp;gt;, &amp;amp;lt;td&amp;amp;gt; or &amp;amp;lt;th&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For the latter, and a discussion on when tables are appropriate, see [[Wikipedia:When to use tables|When to use tables]].&lt;br /&gt;
&lt;br /&gt;
==References and citing sources==&lt;br /&gt;
Making a reference citing a printed or online source can be accomplished by using the ref tag. Inside the reference tag details about the reference are added.&lt;br /&gt;
You can add additional attributes to add detail about the source and reference, a pipe (|) precedes each reference, each attribute goes inside the cite portion of the tag.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! What it&amp;#039;s for !! What you type&lt;br /&gt;
|-&lt;br /&gt;
| For creating the reference || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;name for reference&amp;quot;&amp;gt;Use a closing tag&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| When you cite a book || &amp;lt;nowiki&amp;gt;{{cite book}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| To cite a web source || &amp;lt;nowiki&amp;gt;{{cite web}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Book ISBN || &amp;lt;nowiki&amp;gt;|isbn=0-8018-6646-4 (ISBN of the book)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Web URL || &amp;lt;nowiki&amp;gt;|url=http://wikipedia.com&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Title || &amp;lt;nowiki&amp;gt;|title=title of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Author || &amp;lt;nowiki&amp;gt;|author=authors, use commas for multiple&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| First Name || &amp;lt;nowiki&amp;gt;|first=first name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Last Name || &amp;lt;nowiki&amp;gt;|last=last name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Location || &amp;lt;nowiki&amp;gt;|location=location of occurrence&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Publisher || &amp;lt;nowiki&amp;gt;|publisher=who published the source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Date || &amp;lt;nowiki&amp;gt;|date=2007-03-04 (date of source)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Year || &amp;lt;nowiki&amp;gt;|year=year of source&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Accessed Date || &amp;lt;nowiki&amp;gt;|accessdate=2008-12-07&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| a complete reference tag || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;&amp;gt;{{cite web |url=http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup |title=Help:Wiki Markup |publisher=Wikimedia Foundation, Inc}}&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| referencing this again || &amp;lt;nowiki&amp;gt;&amp;lt;ref name=&amp;quot;WikiMarkup&amp;quot;/&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Citation Needed || &amp;lt;nowiki&amp;gt;{{citation needed}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Templates and transcluding pages==&lt;br /&gt;
{{main|Wikipedia:Transclusion}}&lt;br /&gt;
{{see also|Help:Template#Noinclude, includeonly, and onlyinclude}}&lt;br /&gt;
&lt;br /&gt;
Examples for templates: &amp;lt;nowiki&amp;gt;{{pad|...}}, {{math|...}}, {{as of|...}}, {{edit}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Help:Template|Templates]]&amp;#039;&amp;#039;&amp;#039; are segments of Wiki markup that are meant to be copied automatically (&amp;quot;transcluded&amp;quot;) into a page.&lt;br /&gt;
You add them by putting the template&amp;#039;s name in &amp;lt;nowiki&amp;gt;{{double braces}}&amp;lt;/nowiki&amp;gt;. It is also possible to transclude other pages by using &amp;lt;nowiki&amp;gt;{{:colon and double braces}}&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There are three pairs of [[html element|tags]] that can be used in [[wikitext]] to control how transclusion affects parts of a template or article.&lt;br /&gt;
They determine whether or not wikitext renders, either in its own article, which we will call &amp;quot;&amp;#039;&amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;quot;, or in another article where it is transcluded, which we will call &amp;quot;&amp;#039;&amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039; the content &amp;#039;&amp;#039;&amp;#039;will not be rendered &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;. These tags have no effect &amp;#039;&amp;#039;here&amp;#039;&amp;#039;.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039; the content  &amp;#039;&amp;#039;&amp;#039;will render only &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;, and  &amp;#039;&amp;#039;&amp;#039;will not render &amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; (like [[invisible ink]] made visible by means of transclusion).&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;/nowiki&amp;gt;: &amp;#039;&amp;#039;&amp;#039;the content &amp;#039;&amp;#039;&amp;#039;will render &amp;#039;&amp;#039;here&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;will render &amp;#039;&amp;#039;there&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;, but it will only render &amp;#039;&amp;#039;there&amp;#039;&amp;#039; what is between these tags. &lt;br /&gt;
There can be several such section &amp;quot;[[HTML#Elements|elements]]&amp;quot;. Also, they can be nested.  All possible renderings are achievable. For example, to render &amp;#039;&amp;#039;there&amp;#039;&amp;#039; one or more sections of the page &amp;#039;&amp;#039;here&amp;#039;&amp;#039; use &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags.  To append text &amp;#039;&amp;#039;there&amp;#039;&amp;#039;, wrap the addition in &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags  above, within, or below the section.  To omit portions of the section, nest &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags within it.&lt;br /&gt;
&lt;br /&gt;
If a page is transcluded without transclusion markup, &lt;br /&gt;
it may cause an unintentional [[Help:Category#Putting_pages_in_categories|categorization]]. &lt;br /&gt;
Any page transcluding it will contain the same category as the original page.&lt;br /&gt;
Wrap the category markup with &amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; tags to prevent incorrect categorization.&lt;br /&gt;
&lt;br /&gt;
Some templates take &amp;#039;&amp;#039;parameters&amp;#039;&amp;#039;, as well, which you separate with the pipe character.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;1000&amp;quot;|What it looks like&lt;br /&gt;
!width=&amp;quot;500&amp;quot;|What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{Transclusion demo}}&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Transclusion demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{{Help:Transclusion Demo}}&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Help:Transclusion Demo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
This template takes two parameters, and&lt;br /&gt;
creates underlined text with a hover box&lt;br /&gt;
for many modern browsers supporting CSS:&lt;br /&gt;
&lt;br /&gt;
{{H:title|This is the hover text|&lt;br /&gt;
Hover your mouse over this text}}&lt;br /&gt;
&lt;br /&gt;
Go to this page to see the H:title template&lt;br /&gt;
itself: {{tl|H:title}}&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
This template takes two parameters, and&lt;br /&gt;
creates underlined text with a hover box&lt;br /&gt;
for many modern browsers supporting CSS:&lt;br /&gt;
&lt;br /&gt;
{{H:title|This is the hover text|&lt;br /&gt;
Hover your mouse over this text}}&lt;br /&gt;
&lt;br /&gt;
Go to this page to see the H:title template&lt;br /&gt;
itself: {{tl|H:title}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Talk and project pages==&lt;br /&gt;
===Signing comments===&lt;br /&gt;
* The character &amp;#039;&amp;#039;&amp;#039;tilde&amp;#039;&amp;#039;&amp;#039; (~) is used when adding a comment to a Talk page. &lt;br /&gt;
* Your username provides a link to your [[Wikipedia:user page|user page]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;You should sign your comments by appending four tildes to the comment, which adds your user name plus date/time.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Adding three tildes will add just your user name.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]])&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Adding five tildes gives the date/time alone.&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===What links here and Related changes===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Special:WhatLinksHere/Help:Wiki markup]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:WhatLinksHere/Help:Wiki markup]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Special:RecentChangesLinked/Help:Wiki markup]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:RecentChangesLinked/Help:Wiki markup]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Linking to old revisions of pages, diffs, and specific history pages===&lt;br /&gt;
* External link function is used for these.&lt;br /&gt;
* Open an old revision or diff and copy the url from the address bar, pasting it where you want it.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&amp;amp;diff=330350877&amp;amp;oldid=330349143 previous edit]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://en.wikipedia.org/w/index.php?title=Help:Wiki_markup&amp;amp;diff=330350877&amp;amp;oldid=330349143 previous edit]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User edits===&lt;br /&gt;
* Link to a user&amp;#039;s &amp;#039;&amp;#039;&amp;#039;Contributions&amp;#039;&amp;#039;&amp;#039; page.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;Username (registered users).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Contributions/UserName]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:Contributions/UserName]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;#039;&amp;#039;IP address (unregistered users).&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
[[Special:Contributions/192.0.2.0]]&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Special:Contributions/192.0.2.0]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Show deleted or inserted text===&lt;br /&gt;
* When editing regular Wikipedia articles, just make your changes and do not mark them up in any special way.&lt;br /&gt;
* When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.&lt;br /&gt;
* For striking out material, the &amp;lt;nowiki&amp;gt;&amp;lt;s&amp;gt;&amp;lt;/s&amp;gt;&amp;lt;/nowiki&amp;gt; &amp;lt;span style=&amp;quot;color:red&amp;quot; title=&amp;quot;Deprecated in HTML 4.01. See http://www.w3.org/TR/1999/REC-html401-19991224/present/graphics.html#edef-S&amp;quot;&amp;gt;(deprecated)&amp;lt;/span&amp;gt; markup is an alternative to &amp;lt;nowiki&amp;gt;&amp;lt;del&amp;gt;&amp;lt;/del&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! What it looks like&lt;br /&gt;
! What you type&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can &amp;lt;del&amp;gt;strike out deleted material&amp;lt;/del&amp;gt; and &amp;lt;ins&amp;gt;underline new material&amp;lt;/ins&amp;gt;. {{du|Double underlining}} is also possible.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
You can &amp;lt;del&amp;gt;strike out deleted material&amp;lt;/del&amp;gt; and &amp;lt;ins&amp;gt;underline new material&amp;lt;/ins&amp;gt;. {{du|Double underlining}} is also possible.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Limiting formatting/escaping wiki markup==&lt;br /&gt;
&lt;br /&gt;
A few different kinds of formatting will tell the Wiki to display things as you typed them — what you see, is what you get!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;nowiki&amp;amp;gt; tag:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
The nowiki tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It reformats text by removing newlines    and multiple spaces.&lt;br /&gt;
It still interprets special characters: &amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;lt;nowiki&amp;amp;gt;&lt;br /&gt;
The nowiki tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It reformats text by removing newlines &lt;br /&gt;
and multiple spaces.&lt;br /&gt;
It still interprets special&lt;br /&gt;
characters: &amp;amp;amp;rarr;&lt;br /&gt;
&amp;amp;lt;/nowiki&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;&amp;amp;lt;pre&amp;amp;gt; tag:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The pre tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It also doesn&amp;#039;t     reformat text.&lt;br /&gt;
It still interprets special characters: &amp;amp;rarr;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
The pre tag ignores [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039;.&lt;br /&gt;
It also doesn&amp;#039;t     reformat text.&lt;br /&gt;
It still interprets special characters:&lt;br /&gt;
 &amp;amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;amp;lt;/pre&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;[text without a URL]:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/br&amp;gt;&lt;br /&gt;
Single square brackets containing &lt;br /&gt;
[text without a URL] are preserved, &lt;br /&gt;
but single square brackets containing &lt;br /&gt;
a URL first are treated as external&lt;br /&gt;
[http://en.wikipedia.org/wiki/Hyperlink links]&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Single square brackets containing &lt;br /&gt;
[text without a URL] are preserved, &lt;br /&gt;
but single square brackets containing &lt;br /&gt;
a URL first are treated as external&lt;br /&gt;
[http://en.wikipedia.org/wiki/Hyperlink links]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Leading space:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Leading spaces are another way &lt;br /&gt;
to preserve formatting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text   from being reformatted. &lt;br /&gt;
 It still interprets [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039; and&lt;br /&gt;
 special characters: →&lt;br /&gt;
|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Leading spaces are another way &lt;br /&gt;
to preserve formatting.&lt;br /&gt;
 Putting a space at the beginning of each line&lt;br /&gt;
 stops the text   from being reformatted. &lt;br /&gt;
 It still interprets [[Wiki]] &amp;#039;&amp;#039;markup&amp;#039;&amp;#039; and&lt;br /&gt;
 special characters: &amp;amp;amp;rarr;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Invisible text (comments)==&lt;br /&gt;
{{see also|Help:Hidden text}}&lt;br /&gt;
It&amp;#039;s uncommon, but on occasion acceptable for notes to other editors, to add a hidden comment within the text of an article. These comments are only visible when editing or viewing the source of a page. Most comments should go on the appropriate [[Wikipedia:Talk page|Talk page]]. &amp;lt;!-- This is an example of text that won&amp;#039;t normally be visible except in &amp;quot;edit&amp;quot; mode. --&amp;gt; The format is to surround the hidden text with &amp;#039;&amp;amp;lt;!--&amp;#039; and &amp;#039;--&amp;amp;gt;&amp;#039; and may cover several lines, e.g.:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;!-- An example of hidden comments&lt;br /&gt;
 This won&amp;#039;t be visible except in &amp;quot;edit&amp;quot; mode. --&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Variables==&lt;br /&gt;
{{seealso| Help:Magic_words#Variables}}&lt;br /&gt;
{{namespaces}}&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code&lt;br /&gt;
! Effect&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTWEEK}}&amp;lt;/nowiki&amp;gt; || {{CURRENTWEEK}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDOW}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDOW}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTH}}&amp;lt;/nowiki&amp;gt; || {{CURRENTMONTH}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAME}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{CURRENTMONTHNAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAMEGEN}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{CURRENTMONTHNAMEGEN}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDAY}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDAY}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTDAYNAME}}&amp;lt;/nowiki&amp;gt; || {{CURRENTDAYNAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTYEAR}}&amp;lt;/nowiki&amp;gt; || {{CURRENTYEAR}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{CURRENTTIME}}&amp;lt;/nowiki&amp;gt; || {{CURRENTTIME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFARTICLES}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFARTICLES}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFPAGES}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFPAGES}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NUMBEROFUSERS}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{NUMBEROFUSERS}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{PAGENAME}}&amp;lt;/nowiki&amp;gt; || {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{NAMESPACE}}&amp;lt;/nowiki&amp;gt; || {{NAMESPACE}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{REVISIONID}}&amp;lt;/nowiki&amp;gt; || {{REVISIONID}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{REVISIONUSER}}&amp;lt;/nowiki&amp;gt; || {{REVISIONUSER}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{localurl:pagename}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{localurl:pagename}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{localurl:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;Wikipedia:Sandbox&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;|action=edit}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{localurl:Wikipedia:Sandbox|action=edit}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{fullurl:pagename}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{fullurl:pagename}} &lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{fullurl:pagename|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;query_string&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{fullurl:pagename|query_string}} &lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{SERVER}}&amp;lt;/nowiki&amp;gt; || {{SERVER}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{ns:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}} e.g. &amp;#039;{{ns:1}}&amp;#039; &amp;lt;/nowiki&amp;gt; || fullname of namespace e.g &amp;#039;{{ns:1}}&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{SITENAME}}&amp;lt;/nowiki&amp;gt; || {{SITENAME}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NUMBEROFARTICLES&amp;#039;&amp;#039;&amp;#039; is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;CURRENTMONTHNAMEGEN&amp;#039;&amp;#039;&amp;#039; is the genitive (possessive) grammatical form of the month name, as used in some languages; &amp;#039;&amp;#039;&amp;#039;CURRENTMONTHNAME&amp;#039;&amp;#039;&amp;#039; is the nominative (subject) form, as usually seen in English.&lt;br /&gt;
&lt;br /&gt;
In languages where it makes a difference, you can use constructs like &amp;lt;nowiki&amp;gt;{{grammar:case|word}}&amp;lt;/nowiki&amp;gt; to convert a word from the nominative case to some other case.  For example, &amp;lt;nowiki&amp;gt;{{grammar:genitive|{{CURRENTMONTHNAME}}}}&amp;lt;/nowiki&amp;gt; means the same as &amp;lt;nowiki&amp;gt;{{CURRENTMONTHNAMEGEN}}&amp;lt;/nowiki&amp;gt;. &amp;lt;!-- Is there a reference for this, other than the source code (for example, phase3/languages/Lnaguage*.php) ? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==HTML==&lt;br /&gt;
{{main|Help:HTML in wikitext}}&lt;br /&gt;
Many [[HTML]] tags can be used in Wiki markup. You can check your HTML by using [[Help:Markup validation|markup validation]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia how-to]]&lt;br /&gt;
[[Category:Wikipedia editor help]]&lt;br /&gt;
[[Category:Wikipedia text help]]&lt;br /&gt;
&lt;br /&gt;
[[ko:위키백과:위키 문법]]&lt;br /&gt;
[[es:Ayuda:Edición]]&lt;br /&gt;
[[ru:Википедия:Викификация]]&lt;br /&gt;
[[ml:സഹായം:എഡിറ്റിങ്‌ വഴികാട്ടി]]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=5</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=5"/>
				<updated>2011-03-31T13:12:23Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Editing==&lt;br /&gt;
Editing most Wikipedia pages is easy. Simply click on the &amp;quot;&amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039;&amp;quot; tab at the top of a Wikipedia page (or on a [[Wikipedia: Section|section-edit link]]). This will bring you to a new page with a [[text box]] containing the editable text of the current page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this box, you can type in the text that you want to add, using [[Help:wiki markup|wiki markup]] to format the text and add other elements like images and tables. A [[Wikipedia:Cheatsheet|quick reference]] to wiki markup can be opened in a new window by clicking &amp;#039;Editing help&amp;#039;, found near the &amp;#039;save page&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
Never start a line with a leading space unless you want the special formatting it causes. Paragraphs can be separated with a blank line.&lt;br /&gt;
&lt;br /&gt;
When you have finished editing, you should write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes, as described in the [[Wikipedia:Edit_summary_legend|legend]]. To see how the page looks with your edits, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show preview&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. To see the differences between the page with your edits and the previous version of the page, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show changes&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. If you&amp;#039;re satisfied with what you see, &amp;#039;&amp;#039;&amp;#039;[[Wikipedia:Be bold|be bold]]&amp;#039;&amp;#039;&amp;#039; and press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Save page&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. Your changes will immediately be visible to all Wikipedia users.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Do not sign the Edit Summary line with your &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; signature as it does not work here.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia community has developed [[Wikipedia:Manual of Style|style guidelines]] to make articles and facts appear in a standardized form, and Wikipedia easier to use as a whole.&lt;br /&gt;
&lt;br /&gt;
If you add information to a page, [[Wikipedia:Citing sources|please provide references]], as [[Wikipedia:Verifiability|unreferenced facts are subject to removal]].&lt;br /&gt;
&lt;br /&gt;
===Talk (discussion) pages===&lt;br /&gt;
[[Wikipedia:Talk page|Talk page]]s are similar to articles in that they also have a &amp;quot;new section&amp;quot; tab to start a new section or edit the whole page.&lt;br /&gt;
&lt;br /&gt;
===Minor edits===&lt;br /&gt;
A check to the &amp;quot;minor edit&amp;quot; box signifies that only superficial differences exist between the version with your edit and the previous version: typo corrections, formatting and presentational changes, rearranging of text without modifying content, etc. A &amp;#039;&amp;#039;minor edit&amp;#039;&amp;#039; is a version that the editor believes requires no review and could never be the subject of a dispute. The &amp;quot;minor edit&amp;quot; option is one of several [[Wikipedia:Why create an account?#New editing options|options]] available only to [[Help:Logging in|registered users]].&lt;br /&gt;
&lt;br /&gt;
===Major edits===&lt;br /&gt;
&lt;br /&gt;
All editors are encouraged to [[Wikipedia:Be_bold|be bold]], but there are several things that a user can do to ensure that major edits are performed smoothly. Before engaging in a major edit, a user should consider discussing proposed changes on the article discussion/talk page. During the edit, if doing so over an extended period, the {{tlx|In use}} tag can reduce the likelihood of an edit conflict. Once the edit has been completed, the inclusion of an [[Help:Edit summary|edit summary]] will assist in documenting the changes. These steps will help all to ensure that major edits are well received by the Wikipedia community.&lt;br /&gt;
&lt;br /&gt;
A major edit should be reviewed to confirm that it is consensual to all concerned editors. Therefore, any change that affects the &amp;#039;&amp;#039;meaning&amp;#039;&amp;#039; of an article is major (not minor), even if the edit is a single word.&lt;br /&gt;
&lt;br /&gt;
There are no necessary terms to which you have to agree when doing major edits, but the recommendations above have become best practice. If you do it your own way, the likelihood of your edits being reedited may be higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place below here or in intro? --&amp;gt;&lt;br /&gt;
When performing a large edit, it is suggested you periodically, and before pressing &amp;#039;save page&amp;#039;, copy your edits into an external text editor (preferably one without formatting, such as [[Notepad (Windows)|Notepad]]). This ensures that in the case of a browser crash you will not lose your work.  If you are adding substantial amounts of work, it is also a good idea to save changes in stages.&lt;br /&gt;
&lt;br /&gt;
==Wiki markup==&lt;br /&gt;
{{main|Help:Wiki markup}}&lt;br /&gt;
Wiki markup is the extra information (apart from the text which will be displayed) you enter in the edit window which tells the [[MediaWiki]] software how to display, categorize and process the article.&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=4</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=4"/>
				<updated>2011-03-31T13:08:00Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Editing==&lt;br /&gt;
Editing most Wikipedia pages is easy. Simply click on the &amp;quot;&amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039;&amp;quot; tab at the top of a Wikipedia page (or on a [[Wikipedia: Section|section-edit link]]). This will bring you to a new page with a [[text box]] containing the editable text of the current page.&lt;br /&gt;
&lt;br /&gt;
[[Image:How to edit a page Edit box.png|thumb|600px|center|alt=Text in a large rectangle next to a scrollbar. It starts with a line &amp;quot;==Editing==&amp;quot;, then a line &amp;quot;Editing most Wikipedia pages is easy. Simply click on the &amp;#039;&amp;#039;&amp;#039;edit this page&amp;#039;&amp;#039;&amp;#039; tab at the top...&amp;quot;, and then about 30 more lines.|Edit box showing the [[Help:wiki markup|wiki markup]] for this page. You can see the markup for a level-two heading, and bold-face.]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this box, you can type in the text that you want to add, using [[Help:wiki markup|wiki markup]] to format the text and add other elements like images and tables. A [[Wikipedia:Cheatsheet|quick reference]] to wiki markup can be opened in a new window by clicking &amp;#039;Editing help&amp;#039;, found near the &amp;#039;save page&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
Never start a line with a leading space unless you want the special formatting it causes. Paragraphs can be separated with a blank line.&lt;br /&gt;
&lt;br /&gt;
When you have finished editing, you should write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes, as described in the [[Wikipedia:Edit_summary_legend|legend]]. To see how the page looks with your edits, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show preview&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. To see the differences between the page with your edits and the previous version of the page, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show changes&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. If you&amp;#039;re satisfied with what you see, &amp;#039;&amp;#039;&amp;#039;[[Wikipedia:Be bold|be bold]]&amp;#039;&amp;#039;&amp;#039; and press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Save page&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. Your changes will immediately be visible to all Wikipedia users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Edit commands.PNG|frame|left|alt=A four-line window. The top line says &amp;quot;Edit summary (Briefly describe the changes you have made)&amp;quot;. The second line is a blank input area. The third is one checkbox for &amp;quot;This is a minor edit&amp;quot; and another for &amp;quot;Watch this page&amp;quot;. The last line contains buttons &amp;quot;Save page&amp;quot;, &amp;quot;Show preview&amp;quot;, &amp;quot;Save Changes&amp;quot;, and a non-button &amp;quot;Cancel&amp;quot;.|Edit commands]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Do not sign the Edit Summary line with your &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; signature as it does not work here.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia community has developed [[Wikipedia:Manual of Style|style guidelines]] to make articles and facts appear in a standardized form, and Wikipedia easier to use as a whole.&lt;br /&gt;
&lt;br /&gt;
If you add information to a page, [[Wikipedia:Citing sources|please provide references]], as [[Wikipedia:Verifiability|unreferenced facts are subject to removal]].&lt;br /&gt;
&lt;br /&gt;
===Talk (discussion) pages===&lt;br /&gt;
[[Wikipedia:Talk page|Talk page]]s are similar to articles in that they also have a &amp;quot;new section&amp;quot; tab to start a new section or edit the whole page.&lt;br /&gt;
&lt;br /&gt;
===Minor edits===&lt;br /&gt;
{{further|[[Help:Minor edit]]}}&lt;br /&gt;
A check to the &amp;quot;minor edit&amp;quot; box signifies that only superficial differences exist between the version with your edit and the previous version: typo corrections, formatting and presentational changes, rearranging of text without modifying content, etc. A &amp;#039;&amp;#039;minor edit&amp;#039;&amp;#039; is a version that the editor believes requires no review and could never be the subject of a dispute. The &amp;quot;minor edit&amp;quot; option is one of several [[Wikipedia:Why create an account?#New editing options|options]] available only to [[Help:Logging in|registered users]].&lt;br /&gt;
&lt;br /&gt;
===Major edits===&lt;br /&gt;
{{see|Wikipedia:Editing policy#Talking and editing}}&lt;br /&gt;
&lt;br /&gt;
All editors are encouraged to [[Wikipedia:Be_bold|be bold]], but there are several things that a user can do to ensure that major edits are performed smoothly. Before engaging in a major edit, a user should consider discussing proposed changes on the article discussion/talk page. During the edit, if doing so over an extended period, the {{tlx|In use}} tag can reduce the likelihood of an edit conflict. Once the edit has been completed, the inclusion of an [[Help:Edit summary|edit summary]] will assist in documenting the changes. These steps will help all to ensure that major edits are well received by the Wikipedia community.&lt;br /&gt;
&lt;br /&gt;
A major edit should be reviewed to confirm that it is consensual to all concerned editors. Therefore, any change that affects the &amp;#039;&amp;#039;meaning&amp;#039;&amp;#039; of an article is major (not minor), even if the edit is a single word.&lt;br /&gt;
&lt;br /&gt;
There are no necessary terms to which you have to agree when doing major edits, but the recommendations above have become best practice. If you do it your own way, the likelihood of your edits being reedited may be higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place below here or in intro? --&amp;gt;&lt;br /&gt;
When performing a large edit, it is suggested you periodically, and before pressing &amp;#039;save page&amp;#039;, copy your edits into an external text editor (preferably one without formatting, such as [[Notepad (Windows)|Notepad]]). This ensures that in the case of a browser crash you will not lose your work.  If you are adding substantial amounts of work, it is also a good idea to save changes in stages.&lt;br /&gt;
&lt;br /&gt;
==Wiki markup==&lt;br /&gt;
{{main|Help:Wiki markup}}&lt;br /&gt;
Wiki markup is the extra information (apart from the text which will be displayed) you enter in the edit window which tells the [[MediaWiki]] software how to display, categorize and process the article.&lt;br /&gt;
&lt;br /&gt;
==More information on editing wiki pages==&lt;br /&gt;
===Getting started===&lt;br /&gt;
* [[Wikipedia:Starting an article|Starting an article]]&lt;br /&gt;
&lt;br /&gt;
===Policies and conventions===&lt;br /&gt;
Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the [[Help:Talk page|talk pages]] to ask questions or check to see if your idea will be accepted. Please make note of the license your contributions will be covered with.&lt;br /&gt;
* [[Wikipedia:Policies and guidelines|Policies and guidelines]]&lt;br /&gt;
&lt;br /&gt;
===Helpful tips===&lt;br /&gt;
* [[Wikipedia:Contributing to Wikipedia|Contributing to Wikipedia]]&lt;br /&gt;
* [[Wikipedia:FAQ/Editing|FAQ/Editing]]&lt;br /&gt;
* [[Wikipedia:Cheatsheet|Cheatsheet]]&lt;br /&gt;
* [[Wikipedia:Page size#If you have problems editing a long article|If you have problems editing a long article]]&lt;br /&gt;
&lt;br /&gt;
===Naming and moving===&lt;br /&gt;
* [[Help:Moving a page|Moving a page]]&lt;br /&gt;
* [[Wikipedia:Article titles|Article titles]]&lt;br /&gt;
* [[Wikipedia:Namespace|Namespace]]&lt;br /&gt;
&lt;br /&gt;
===Style and layout===&lt;br /&gt;
*  [[Wikipedia:Layout|Layout]]&lt;br /&gt;
*  [[Wikipedia:Manual of Style|Manual of Style]]&lt;br /&gt;
*  [[Wikipedia:Annotated article|Annotated article]]&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
*  [[Wikipedia:Text editor support|Text editor support]]&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{Meta}}&lt;br /&gt;
* [[WP:WikiProject|WikiProjects]], if you are writing an article about something that belongs to a group of topics, check here first!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Wikipedia how-to|How to edit a page]]&lt;br /&gt;
[[Category:Wikipedia basic information|How to edit a page]]&lt;br /&gt;
[[Category:Wikipedia editing|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Interlanguage links --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[af:Wikipedia:Redigeringsinstruksies]]&lt;br /&gt;
[[als:Hilfe:Seite bearbeiten]]&lt;br /&gt;
[[am:እርዳታ:የማዘጋጀት እርዳታ]]&lt;br /&gt;
[[ang:Wikipedia:How to edit a page]]&lt;br /&gt;
[[ar:ويكيبيديا:كيف تعدل صفحة]]&lt;br /&gt;
[[az:Vikipediya:Məqalələrin redaktə qaydaları]]&lt;br /&gt;
[[bn:উইকিপিডিয়া:কীভাবে একটি পৃষ্ঠা সম্পাদনা করবেন]]&lt;br /&gt;
[[zh-min-nan:Help:Pian-chi̍p]]&lt;br /&gt;
[[be-x-old:Вікіпэдыя:Як рэдагаваць існуючы артыкул]]&lt;br /&gt;
[[bs:Wikipedia:Kako izmijeniti stranicu]]&lt;br /&gt;
[[br:Skoazell:Penaos kemmañ ur bajenn]]&lt;br /&gt;
[[bg:Уикипедия:Редактиране на страници]]&lt;br /&gt;
[[ca:Ajuda:Com es modifica una pàgina]]&lt;br /&gt;
[[cv:Broken/Статьясене тӳрлетесси çинчен]]&lt;br /&gt;
[[cs:Nápověda:Jak editovat stránku]]&lt;br /&gt;
[[ny:Wikipedia:Chithandizo cha Kulemba pa Wikipedia]]&lt;br /&gt;
[[cy:Wicipedia:Sut i olygu tudalen]]&lt;br /&gt;
[[de:Hilfe:Seite bearbeiten]]&lt;br /&gt;
[[dv:ވިކިޕީޑިޔާ: ޞަފްހާ އަކަށް ނުވަތަ ލިޔެވިފައިވާ މަޒްމޫނަކަށް ބަދަލު ގެނައުމަށް އެހީ އެއް]]&lt;br /&gt;
[[el:Βοήθεια:Πώς να επεξεργαστείτε μια σελίδα]]&lt;br /&gt;
[[es:Ayuda:Cómo se edita una página]]&lt;br /&gt;
[[eo:Helpo:Kiel redakti paĝon]]&lt;br /&gt;
[[eu:Laguntza:Artikuluak nola aldatzen diren]]&lt;br /&gt;
[[fa:ویکی‌پدیا:راهنمای ویرایش صفحه‌ها]]&lt;br /&gt;
[[fr:Aide:Comment modifier une page]]&lt;br /&gt;
[[ga:Vicipéid:Conas alt a chur in eagar]]&lt;br /&gt;
[[gv:Wikipedia:Kanys duillag dy reaghey]]&lt;br /&gt;
[[gl:Wikipedia:Como editar unha páxina]]&lt;br /&gt;
[[hy:Վիքիփեդիա:Ինչպես խմբագրել էջը]]&lt;br /&gt;
[[hr:Wikipedija:Kako uređivati stranicu]]&lt;br /&gt;
[[id:Wikipedia:Menyunting sebuah halaman]]&lt;br /&gt;
[[ia:Wikipedia:Como formatar texto]]&lt;br /&gt;
[[it:Aiuto:Modifica]]&lt;br /&gt;
[[he:עזרה:עריכת דף]]&lt;br /&gt;
[[ku:Wîkîpediya:How does one edit a page]]&lt;br /&gt;
[[la:Vicipaedia:De recensendo]]&lt;br /&gt;
[[lb:Hëllef/Textgestaltung]]&lt;br /&gt;
[[lt:Pagalba:Kaip redaguoti puslapį]]&lt;br /&gt;
[[hu:Wikipédia:Szerkesztés]]&lt;br /&gt;
[[mk:Помош:Како да уредам страница]]&lt;br /&gt;
[[ms:Wikipedia:Menyunting]]&lt;br /&gt;
[[mn:Тусламж:Арай өндөр төвшинд текст засварлах талаар]]&lt;br /&gt;
[[nl:Help:Uitleg]]&lt;br /&gt;
[[ja:Help:ページの編集]]&lt;br /&gt;
[[no:Hjelp:Hvordan man redigerer en side]]&lt;br /&gt;
[[nn:Hjelp:Endra ei side]]&lt;br /&gt;
[[or:ଉଇକିପିଡ଼ିଆ:କିପରି ଗୋଟିଏ ଫରଦରେ ଅଦଳ ବଦଳ କରିବେ]]&lt;br /&gt;
[[pl:Pomoc:Formatowanie tekstu]]&lt;br /&gt;
[[pt:Ajuda:Guia de edição/Formatação]]&lt;br /&gt;
[[ro:Ajutor:Cum modific o pagină]]&lt;br /&gt;
[[ru:Википедия:Как править статьи]]&lt;br /&gt;
[[simple:Help:How to change pages]]&lt;br /&gt;
[[sk:Pomoc:Prehľad editácie stránok]]&lt;br /&gt;
[[sl:Wikipedija:Urejanje strani]]&lt;br /&gt;
[[sr:Помоћ:Уређивање]]&lt;br /&gt;
[[su:Wikipedia:Cara ngédit kaca]]&lt;br /&gt;
[[fi:Ohje:Kuinka sivuja muokataan]]&lt;br /&gt;
[[sv:Wikipedia:Redigering]]&lt;br /&gt;
[[th:วิธีใช้:การแก้ไขหน้า]]&lt;br /&gt;
[[tg:Википедиа:Вироиши мақолаҳо]]&lt;br /&gt;
[[tr:Yardım:Sayfa nasıl yazılır?]]&lt;br /&gt;
[[ur:صفحہ کس طرح ترمیم کریں]]&lt;br /&gt;
[[vi:Wikipedia:Sửa đổi]]&lt;br /&gt;
[[yi:װיקיפּעדיע:וויאזוי צו רעדאקטירן א בלאט]]&lt;br /&gt;
[[yo:Ìrànwọ́:Báwo lẹṣe le ṣe àtúnṣe ojúewé]]&lt;br /&gt;
[[zh-yue:Wikipedia:點改嘢]]&lt;br /&gt;
[[zh:Help:编辑页面]]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=3</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Getting_Started&amp;diff=3"/>
				<updated>2011-03-31T13:06:19Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: Created page with &amp;quot;&amp;lt;!-- This is not the place to practice editing pages, to do so, please use the Wikipedia:Sandbox --&amp;gt; {{redirect|Wikipedia:Editing|the editing policy|Wikipedia:Editing policy}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is not the place to practice editing pages, to do so, please use the [[Wikipedia:Sandbox]] --&amp;gt;&lt;br /&gt;
{{redirect|Wikipedia:Editing|the editing policy|Wikipedia:Editing policy}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{semiprotected|small=yes}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Wikipedia how to|WP:H2EAP|WP:HEP|WP:HOW}}&lt;br /&gt;
{{See also|Wikipedia:Introduction|Wikipedia:Tutorial|Wikipedia:Starting an article|Wikipedia:Manual of Style}}&lt;br /&gt;
[[File:Wikipedia video tutorial-1-Editing-en.ogv|thumb|250px|Editing tutorial for Wikipedia]]&lt;br /&gt;
[[Wikipedia]] is a [[wiki]], meaning that anyone can &amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039; any [[Wikipedia:Protection policy|unprotected page]], and improve articles immediately for all readers. You [[Wikipedia:IPs are human too|do not]] even need to register to do this. Anyone who has edited is known as a [[Wikipedia: Wikipedian|Wikipedia editor]] and no matter how trivial the edit may seem, can be proud that they have helped make Wikipedia what it is&amp;amp;nbsp;– all those edits add up! &amp;lt;!-- Comment Good luck with your first edit. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;messagebox&amp;quot; style=&amp;quot;float: right; width: 150px; margin-left: 10px;&amp;quot;&amp;gt;Note: You can use the [[Wikipedia:Sandbox|sandbox]] to experiment with page editing.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
Editing most Wikipedia pages is easy. Simply click on the &amp;quot;&amp;#039;&amp;#039;&amp;#039;edit&amp;#039;&amp;#039;&amp;#039;&amp;quot; tab at the top of a Wikipedia page (or on a [[Wikipedia: Section|section-edit link]]). This will bring you to a new page with a [[text box]] containing the editable text of the current page.&lt;br /&gt;
&lt;br /&gt;
[[Image:How to edit a page Edit box.png|thumb|600px|center|alt=Text in a large rectangle next to a scrollbar. It starts with a line &amp;quot;==Editing==&amp;quot;, then a line &amp;quot;Editing most Wikipedia pages is easy. Simply click on the &amp;#039;&amp;#039;&amp;#039;edit this page&amp;#039;&amp;#039;&amp;#039; tab at the top...&amp;quot;, and then about 30 more lines.|Edit box showing the [[Help:wiki markup|wiki markup]] for this page. You can see the markup for a level-two heading, and bold-face.]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this box, you can type in the text that you want to add, using [[Help:wiki markup|wiki markup]] to format the text and add other elements like images and tables. A [[Wikipedia:Cheatsheet|quick reference]] to wiki markup can be opened in a new window by clicking &amp;#039;Editing help&amp;#039;, found near the &amp;#039;save page&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
Never start a line with a leading space unless you want the special formatting it causes. Paragraphs can be separated with a blank line.&lt;br /&gt;
&lt;br /&gt;
When you have finished editing, you should write a short [[Help:Edit summary|edit summary]] in the small field below the edit-box. You may use shorthand to describe your changes, as described in the [[Wikipedia:Edit_summary_legend|legend]]. To see how the page looks with your edits, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show preview&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. To see the differences between the page with your edits and the previous version of the page, press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Show changes&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. If you&amp;#039;re satisfied with what you see, &amp;#039;&amp;#039;&amp;#039;[[Wikipedia:Be bold|be bold]]&amp;#039;&amp;#039;&amp;#039; and press the &amp;quot;&amp;#039;&amp;#039;&amp;#039;Save page&amp;#039;&amp;#039;&amp;#039;&amp;quot; button. Your changes will immediately be visible to all Wikipedia users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Edit commands.PNG|frame|left|alt=A four-line window. The top line says &amp;quot;Edit summary (Briefly describe the changes you have made)&amp;quot;. The second line is a blank input area. The third is one checkbox for &amp;quot;This is a minor edit&amp;quot; and another for &amp;quot;Watch this page&amp;quot;. The last line contains buttons &amp;quot;Save page&amp;quot;, &amp;quot;Show preview&amp;quot;, &amp;quot;Save Changes&amp;quot;, and a non-button &amp;quot;Cancel&amp;quot;.|Edit commands]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Do not sign the Edit Summary line with your &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; signature as it does not work here.&lt;br /&gt;
&lt;br /&gt;
The Wikipedia community has developed [[Wikipedia:Manual of Style|style guidelines]] to make articles and facts appear in a standardized form, and Wikipedia easier to use as a whole.&lt;br /&gt;
&lt;br /&gt;
If you add information to a page, [[Wikipedia:Citing sources|please provide references]], as [[Wikipedia:Verifiability|unreferenced facts are subject to removal]].&lt;br /&gt;
&lt;br /&gt;
===Talk (discussion) pages===&lt;br /&gt;
[[Wikipedia:Talk page|Talk page]]s are similar to articles in that they also have a &amp;quot;new section&amp;quot; tab to start a new section or edit the whole page.&lt;br /&gt;
&lt;br /&gt;
===Minor edits===&lt;br /&gt;
{{further|[[Help:Minor edit]]}}&lt;br /&gt;
A check to the &amp;quot;minor edit&amp;quot; box signifies that only superficial differences exist between the version with your edit and the previous version: typo corrections, formatting and presentational changes, rearranging of text without modifying content, etc. A &amp;#039;&amp;#039;minor edit&amp;#039;&amp;#039; is a version that the editor believes requires no review and could never be the subject of a dispute. The &amp;quot;minor edit&amp;quot; option is one of several [[Wikipedia:Why create an account?#New editing options|options]] available only to [[Help:Logging in|registered users]].&lt;br /&gt;
&lt;br /&gt;
===Major edits===&lt;br /&gt;
{{see|Wikipedia:Editing policy#Talking and editing}}&lt;br /&gt;
&lt;br /&gt;
All editors are encouraged to [[Wikipedia:Be_bold|be bold]], but there are several things that a user can do to ensure that major edits are performed smoothly. Before engaging in a major edit, a user should consider discussing proposed changes on the article discussion/talk page. During the edit, if doing so over an extended period, the {{tlx|In use}} tag can reduce the likelihood of an edit conflict. Once the edit has been completed, the inclusion of an [[Help:Edit summary|edit summary]] will assist in documenting the changes. These steps will help all to ensure that major edits are well received by the Wikipedia community.&lt;br /&gt;
&lt;br /&gt;
A major edit should be reviewed to confirm that it is consensual to all concerned editors. Therefore, any change that affects the &amp;#039;&amp;#039;meaning&amp;#039;&amp;#039; of an article is major (not minor), even if the edit is a single word.&lt;br /&gt;
&lt;br /&gt;
There are no necessary terms to which you have to agree when doing major edits, but the recommendations above have become best practice. If you do it your own way, the likelihood of your edits being reedited may be higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Place below here or in intro? --&amp;gt;&lt;br /&gt;
When performing a large edit, it is suggested you periodically, and before pressing &amp;#039;save page&amp;#039;, copy your edits into an external text editor (preferably one without formatting, such as [[Notepad (Windows)|Notepad]]). This ensures that in the case of a browser crash you will not lose your work.  If you are adding substantial amounts of work, it is also a good idea to save changes in stages.&lt;br /&gt;
&lt;br /&gt;
==Wiki markup==&lt;br /&gt;
{{main|Help:Wiki markup}}&lt;br /&gt;
Wiki markup is the extra information (apart from the text which will be displayed) you enter in the edit window which tells the [[MediaWiki]] software how to display, categorize and process the article.&lt;br /&gt;
&lt;br /&gt;
==More information on editing wiki pages==&lt;br /&gt;
===Getting started===&lt;br /&gt;
* [[Wikipedia:Starting an article|Starting an article]]&lt;br /&gt;
&lt;br /&gt;
===Policies and conventions===&lt;br /&gt;
Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the [[Help:Talk page|talk pages]] to ask questions or check to see if your idea will be accepted. Please make note of the license your contributions will be covered with.&lt;br /&gt;
* [[Wikipedia:Policies and guidelines|Policies and guidelines]]&lt;br /&gt;
&lt;br /&gt;
===Helpful tips===&lt;br /&gt;
* [[Wikipedia:Contributing to Wikipedia|Contributing to Wikipedia]]&lt;br /&gt;
* [[Wikipedia:FAQ/Editing|FAQ/Editing]]&lt;br /&gt;
* [[Wikipedia:Cheatsheet|Cheatsheet]]&lt;br /&gt;
* [[Wikipedia:Page size#If you have problems editing a long article|If you have problems editing a long article]]&lt;br /&gt;
&lt;br /&gt;
===Naming and moving===&lt;br /&gt;
* [[Help:Moving a page|Moving a page]]&lt;br /&gt;
* [[Wikipedia:Article titles|Article titles]]&lt;br /&gt;
* [[Wikipedia:Namespace|Namespace]]&lt;br /&gt;
&lt;br /&gt;
===Style and layout===&lt;br /&gt;
*  [[Wikipedia:Layout|Layout]]&lt;br /&gt;
*  [[Wikipedia:Manual of Style|Manual of Style]]&lt;br /&gt;
*  [[Wikipedia:Annotated article|Annotated article]]&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
*  [[Wikipedia:Text editor support|Text editor support]]&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{Meta}}&lt;br /&gt;
* [[WP:WikiProject|WikiProjects]], if you are writing an article about something that belongs to a group of topics, check here first!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Wikipedia how-to|How to edit a page]]&lt;br /&gt;
[[Category:Wikipedia basic information|How to edit a page]]&lt;br /&gt;
[[Category:Wikipedia editing|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Interlanguage links --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[af:Wikipedia:Redigeringsinstruksies]]&lt;br /&gt;
[[als:Hilfe:Seite bearbeiten]]&lt;br /&gt;
[[am:እርዳታ:የማዘጋጀት እርዳታ]]&lt;br /&gt;
[[ang:Wikipedia:How to edit a page]]&lt;br /&gt;
[[ar:ويكيبيديا:كيف تعدل صفحة]]&lt;br /&gt;
[[az:Vikipediya:Məqalələrin redaktə qaydaları]]&lt;br /&gt;
[[bn:উইকিপিডিয়া:কীভাবে একটি পৃষ্ঠা সম্পাদনা করবেন]]&lt;br /&gt;
[[zh-min-nan:Help:Pian-chi̍p]]&lt;br /&gt;
[[be-x-old:Вікіпэдыя:Як рэдагаваць існуючы артыкул]]&lt;br /&gt;
[[bs:Wikipedia:Kako izmijeniti stranicu]]&lt;br /&gt;
[[br:Skoazell:Penaos kemmañ ur bajenn]]&lt;br /&gt;
[[bg:Уикипедия:Редактиране на страници]]&lt;br /&gt;
[[ca:Ajuda:Com es modifica una pàgina]]&lt;br /&gt;
[[cv:Broken/Статьясене тӳрлетесси çинчен]]&lt;br /&gt;
[[cs:Nápověda:Jak editovat stránku]]&lt;br /&gt;
[[ny:Wikipedia:Chithandizo cha Kulemba pa Wikipedia]]&lt;br /&gt;
[[cy:Wicipedia:Sut i olygu tudalen]]&lt;br /&gt;
[[de:Hilfe:Seite bearbeiten]]&lt;br /&gt;
[[dv:ވިކިޕީޑިޔާ: ޞަފްހާ އަކަށް ނުވަތަ ލިޔެވިފައިވާ މަޒްމޫނަކަށް ބަދަލު ގެނައުމަށް އެހީ އެއް]]&lt;br /&gt;
[[el:Βοήθεια:Πώς να επεξεργαστείτε μια σελίδα]]&lt;br /&gt;
[[es:Ayuda:Cómo se edita una página]]&lt;br /&gt;
[[eo:Helpo:Kiel redakti paĝon]]&lt;br /&gt;
[[eu:Laguntza:Artikuluak nola aldatzen diren]]&lt;br /&gt;
[[fa:ویکی‌پدیا:راهنمای ویرایش صفحه‌ها]]&lt;br /&gt;
[[fr:Aide:Comment modifier une page]]&lt;br /&gt;
[[ga:Vicipéid:Conas alt a chur in eagar]]&lt;br /&gt;
[[gv:Wikipedia:Kanys duillag dy reaghey]]&lt;br /&gt;
[[gl:Wikipedia:Como editar unha páxina]]&lt;br /&gt;
[[hy:Վիքիփեդիա:Ինչպես խմբագրել էջը]]&lt;br /&gt;
[[hr:Wikipedija:Kako uređivati stranicu]]&lt;br /&gt;
[[id:Wikipedia:Menyunting sebuah halaman]]&lt;br /&gt;
[[ia:Wikipedia:Como formatar texto]]&lt;br /&gt;
[[it:Aiuto:Modifica]]&lt;br /&gt;
[[he:עזרה:עריכת דף]]&lt;br /&gt;
[[ku:Wîkîpediya:How does one edit a page]]&lt;br /&gt;
[[la:Vicipaedia:De recensendo]]&lt;br /&gt;
[[lb:Hëllef/Textgestaltung]]&lt;br /&gt;
[[lt:Pagalba:Kaip redaguoti puslapį]]&lt;br /&gt;
[[hu:Wikipédia:Szerkesztés]]&lt;br /&gt;
[[mk:Помош:Како да уредам страница]]&lt;br /&gt;
[[ms:Wikipedia:Menyunting]]&lt;br /&gt;
[[mn:Тусламж:Арай өндөр төвшинд текст засварлах талаар]]&lt;br /&gt;
[[nl:Help:Uitleg]]&lt;br /&gt;
[[ja:Help:ページの編集]]&lt;br /&gt;
[[no:Hjelp:Hvordan man redigerer en side]]&lt;br /&gt;
[[nn:Hjelp:Endra ei side]]&lt;br /&gt;
[[or:ଉଇକିପିଡ଼ିଆ:କିପରି ଗୋଟିଏ ଫରଦରେ ଅଦଳ ବଦଳ କରିବେ]]&lt;br /&gt;
[[pl:Pomoc:Formatowanie tekstu]]&lt;br /&gt;
[[pt:Ajuda:Guia de edição/Formatação]]&lt;br /&gt;
[[ro:Ajutor:Cum modific o pagină]]&lt;br /&gt;
[[ru:Википедия:Как править статьи]]&lt;br /&gt;
[[simple:Help:How to change pages]]&lt;br /&gt;
[[sk:Pomoc:Prehľad editácie stránok]]&lt;br /&gt;
[[sl:Wikipedija:Urejanje strani]]&lt;br /&gt;
[[sr:Помоћ:Уређивање]]&lt;br /&gt;
[[su:Wikipedia:Cara ngédit kaca]]&lt;br /&gt;
[[fi:Ohje:Kuinka sivuja muokataan]]&lt;br /&gt;
[[sv:Wikipedia:Redigering]]&lt;br /&gt;
[[th:วิธีใช้:การแก้ไขหน้า]]&lt;br /&gt;
[[tg:Википедиа:Вироиши мақолаҳо]]&lt;br /&gt;
[[tr:Yardım:Sayfa nasıl yazılır?]]&lt;br /&gt;
[[ur:صفحہ کس طرح ترمیم کریں]]&lt;br /&gt;
[[vi:Wikipedia:Sửa đổi]]&lt;br /&gt;
[[yi:װיקיפּעדיע:וויאזוי צו רעדאקטירן א בלאט]]&lt;br /&gt;
[[yo:Ìrànwọ́:Báwo lẹṣe le ṣe àtúnṣe ojúewé]]&lt;br /&gt;
[[zh-yue:Wikipedia:點改嘢]]&lt;br /&gt;
[[zh:Help:编辑页面]]&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	<entry>
		<id>https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=1</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.cunningturtle.com/wiki/index.php?title=Main_Page&amp;diff=1"/>
				<updated>2011-03-22T13:29:46Z</updated>
		
		<summary type="html">&lt;p&gt;Atticdweller: Created page with &amp;quot;Welcome to the Cunning Turtle Wikisite.   This is the place for all of your information regarding Cunning Turtle and all of our projects that need explanation.   As always, RTFM ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Cunning Turtle Wikisite. &lt;br /&gt;
&lt;br /&gt;
This is the place for all of your information regarding Cunning Turtle and all of our projects that need explanation. &lt;br /&gt;
&lt;br /&gt;
As always, RTFM or GTFO. Thanks.&lt;/div&gt;</summary>
		<author><name>Atticdweller</name></author>	</entry>

	</feed>