Difference between revisions of "List of functions"

From Akvopedia
Jump to: navigation, search
 
(17 intermediate revisions by 4 users not shown)
Line 8: Line 8:
 
| [[Image:Bold.jpg|30px]]
 
| [[Image:Bold.jpg|30px]]
 
| Bold or strong emphasis
 
| Bold or strong emphasis
| <nowiki>'''abc'''</nowiki>
+
| <nowiki>'''bold text'''</nowiki>
| '''abc'''
+
| '''bold text'''
 
|-
 
|-
 
| [[Image:Italic.jpg|30px]]
 
| [[Image:Italic.jpg|30px]]
 
| Italic text
 
| Italic text
| <nowiki>''abc''</nowiki>
+
| <nowiki>''italic text''</nowiki>
| ''abc''
+
| ''italic text''
|-
 
| [[Image:underline.jpg|30px]]
 
| Internal link
 
| <nowiki>[[Water]]</nowiki>
 
| [[Water]]
 
 
|-
 
|-
 
| [[Image:Globe.jpg|30px]]
 
| [[Image:Globe.jpg|30px]]
 
| External link
 
| External link
| <nowiki>[[www.akvo.org]]</nowiki>
+
| <nowiki>[http://www.akvo.org Akvo]</nowiki>
| [[Akvo]]
+
| [http://www.akvo.org Akvo]
 
|-
 
|-
 
| [[Image:Big_A.jpg|30px]]
 
| [[Image:Big_A.jpg|30px]]
 
| Section heading
 
| Section heading
| <nowiki>== Section heading ==</nowiki>
+
| <nowiki>=== Section heading ===</nowiki>
 
|  
 
|  
== abc ==
+
=== Section heading ===
  
 
|-
 
|-
 
| [[Image:Picture.jpg|30px]]
 
| [[Image:Picture.jpg|30px]]
 
| Insert image
 
| Insert image
| <nowiki>[[Image:Picture.jpg]]</nowiki>
+
| <nowiki>[[Image:Picture.jpg|50px]]</nowiki>
 
| [[Image:Akvo_africa.jpg|50px]]
 
| [[Image:Akvo_africa.jpg|50px]]
|-
 
| [[Image:Toeter.jpg|30px]]
 
| Insert media
 
| <nowiki>[[Media:Sound.ogg]]</nowiki>
 
| ''Sound''
 
|-
 
| [[Image:equation.jpg|30px]]
 
| Mathematical formula
 
| <nowiki><math>abc</math></nowiki>
 
| <math>abc</math>
 
 
|-
 
|-
 
| [[Image:NoW.jpg|30px]]
 
| [[Image:NoW.jpg|30px]]
 
| Ignore wiki formatting
 
| Ignore wiki formatting
| <nowiki><nowiki>'''abc'''</nowiki></nowiki>
+
| <nowiki><nowiki>'''text shows code'''</nowiki></nowiki>
| <nowiki>'''abc'''</nowiki>
+
| <nowiki>'''text shows code'''</nowiki>
|-
 
| [[Image:Signature.jpg|30px]]
 
| Sign talk comments
 
| <nowiki>~~~</nowiki>
 
| [[User:Merel|Merel]]
 
 
|-
 
|-
 
| [[Image:Line.jpg|30px]]
 
| [[Image:Line.jpg|30px]]
Line 70: Line 50:
 
{| class="wikitable" style="width:80%"
 
{| class="wikitable" style="width:80%"
 
|- style="background-color:#efefef;"
 
|- style="background-color:#efefef;"
! Icon
 
 
! Function
 
! Function
 
! What it shows when editing
 
! What it shows when editing
 
! What it shows on the page
 
! What it shows on the page
 
|-
 
|-
| [[Image:Button redirect.png]]
+
| Automatically redirect to another page
| Automatically [[Wikipedia:Redirect|redirect]] to another page
 
 
| <code><nowiki>#REDIRECT [[abc]]</nowiki></code>
 
| <code><nowiki>#REDIRECT [[abc]]</nowiki></code>
| [{{fullurl:Acidic|redirect=no}} Preview a redirect page]
+
| A redirect page
 
|-
 
|-
| [[Image:Button strike.png]]
 
 
| Strike-through text
 
| Strike-through text
 
| <code><nowiki><s>abc</s></nowiki></code>
 
| <code><nowiki><s>abc</s></nowiki></code>
 
| <s>abc</s>
 
| <s>abc</s>
 
|-
 
|-
| [[Image:Button enter.png]]
 
 
| Standard line break
 
| Standard line break
 
| <code><nowiki>text before<br />abc</nowiki></code>
 
| <code><nowiki>text before<br />abc</nowiki></code>
 
| text before<br />abc
 
| text before<br />abc
 
|-
 
|-
| [[Image:Button sup letter.png]]
+
| Superscript
| Superscript (math: [[index notation]])
 
 
| <code><nowiki><sup>abc</sup></nowiki></code>
 
| <code><nowiki><sup>abc</sup></nowiki></code>
 
| other text<sup>abc</sup>
 
| other text<sup>abc</sup>
 
|-
 
|-
| [[Image:Button sub letter.png]]
+
| Subscript
| Subscript (chemical formulas)
 
 
| <code><nowiki><sub>abc</sub></nowiki></code>
 
| <code><nowiki><sub>abc</sub></nowiki></code>
 
| other text<sub>abc</sub>
 
| other text<sub>abc</sub>
 
|-
 
|-
| [[Image:Button small text.png]]
 
 
| Smaller text
 
| Smaller text
 
| <code><nowiki><small>abc</small></nowiki></code>
 
| <code><nowiki><small>abc</small></nowiki></code>
 
| other text<small>abc</small>
 
| other text<small>abc</small>
 
|-
 
|-
| [[Image:Button hide comment.png]]
 
 
| Comment (only appears in the code when editing)
 
| Comment (only appears in the code when editing)
 
| <code><nowiki><!-- abc --></nowiki></code>
 
| <code><nowiki><!-- abc --></nowiki></code>
 
| ''Nothing appears on page''
 
| ''Nothing appears on page''
 
|-
 
|-
| [[Image:Button gallery.png]]
+
| Picture gallery
| [[Help:Images_and_other_uploaded_files#Gallery_tag.2C_category.2C_table_of_images|Picture gallery]]
 
 
| <code><br />
 
| <code><br />
 
<nowiki><gallery></nowiki><br />
 
<nowiki><gallery></nowiki><br />
Line 118: Line 89:
 
| ''preview not available''
 
| ''preview not available''
 
|-
 
|-
| [[Image:Button blockquote.png]]
 
 
| Quoted text (appears indented)
 
| Quoted text (appears indented)
 
| <code><nowiki>other text<blockquote></nowiki><br />
 
| <code><nowiki>other text<blockquote></nowiki><br />
Line 127: Line 97:
 
</blockquote>other text
 
</blockquote>other text
 
|-
 
|-
| [[Image:Button array.png]]
 
 
| Insert table
 
| Insert table
 
| <code><nowiki>{| class="wikitable"</nowiki><br />
 
| <code><nowiki>{| class="wikitable"</nowiki><br />
Line 135: Line 104:
 
| ''preview not available''
 
| ''preview not available''
 
|}
 
|}
 +
 +
 +
[[Category:Help]]

Latest revision as of 03:21, 17 April 2014

Icon Function What it shows when editing What it shows on the page
Bold.jpg Bold or strong emphasis '''bold text''' bold text
Italic.jpg Italic text ''italic text'' italic text
Globe.jpg External link [http://www.akvo.org Akvo] Akvo
Big A.jpg Section heading === Section heading ===

Section heading

Picture.jpg Insert image [[Image:Picture.jpg|50px]] Akvo africa.jpg
NoW.jpg Ignore wiki formatting <nowiki>'''text shows code'''</nowiki> '''text shows code'''
Line.jpg Horizontal line ----


Advanced formatting

Function What it shows when editing What it shows on the page
Automatically redirect to another page #REDIRECT [[abc]] A redirect page
Strike-through text <s>abc</s> abc
Standard line break text before<br />abc text before
abc
Superscript <sup>abc</sup> other textabc
Subscript <sub>abc</sub> other textabc
Smaller text <small>abc</small> other textabc
Comment (only appears in the code when editing) <!-- abc --> Nothing appears on page
Picture gallery

<gallery>
abc
</gallery>

preview not available
Quoted text (appears indented) other text<blockquote>

abc
</blockquote>other text

other text

abc

other text
Insert table {| class="wikitable"

|-
abc
|}

preview not available