<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://datoolset.net/mw/index.php?action=history&amp;feed=atom&amp;title=Help%3AEditing</id>
		<title>Help:Editing - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://datoolset.net/mw/index.php?action=history&amp;feed=atom&amp;title=Help%3AEditing"/>
		<link rel="alternate" type="text/html" href="https://datoolset.net/mw/index.php?title=Help:Editing&amp;action=history"/>
		<updated>2026-06-17T22:27:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>https://datoolset.net/mw/index.php?title=Help:Editing&amp;diff=7733&amp;oldid=prev</id>
		<title>Languard: yoinked the most common formating page from media wiki</title>
		<link rel="alternate" type="text/html" href="https://datoolset.net/mw/index.php?title=Help:Editing&amp;diff=7733&amp;oldid=prev"/>
				<updated>2009-11-15T20:37:32Z</updated>
		
		<summary type="html">&lt;p&gt;yoinked the most common formating page from media wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Most frequent Wiki markup explained==&lt;br /&gt;
&amp;lt;!--It is intended to be brief, or as an overview. Otherwise why we would separate the materials into different pages? Thus it's best NOT to add new materials or expand here. Add more examples or expand in other areas like Wikitext examples. Thanks!--&amp;gt;&lt;br /&gt;
Here are the most frequently used types of wiki markup.  You can also go to [http://www.mediawiki.org/wiki/Help:Formatting Media Wiki] for more information on Wiki editing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;right&amp;quot; /&amp;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;
You can ''italicize text'' by putting 2 &lt;br /&gt;
apostrophes on each side. &lt;br /&gt;
&lt;br /&gt;
3 apostrophes will embolden '''the text'''. &lt;br /&gt;
&lt;br /&gt;
5 apostrophes will embolden and italicize &lt;br /&gt;
'''''the text'''''.&lt;br /&gt;
&lt;br /&gt;
(4 apostrophes don't do anything special -- there's just ''''one left over''''.)&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
You can ''italicize text'' by putting 2 &lt;br /&gt;
apostrophes on each side. &lt;br /&gt;
&lt;br /&gt;
3 apostrophes will embolden '''the text'''. &lt;br /&gt;
&lt;br /&gt;
5 apostrophes will embolden and italicize &lt;br /&gt;
'''''the text'''''.&lt;br /&gt;
&lt;br /&gt;
(4 apostrophes don't do anything&lt;br /&gt;
special -- there's just ''''one left&lt;br /&gt;
over''''.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You should &amp;quot;sign&amp;quot; your comments on talk pages:&lt;br /&gt;
* Three tildes give your user name: [[User:Example|Example]] ([[User talk:Example|talk]])&amp;lt;br /&amp;gt;&lt;br /&gt;
* Four tildes give your user name plus date/time: [[User:Example|Example]] ([[User talk:Example|talk]]) 07:46, 27 November 2005 (UTC)&lt;br /&gt;
* Five tildes give the date/time alone: 07:46, 27 November 2005 (UTC)&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
You should &amp;quot;sign&amp;quot; your comments &lt;br /&gt;
on talk pages:&lt;br /&gt;
* Three tildes give your user&lt;br /&gt;
name: ~~~&lt;br /&gt;
* Four tildes give your user &lt;br /&gt;
name plus date/time: ~~~~&lt;br /&gt;
* Five tildes give the &lt;br /&gt;
date/time alone: ~~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 |&lt;br /&gt;
===Section headings===&lt;br /&gt;
|-&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;
''Headings'' 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;
&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 equals signs 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't skip levels, like from two to four equals signs.&lt;br /&gt;
&lt;br /&gt;
Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
== Section headings ==&lt;br /&gt;
&lt;br /&gt;
''Headings'' 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;
&lt;br /&gt;
=== Subsection ===&lt;br /&gt;
&lt;br /&gt;
Using more equals signs creates a subsection.&lt;br /&gt;
&lt;br /&gt;
==== A smaller subsection ====&lt;br /&gt;
Don't skip levels, &lt;br /&gt;
like from two to four equals signs.&lt;br /&gt;
&lt;br /&gt;
Start with 2 equals signs not 1 &lt;br /&gt;
because 1 creates H1 tags&lt;br /&gt;
which should be reserved for page title.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 |&lt;br /&gt;
&lt;br /&gt;
===Lists and indents===&lt;br /&gt;
|-&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;
* ''Unordered [[Help:List|list]]s'' 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;
* ''Unordered lists'' 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;
# ''Numbered lists'' 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;
# ''Numbered lists'' 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;
: A colon (:) indents a line or paragraph.&lt;br /&gt;
A newline starts a new paragraph. &amp;lt;br&amp;gt;&lt;br /&gt;
Often used for discussion on [[talk pages]].&lt;br /&gt;
: We use 1 colon to indent once.&lt;br /&gt;
:: We use 2 colons to indent twice.&lt;br /&gt;
::: 3 colons to indent 3 times, and so on.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
: A colon (:) indents a line or paragraph.&lt;br /&gt;
A newline starts a new paragraph. &amp;lt;br&amp;gt;&lt;br /&gt;
Often used for discussion on talk pages.&lt;br /&gt;
: We use 1 colon to indent once.&lt;br /&gt;
:: We use 2 colons to indent twice.&lt;br /&gt;
::: 3 colons to indent 3 times, and so on.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 |&lt;br /&gt;
&lt;br /&gt;
===Links===&lt;br /&gt;
|-&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;
Here's a link to the [[Main Page]].&lt;br /&gt;
&lt;br /&gt;
But be careful - capitalization counts!  &lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
Here's a link to the [[Main Page]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Intentionally permanent red link]] is a page that doesn't exist&lt;br /&gt;
yet. You could create it by clicking on the link.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Intentionally permanent red link]] is &lt;br /&gt;
a page that doesn't exist&lt;br /&gt;
yet. You could create it by &lt;br /&gt;
clicking on the link.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
You can link to a page section by placing a &amp;quot;#&amp;quot; before its title:&lt;br /&gt;
&lt;br /&gt;
* [[Help:Contents#For editors]].&lt;br /&gt;
&lt;br /&gt;
If multiple sections have the same title, add&lt;br /&gt;
a number. [[#Example section 3]] goes to the&lt;br /&gt;
third section named &amp;quot;Example section&amp;quot;.&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can link to a page section by its title:&lt;br /&gt;
&lt;br /&gt;
* [[Help:Contents#For editors]].&lt;br /&gt;
&lt;br /&gt;
If multiple sections have the same title, add&lt;br /&gt;
a number. [[#Example section 3]] goes to the&lt;br /&gt;
third section named &amp;quot;Example section&amp;quot;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Languard</name></author>	</entry>

	</feed>