From DriloBASE Taxo

< Help:Website(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
 
=Basis of the Wiki language=
 
=Basis of the Wiki language=
 
__NOTOC__
 
__NOTOC__
''''<center>The very few things you need to know about the Wiki syntax... List of the major wiki codes:</center>''''
+
<center>'''The very few things you need to know about the Wiki syntax... List of the major wiki codes:'''</center>
  
{| class="wikitable sortable"
+
{| class="wikitable"
 
|-
 
|-
 
! ACTION
 
! ACTION
Line 12: Line 12:
 
|-  
 
|-  
 
| Text in italic
 
| Text in italic
| <nowiki>''Lumbricus rubellus''</nowiki>
+
| <code><nowiki>''Lumbricus rubellus''</nowiki></code>
 
| <small>With 2 apostrophes</small>
 
| <small>With 2 apostrophes</small>
| ''Lumbricus rubellus''
+
| ''Lumbricus&nbsp;rubellus''
 
|-  
 
|-  
 
| Bold text
 
| Bold text
| <nowiki>'''Lumbricidae'''</nowiki>
+
| <code><nowiki>'''Lumbricidae'''</nowiki></code>
 
| <small>With 3 apostrophes</small>
 
| <small>With 3 apostrophes</small>
 
| '''Lumbricidae'''
 
| '''Lumbricidae'''
 
|-  
 
|-  
 
| Move to the next line
 
| Move to the next line
| <nowiki><br/></nowiki>
+
| <code><nowiki><br/></nowiki></code>
 
| <small>Pressing on "Enter" on the keyboard is not enough to go to the next line. You must write <nowiki><br/></nowiki></small>
 
| <small>Pressing on "Enter" on the keyboard is not enough to go to the next line. You must write <nowiki><br/></nowiki></small>
 
| <small>New line</small>
 
| <small>New line</small>
 
|-  
 
|-  
 
| Link to another page
 
| Link to another page
| <nowiki>[[Lumbricus rubellus]]</nowiki>
+
| <code><nowiki>[[Lumbricus rubellus]]</nowiki></code>
 
| <small>With 2 brackets</small>
 
| <small>With 2 brackets</small>
| [[Lumbricus rubellus]]
+
| [[Lumbricus&nbsp;rubellus]]
 
|-  
 
|-  
 
| Link to another page + Text in italic
 
| Link to another page + Text in italic
| <nowiki>''[[Lumbricus rubellus]]''</nowiki>
+
| <code><nowiki>''[[Lumbricus rubellus]]''</nowiki></code>
 
| <small>With 2 brackets + 2 apostrophes</small>
 
| <small>With 2 brackets + 2 apostrophes</small>
| ''[[Lumbricus rubellus]]''
+
| ''[[Lumbricus&nbsp;rubellus]]''
 
|-  
 
|-  
 
| Link to another page + Bold text
 
| Link to another page + Bold text
| <nowiki>'''[[Lumbricus rubellus]]'''</nowiki>
+
| <code><nowiki>'''[[Lumbricus rubellus]]'''</nowiki></code>
 
| <small>With 2 brackets + 3 apostrophes</small>
 
| <small>With 2 brackets + 3 apostrophes</small>
| '''[[Lumbricus rubellus]]'''
+
| '''[[Lumbricus&nbsp;rubellus]]'''
 
|-  
 
|-  
 
| External link towards a website (simple address)
 
| External link towards a website (simple address)
| <nowiki>[http://www.bioforsk.no]</nowiki>
+
| <code><nowiki>[http://www.bioforsk.no]</nowiki></code>
 
| <small>With only 1 bracket</small>
 
| <small>With only 1 bracket</small>
 
| [http://www.bioforsk.no]
 
| [http://www.bioforsk.no]
 
|-  
 
|-  
 
| External link towards a website (address + link name)
 
| External link towards a website (address + link name)
| <nowiki>[http://www.bioforsk.no Bioforsk]</nowiki>
+
| <code><nowiki>[http://www.bioforsk.no Bioforsk]</nowiki></code>
 
| <small>1 bracket + a space between the address and the name</small>
 
| <small>1 bracket + a space between the address and the name</small>
 
| [http://www.bioforsk.no Bioforsk]
 
| [http://www.bioforsk.no Bioforsk]

Revision as of 18:20, 14 May 2014

Help pages.png Content of the databaseInputting dataBasics of the wiki languageUpload a pictureUser pagesProfile and preferencesIntranetAdvanced functions

Basis of the Wiki language

The very few things you need to know about the Wiki syntax... List of the major wiki codes:
ACTION YOU WRITE Remark YOU OBTAIN
Text in italic ''Lumbricus rubellus'' With 2 apostrophes Lumbricus rubellus
Bold text '''Lumbricidae''' With 3 apostrophes Lumbricidae
Move to the next line <br/> Pressing on "Enter" on the keyboard is not enough to go to the next line. You must write <br/> New line
Link to another page [[Lumbricus rubellus]] With 2 brackets Lumbricus rubellus
Link to another page + Text in italic ''[[Lumbricus rubellus]]'' With 2 brackets + 2 apostrophes Lumbricus rubellus
Link to another page + Bold text '''[[Lumbricus rubellus]]''' With 2 brackets + 3 apostrophes Lumbricus rubellus
External link towards a website (simple address) [http://www.bioforsk.no] With only 1 bracket [1]
External link towards a website (address + link name) [http://www.bioforsk.no Bioforsk] 1 bracket + a space between the address and the name Bioforsk
'
How to obtain text sections and sub-sections...

Sections.jpg
'
How to obtain ordered lists...

Ordered lists.jpg
'
How to obtain unordered lists...

Unordered lists.jpg