<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.biodiversityofindia.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.biodiversityofindia.org/index.php?action=history&amp;feed=atom&amp;title=Tutorial%3AMaking_elementary_text_entries</id>
		<title>Tutorial:Making elementary text entries - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.biodiversityofindia.org/index.php?action=history&amp;feed=atom&amp;title=Tutorial%3AMaking_elementary_text_entries"/>
		<link rel="alternate" type="text/html" href="http://www.biodiversityofindia.org/index.php?title=Tutorial:Making_elementary_text_entries&amp;action=history"/>
		<updated>2026-04-12T17:29:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.2</generator>

	<entry>
		<id>http://www.biodiversityofindia.org/index.php?title=Tutorial:Making_elementary_text_entries&amp;diff=667&amp;oldid=prev</id>
		<title>Indlad11: Created page with '&lt;pre&gt; =Heading 1= ==Heading 2== ===Heading 3=== &lt;/pre&gt; ==Basics of Wiki Markup== Mediawiki based websites such as Wikipedia work with a language called [[w:Wiki Markup|Wiki M…'</title>
		<link rel="alternate" type="text/html" href="http://www.biodiversityofindia.org/index.php?title=Tutorial:Making_elementary_text_entries&amp;diff=667&amp;oldid=prev"/>
				<updated>2010-06-05T00:15:55Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;&amp;lt;pre&amp;gt; =Heading 1= ==Heading 2== ===Heading 3=== &amp;lt;/pre&amp;gt; ==Basics of Wiki Markup== Mediawiki based websites such as &lt;a href=&quot;/index.php?title=Wikipedia&quot; class=&quot;mw-redirect&quot; title=&quot;Wikipedia&quot;&gt;Wikipedia&lt;/a&gt; work with a language called [[w:Wiki Markup|Wiki M…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
=Heading 1=&lt;br /&gt;
==Heading 2==&lt;br /&gt;
===Heading 3===&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Basics of Wiki Markup==&lt;br /&gt;
Mediawiki based websites such as [[Wikipedia]] work with a language called [[w:Wiki Markup|Wiki Markup]]. This language was invented specially to make creating and editing web-pages easy for the common people like us, who do not want to get our hands dirty with learning computer languages. It is a really simple language which makes [[w:hyperlinks|hyperlinking]] easy. Hyperlinking is nothing but linking one word in one article to another article somewhere outside. For example, lets say I want to type the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Bill Gates owns Microsoft&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
But I want the people reading this, who dont know much about Bill Gates and who dont know much about Microsoft, to be able to go to the proper article for knowing that. Something like this:&lt;br /&gt;
&lt;br /&gt;
[[w:Bill Gates|Bill Gates]] owns [[w:Microsoft|Microsoft]].&lt;br /&gt;
&lt;br /&gt;
The words in blue are now hyper-linked to their corresponding pages in Wikipedia. How did I do that? The simplest way to hyper-link a word is by adding square brackets around the word. Something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Bill Gates]] owns [[Microsoft]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now this would be fine if we had the pages named '''Bill Gates''' and '''Microsoft''' in THIS database. But they are not. They are present on Wikipedia. So, if you just typed as above, it would show you this:&lt;br /&gt;
&lt;br /&gt;
[[Bill Gates]] owns [[Microsoft]]&lt;br /&gt;
&lt;br /&gt;
The red color indicates that those links are broken...there are no pages &amp;quot;Bill Gates&amp;quot; and &amp;quot;Microsoft&amp;quot; in the Brahma database. For pages which have their entries in this database (eg: [[Azolla pinnata]], [[Indian Banyan]]) you could just put a square bracket around the word and you will be done. Like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Azolla pinnata]]&lt;br /&gt;
[[Indian Banyan]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
But how would you know which entry is present? The trick is to just put a round bracket and see if the word shows up as red or blue when you &amp;quot;Preview&amp;quot; your writeup. If you see it red, you should probably link it to Wikipedia or REDIRECT it.&lt;br /&gt;
===Linking to Wikipedia===&lt;br /&gt;
For the above example, this is how you link to a wikipedia entry&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[w:Bill Gates|Bill Gates]] owns [[w:Microsoft|Microsoft]].&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The first (w:) tells the program to link that word to Wikipedia. The first (Bill Gates) after the (w:) tells the program to link the word after the (|) to that entry on Wikipedia. Notice what happens when I type:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Case 1: [[w:Steve Jobs|Bill Gates]]  (this will link to entry &amp;quot;Steve Jobs&amp;quot; on Wikipedia)&lt;br /&gt;
Case 2: [[w:Indian Ocean|Bill Gates]]  (this will link to entry &amp;quot;Indian Ocean&amp;quot; on Wikipedia)&lt;br /&gt;
Case 3: [[w:Landmines|Bill Gates]]  (this will link to entry &amp;quot;Landmines&amp;quot; on Wikipedia)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Case 1: [[w:Steve Jobs|Bill Gates]]&lt;br /&gt;
&lt;br /&gt;
Case 2: [[w:Indian Ocean|Bill Gates]]&lt;br /&gt;
&lt;br /&gt;
Case 3: [[w:Landmines|Bill Gates]]&lt;br /&gt;
&lt;br /&gt;
So tomorrow, if you want to create a link to the word &amp;quot;Pterodiphyte&amp;quot; to Wikipedia, you'd type it as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[w:pteridophyte|Pteridophye]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you wanted to link the word &amp;quot;Pteridophyte&amp;quot; to the entry on &amp;quot;Fern&amp;quot;, you'd type it as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[w:fern|Pteridophyte]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Not too bad, right? Its as easy as that. Such links - between this database and Wikipedia - are called '''''Interwiki links'''''. Such links are very powerful. They help you make your database as inter-connected as Wikipedia with minimal efforts. &lt;br /&gt;
&lt;br /&gt;
===Redirecting to Wikipedia===&lt;br /&gt;
&lt;br /&gt;
==Working with Semantic tags==&lt;br /&gt;
==Adding references==&lt;br /&gt;
==Adding images==&lt;br /&gt;
==Making tables==&lt;br /&gt;
==Other stuff==&lt;/div&gt;</summary>
		<author><name>Indlad11</name></author>	</entry>

	</feed>