<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gydb.org/index.php?action=history&amp;feed=atom&amp;title=EditorsGuide</id>
	<title>EditorsGuide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gydb.org/index.php?action=history&amp;feed=atom&amp;title=EditorsGuide"/>
	<link rel="alternate" type="text/html" href="https://gydb.org/index.php?title=EditorsGuide&amp;action=history"/>
	<updated>2026-06-09T15:53:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://gydb.org/index.php?title=EditorsGuide&amp;diff=95&amp;oldid=prev</id>
		<title>imported&gt;Gydbwiki: /* Adding a new phylogeny */</title>
		<link rel="alternate" type="text/html" href="https://gydb.org/index.php?title=EditorsGuide&amp;diff=95&amp;oldid=prev"/>
		<updated>2009-06-09T14:37:55Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Adding a new phylogeny&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page describes how to edit the wiki for subscribed users. It describes how to use wiki language to edit specific pages and how to edit specific sections.&lt;br /&gt;
&lt;br /&gt;
== Creating a new page ==&lt;br /&gt;
Each article has a title. For instance this page has for title &amp;quot;{{FULLPAGENAME}}&amp;quot;. To create a new article just add the desired title where &amp;quot;{{FULLPAGENAME}}&amp;quot; currently stands in the title bar. &lt;br /&gt;
&lt;br /&gt;
For instance, to create an article called RetroelementABC simply type into your browser:&lt;br /&gt;
&lt;br /&gt;
{{fullurl:RetroelementABC}}&lt;br /&gt;
&lt;br /&gt;
This message will appear:&lt;br /&gt;
    There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page. &lt;br /&gt;
&lt;br /&gt;
Choose to edit the page. You will see a blank page that you will be able to edit and save your page.&lt;br /&gt;
&lt;br /&gt;
== Editing an existing page ==&lt;br /&gt;
Simply click on the edit thumbnail (between discussion and history). You will be taken to the source of the page. You will be able to edit/add/remove contents from the current page.&lt;br /&gt;
&lt;br /&gt;
== How to use wiki language ==&lt;br /&gt;
{{SITENAME}} runs Mediawiki {{CURRENTVERSION}}. It accepts both [http://www.w3schools.com/html/default.asp HTML] and [http://www.mediawiki.org/wiki/Help:Contents wiki language].&lt;br /&gt;
&lt;br /&gt;
== Basic text formatting ==&lt;br /&gt;
It is preferred to use wiki syntaxis whenever possible.&lt;br /&gt;
=== Character formatting ===&lt;br /&gt;
Italics:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;''&amp;lt;/nowiki&amp;gt;''text''&amp;lt;nowiki&amp;gt;''&amp;lt;/nowiki&amp;gt;: replaces &amp;lt;nowiki&amp;gt;&amp;lt;i&amp;gt;text&amp;lt;/i&amp;gt;&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;&amp;lt;em&amp;gt;text&amp;lt;/em&amp;gt;&amp;lt;/nowiki&amp;gt; html tags.&lt;br /&gt;
Bold:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;'''&amp;lt;/nowiki&amp;gt;'''text'''&amp;lt;nowiki&amp;gt;'''&amp;lt;/nowiki&amp;gt;: replaces &amp;lt;nowiki&amp;gt;&amp;lt;b&amp;gt;text&amp;lt;/b&amp;gt;&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;&amp;lt;strong&amp;gt;text&amp;lt;/strong&amp;gt;&amp;lt;/nowiki&amp;gt; html tags.&lt;br /&gt;
&lt;br /&gt;
=== Creating headers and sections ===&lt;br /&gt;
To create headers and sections, we can use the following HTML notation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
= Header level one =&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
== Header level two ==&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
=== Header level three ===&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Creating internal links ===&lt;br /&gt;
To create an internal link, just type the following:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[[NameOfArticle|Text to show in link]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, to create a link to the article called &amp;quot;Retroviridae&amp;quot; using the text &amp;quot;See retroviridae article&amp;quot; we use:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[[Retroviridae|See retroviridae article]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And it produces:&lt;br /&gt;
[[Retroviridae|See retroviridae article]]&lt;br /&gt;
&lt;br /&gt;
=== Creating external links ===&lt;br /&gt;
To create an external link, just type the following:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[url Text containing link]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, to create a link to the University of Valencia &amp;quot;http://www.uv.es&amp;quot; using the text &amp;quot;University of Valencia&amp;quot; we use:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[http://www.uv.es University of Valencia]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And this produces: [http://www.uv.es University of Valencia]&lt;br /&gt;
&lt;br /&gt;
=== How to create lists ===&lt;br /&gt;
&lt;br /&gt;
==== Unnumbered bullet lists ====&lt;br /&gt;
Use the asterisk * for each line where you want a bullet. Add multiple ones to create a hierarchy. For example, the following :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Line 1&lt;br /&gt;
* Line 2&lt;br /&gt;
* Line 3&lt;br /&gt;
** Line 3.1&lt;br /&gt;
** Line 3.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will have the following effect:&lt;br /&gt;
* Line 1&lt;br /&gt;
* Line 2&lt;br /&gt;
* Line 3&lt;br /&gt;
** Line 3.1&lt;br /&gt;
** Line 3.2&lt;br /&gt;
&lt;br /&gt;
==== Numbered lists ====&lt;br /&gt;
Use the asterisk # for each line corresponding to an numbered item in the list. Add multiple ones to create a hierarchy. For example, the following :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Line 1&lt;br /&gt;
# Line 2&lt;br /&gt;
# Line 3&lt;br /&gt;
## Line 3.1&lt;br /&gt;
## Line 3.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will have the following effect:&lt;br /&gt;
# Line 1&lt;br /&gt;
# Line 2&lt;br /&gt;
# Line 3&lt;br /&gt;
## Line 3.1&lt;br /&gt;
## Line 3.2&lt;br /&gt;
&lt;br /&gt;
=== How to add images ===&lt;br /&gt;
Edit the article and insert an internal link to an image like this:&lt;br /&gt;
    [[Image:[name_of_image]]]&lt;br /&gt;
Save the article and a red link to the image will appear. By clicking on this link you will be redirected to the file upload form&lt;br /&gt;
&lt;br /&gt;
== Creating tables ==&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
!symbol&lt;br /&gt;
!meaning&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;{|&amp;lt;/pre&amp;gt;&lt;br /&gt;
|Open table&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;!&amp;lt;/pre&amp;gt;&lt;br /&gt;
|header&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;|-&amp;lt;/pre&amp;gt;&lt;br /&gt;
|row&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;|&amp;lt;/pre&amp;gt;&lt;br /&gt;
|col&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pre&amp;gt;|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|Close table&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
! header 1&lt;br /&gt;
! header 2&lt;br /&gt;
! header 3&lt;br /&gt;
|-&lt;br /&gt;
| row 1, cell 1&lt;br /&gt;
| row 1, cell 2&lt;br /&gt;
| row 1, cell 3&lt;br /&gt;
|-&lt;br /&gt;
| row 2, cell 1&lt;br /&gt;
| row 2, cell 2&lt;br /&gt;
| row 2, cell 3&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
|-&lt;br /&gt;
! header 1&lt;br /&gt;
! header 2&lt;br /&gt;
! header 3&lt;br /&gt;
|-&lt;br /&gt;
| row 1, cell 1&lt;br /&gt;
| row 1, cell 2&lt;br /&gt;
| row 1, cell 3&lt;br /&gt;
|-&lt;br /&gt;
| row 2, cell 1&lt;br /&gt;
| row 2, cell 2&lt;br /&gt;
| row 2, cell 3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Adding literature database links in articles==&lt;br /&gt;
For adding literature database links, first locate the entry in our literature database browser and copy its biblioId reference.&lt;br /&gt;
Then, add an internal link in your article like:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;[[Literature:biblioId|Text]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Phylogenies==&lt;br /&gt;
=== Editing the Phylogenies section ===&lt;br /&gt;
Phylogenies are managed by the [[Template:Phylogeny|Phylogeny]] template.&lt;br /&gt;
&lt;br /&gt;
This template has the following fields:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Phylogeny&lt;br /&gt;
    |map=&amp;lt;imagemap&amp;gt;Name of image&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
    |method=&lt;br /&gt;
    |citation=this field is optional&lt;br /&gt;
    }}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=== Adding a new phylogeny ===&lt;br /&gt;
Create a new link like:&lt;br /&gt;
    {{SERVER}}/index.php/Phylogeny:phylogeny_name&lt;br /&gt;
You will be redirected to a page displaying this:&lt;br /&gt;
    There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page. &lt;br /&gt;
*Click on &amp;quot;edit&amp;quot;.&lt;br /&gt;
*Paste this template:&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Phylogeny&lt;br /&gt;
    |map=&amp;lt;imagemap&amp;gt;Name of image&amp;lt;/imagemap&amp;gt;&lt;br /&gt;
    |method=&lt;br /&gt;
    |citation=this field is optional&lt;br /&gt;
    }}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Fill the template and save.&lt;br /&gt;
&lt;br /&gt;
===Change the name of a phylogeny===&lt;br /&gt;
Click on &amp;quot;Move&amp;quot; tab and give it a new name.&lt;br /&gt;
&lt;br /&gt;
==Elements==&lt;br /&gt;
&lt;br /&gt;
==Left side menu==&lt;br /&gt;
An article called &amp;quot;MediaWiki:Sidebar&amp;quot; describes the composition of the toolbar. To change it, simply click on the following :&lt;br /&gt;
&lt;br /&gt;
{{fullurl:MediaWiki:Sidebar}}&lt;br /&gt;
&lt;br /&gt;
and click on the &amp;quot;Edit&amp;quot; tab.&lt;br /&gt;
&lt;br /&gt;
There, you can add new families, domains and related families.&lt;/div&gt;</summary>
		<author><name>imported&gt;Gydbwiki</name></author>
	</entry>
</feed>