<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AContents</id>
	<title>Help:Contents - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AContents"/>
	<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=Help:Contents&amp;action=history"/>
	<updated>2026-05-06T12:12:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikiworld.com/index.php?title=Help:Contents&amp;diff=2270&amp;oldid=prev</id>
		<title>imported&gt;Import: Imported current content</title>
		<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=Help:Contents&amp;diff=2270&amp;oldid=prev"/>
		<updated>2026-01-28T11:54:25Z</updated>

		<summary type="html">&lt;p&gt;Imported current content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;As we learn MediaWiki, we will add content to this page. Feel free to add new info, as well as reformat and refactor this page.&lt;br /&gt;
&lt;br /&gt;
== Adding a new page ==&lt;br /&gt;
* To add a new page from a link, click on a link that hasn&amp;#039;t been defined. This will take you to the edit and allow you to create that page.&lt;br /&gt;
* To add a new page without using a link, put the page name into the search box and click &amp;quot;Go&amp;quot;. This will give you the opportunity to create the new page.&lt;br /&gt;
&lt;br /&gt;
== Signing a Comment ==&lt;br /&gt;
Under PhpWiki, we habitually signed our comments by manually writing --UserName. However, MediaWiki provides several shortcuts for this process. &lt;br /&gt;
&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; will produce your username and a Date/time stamp. Eg. [[User:KenSchry|KenSchry]] 11:54, 4 July 2006 (EDT)&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt; will produce your username. Eg. [[User:KenSchry|KenSchry]]&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt; will produce a Date/time stamp. Eg. 11:54, 4 July 2006 (EDT)&lt;br /&gt;
*Pressing the &amp;quot;Your signature with Timestamp&amp;quot; button above the edit field will produce &amp;lt;nowiki&amp;gt;--~~~~&amp;lt;/nowiki&amp;gt; automatically.&lt;br /&gt;
&lt;br /&gt;
== Watch page ==&lt;br /&gt;
If you are particularly interested in a page, click on the watch tab. You will then be told when someone else has made changes. Useful for those intense debates, or keeping an eye on a page that has been targeted by &amp;quot;Wiki Vandals&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Adding a Calendar ==&lt;br /&gt;
To implement a calendar, you only need to type &amp;lt;nowiki&amp;gt;&amp;lt;calendar&amp;gt;&amp;lt;/calendar&amp;gt;&amp;lt;/nowiki&amp;gt;. However, there are several parameters that give you added functionality . Please see the [http://krass.com/software/wikicalendar.README README] for these parameters.&lt;br /&gt;
&lt;br /&gt;
Example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;calendar&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;name=JokeOfTheDay&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;view=month&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/calendar&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Would result in:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;calendar&amp;gt;&lt;br /&gt;
name=JokeOfTheDay&lt;br /&gt;
view=month&lt;br /&gt;
&amp;lt;/calendar&amp;gt;&lt;br /&gt;
==Task Management==&lt;br /&gt;
The tags to implement a task are &amp;lt;nowiki&amp;gt;&amp;lt;tasks&amp;gt;...&amp;lt;/tasks&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This is the format for the different priorities of tasks.&amp;lt;br&amp;gt;&lt;br /&gt;
[ ] Regular task.&amp;lt;br&amp;gt;&lt;br /&gt;
[1] High priority task.&amp;lt;br&amp;gt;&lt;br /&gt;
[2] Medium priority task.&amp;lt;br&amp;gt;&lt;br /&gt;
[3] Low priority task.&amp;lt;br&amp;gt;&lt;br /&gt;
[!] Urgent task.&amp;lt;br&amp;gt;&lt;br /&gt;
[x] Closed task.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To identify who created the task, write (OwnerUsername) at the end of the task. Please note that this now means that you cannot put a period at the end of the task.&lt;br /&gt;
&lt;br /&gt;
For example, to create a high priority task of formatting pages and identify it with a username, you would type:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;tasks&amp;gt;&lt;br /&gt;
[1] Need to format pages that were damaged in the PhpWiki conversion (KenSchry)&lt;br /&gt;
&amp;lt;/tasks&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which would result in:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tasks&amp;gt;&lt;br /&gt;
[1] Need to format pages that were damaged in the PhpWiki conversion (KenSchry)&lt;br /&gt;
&amp;lt;/tasks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tasks can be viewed on the [[Special:Tasks]] page and are grouped by priority.&lt;br /&gt;
&lt;br /&gt;
== [http://www.mediawiki.org/wiki/Help:Contents User Manual] ==&lt;br /&gt;
&lt;br /&gt;
== [[Writing on WikiWorld]] ==&lt;/div&gt;</summary>
		<author><name>imported&gt;Import</name></author>
	</entry>
</feed>