From DriloBASE Taxo

< Help:Website(Difference between revisions)
Jump to: navigation, search
(Basis of the Wiki language)
Line 13: Line 13:
 
| Text in italic
 
| Text in italic
 
| <code><nowiki>''Lumbricus rubellus''</nowiki></code>
 
| <code><nowiki>''Lumbricus rubellus''</nowiki></code>
| <small>With 2 apostrophes</small>
+
| <small>With 2 quotes</small>
 
| ''Lumbricus&nbsp;rubellus''
 
| ''Lumbricus&nbsp;rubellus''
 
|-  
 
|-  
 
| Bold text
 
| Bold text
 
| <code><nowiki>'''Lumbricidae'''</nowiki></code>
 
| <code><nowiki>'''Lumbricidae'''</nowiki></code>
| <small>With 3 apostrophes</small>
+
| <small>With 3 quotes</small>
 
| '''Lumbricidae'''
 
| '''Lumbricidae'''
 +
|-
 +
| Bold text in italic
 +
| <code><nowiki>'''''Lumbricus rubellus'''''</nowiki></code>
 +
| <small>With 5 quotes</small>
 +
| '''''Lumbricus&nbsp;rubellus'''''
 
|-  
 
|-  
 
| Move to the next line
 
| Move to the next line
 
| <code><nowiki><br/></nowiki></code>
 
| <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 <tt><nowiki><br/></nowiki></tt></small>
 
| <small>New line</small>
 
| <small>New line</small>
 
|-  
 
|-  
Line 33: Line 38:
 
| Link to another page + Text in italic
 
| Link to another page + Text in italic
 
| <code><nowiki>''[[Lumbricus rubellus]]''</nowiki></code>
 
| <code><nowiki>''[[Lumbricus rubellus]]''</nowiki></code>
| <small>With 2 brackets + 2 apostrophes</small>
+
| <small>With 2 brackets + 2 quotes</small>
 
| ''[[Lumbricus&nbsp;rubellus]]''
 
| ''[[Lumbricus&nbsp;rubellus]]''
 
|-  
 
|-  
 
| Link to another page + Bold text
 
| Link to another page + Bold text
 
| <code><nowiki>'''[[Lumbricus rubellus]]'''</nowiki></code>
 
| <code><nowiki>'''[[Lumbricus rubellus]]'''</nowiki></code>
| <small>With 2 brackets + 3 apostrophes</small>
+
| <small>With 2 brackets + 3 quotes</small>
 
| '''[[Lumbricus&nbsp;rubellus]]'''
 
| '''[[Lumbricus&nbsp;rubellus]]'''
 
|-  
 
|-  
Line 52: Line 57:
 
|}
 
|}
  
''''<center>How to obtain text sections and sub-sections...</center>'''<br/>
 
[[File:Sections.jpg|center|thumb|900px|]]
 
  
''''<center>How to obtain ordered lists...</center>'''<br/>
+
{| width=100% class="wikitable"
[[File:Ordered lists.jpg|center|thumb|900px|]]
+
|-
 +
! colspan=2 | HOW TO OBTAIN TEXT SECTIONS AND SUB-SECTIONS...
 +
|-
 +
! width=50% | Markup
 +
! width=50% | Render as
 +
|-
 +
|<code>== Section ==</code>
 +
|
 +
== Section ==
 +
|-
 +
|<code>=== Subsection ===</code>
 +
|
 +
=== Subsection ===
 +
|-
 +
|<code>==== Sub-subsection ====</code>
 +
|
 +
==== Sub-subsection ====
 +
|}
 +
 
 +
 
 +
'''<center>How to obtain ordered lists...</center>'''<br/>
 +
[[File:Ordered lists.jpg|center|900px|]]
 +
 
  
''''<center>How to obtain unordered lists...</center>'''<br/>
+
'''<center>How to obtain unordered lists...</center>'''<br/>
[[File:Unordered lists.jpg|center|thumb|900px|]]
+
[[File:Unordered lists.jpg|center|900px|]]

Revision as of 08:20, 18 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 quotes Lumbricus rubellus
Bold text '''Lumbricidae''' With 3 quotes Lumbricidae
Bold text in italic '''''Lumbricus rubellus''''' With 5 quotes Lumbricus rubellus
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 quotes Lumbricus rubellus
Link to another page + Bold text '''[[Lumbricus rubellus]]''' With 2 brackets + 3 quotes 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...
Markup Render as
== Section ==

Section

=== Subsection ===

Subsection

==== Sub-subsection ====

Sub-subsection


How to obtain ordered lists...

Ordered lists.jpg


How to obtain unordered lists...

Unordered lists.jpg