Difference between revisions of "List of functions"

From Akvopedia
Jump to: navigation, search
m (Remove comment)
Line 64: Line 64:
 
----
 
----
  
 +
|}
 +
 +
 +
== Advanced formatting ==
 +
{| class="wikitable" style="width:80%"
 +
|- style="background-color:#efefef;"
 +
! Icon
 +
! Function
 +
! What it shows when editing
 +
! What it shows on the page
 +
|-
 +
| [[Image:Button redirect.png]]
 +
| Automatically [[Wikipedia:Redirect|redirect]] to another page
 +
| <code><nowiki>#REDIRECT [[abc]]</nowiki></code>
 +
| [{{fullurl:Acidic|redirect=no}} Preview a redirect page]
 +
|-
 +
| [[Image:Button strike.png]]
 +
| Strike-through text
 +
| <code><nowiki><s>abc</s></nowiki></code>
 +
| <s>abc</s>
 +
|-
 +
| [[Image:Button enter.png]]
 +
| Standard line break
 +
| <code><nowiki>text before<br />abc</nowiki></code>
 +
| text before<br />abc
 +
|-
 +
| [[Image:Button sup letter.png]]
 +
| Superscript (math: [[index notation]])
 +
| <code><nowiki><sup>abc</sup></nowiki></code>
 +
| other text<sup>abc</sup>
 +
|-
 +
| [[Image:Button sub letter.png]]
 +
| Subscript (chemical formulas)
 +
| <code><nowiki><sub>abc</sub></nowiki></code>
 +
| other text<sub>abc</sub>
 +
|-
 +
| [[Image:Button small text.png]]
 +
| Smaller text
 +
| <code><nowiki><small>abc</small></nowiki></code>
 +
| other text<small>abc</small>
 +
|-
 +
| [[Image:Button hide comment.png]]
 +
| Comment (only appears in the code when editing)
 +
| <code><nowiki><!-- abc --></nowiki></code>
 +
| ''Nothing appears on page''
 +
|-
 +
| [[Image:Button gallery.png]]
 +
| [[Help:Images_and_other_uploaded_files#Gallery_tag.2C_category.2C_table_of_images|Picture gallery]]
 +
| <code><br />
 +
<nowiki><gallery></nowiki><br />
 +
<nowiki>abc</nowiki><br />
 +
<nowiki></gallery></nowiki></code>
 +
| ''preview not available''
 +
|-
 +
| [[Image:Button blockquote.png]]
 +
| Quoted text (appears indented)
 +
| <code><nowiki>other text<blockquote></nowiki><br />
 +
<nowiki>abc</nowiki><br />
 +
<nowiki></blockquote>other text</nowiki></code>
 +
| other text<blockquote>
 +
abc
 +
</blockquote>other text
 +
|-
 +
| [[Image:Button array.png]]
 +
| Insert table
 +
| <code><nowiki>{| class="wikitable"</nowiki><br />
 +
<nowiki>|-</nowiki><br />
 +
<nowiki>abc</nowiki><br />
 +
<nowiki>|}</nowiki></code>
 +
| ''preview not available''
 
|}
 
|}

Revision as of 17:38, 26 November 2007

Icon Function What it shows when editing What it shows on the page
Bold.jpg Bold or strong emphasis '''abc''' abc
Italic.jpg Italic text ''abc'' abc
30px Internal link [[Water]] Water
Globe.jpg External link [[www.akvo.org]] Akvo
Big A.jpg Section heading == Section heading ==

abc

Picture.jpg Insert image [[Image:Picture.jpg]] Akvo africa.jpg
30px Insert media [[Media:Sound.ogg]] Sound
Equation.jpg Mathematical formula <math>abc</math> <math>abc</math>
NoW.jpg Ignore wiki formatting <nowiki>'''abc'''</nowiki> '''abc'''
30px Sign talk comments ~~~ Merel
Line.jpg Horizontal line ----


Advanced formatting

Icon Function What it shows when editing What it shows on the page
File:Button redirect.png Automatically redirect to another page #REDIRECT [[abc]] Preview a redirect page
File:Button strike.png Strike-through text <s>abc</s> abc
File:Button enter.png Standard line break text before<br />abc text before
abc
File:Button sup letter.png Superscript (math: index notation) <sup>abc</sup> other textabc
File:Button sub letter.png Subscript (chemical formulas) <sub>abc</sub> other textabc
File:Button small text.png Smaller text <small>abc</small> other textabc
File:Button hide comment.png Comment (only appears in the code when editing) <!-- abc --> Nothing appears on page
File:Button gallery.png Picture gallery

<gallery>
abc
</gallery>

preview not available
File:Button blockquote.png Quoted text (appears indented) other text<blockquote>

abc
</blockquote>other text

other text

abc

other text
File:Button array.png Insert table {| class="wikitable"

|-
abc
|}

preview not available