Difference between revisions of "List of functions"
From Akvopedia
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | {| class="wikitable" style="width:80%" | ||
+ | |- style="background-color:#efefef;" | ||
+ | ! Icon | ||
+ | ! Function | ||
+ | ! What it shows when editing | ||
+ | ! What it shows on the page | ||
+ | |- | ||
+ | | [[Image:Bold.jpg|30px]] | ||
+ | | Bold or strong emphasis | ||
+ | | <nowiki>'''abc'''</nowiki> | ||
+ | | '''abc''' | ||
+ | |- | ||
+ | | [[Image:Italic.jpg|30px]] | ||
+ | | Italic text | ||
+ | | <nowiki>''abc''</nowiki> | ||
+ | | ''abc'' | ||
+ | |- | ||
+ | | [[Image:underline.jpg|30px]] | ||
+ | | Internal link | ||
+ | | <nowiki>[[Portal:Water]]</nowiki> | ||
+ | | [[Portal:Water]] | ||
+ | |- | ||
+ | | [[Image:Globe.jpg|30px]] | ||
+ | | External link | ||
+ | | <nowiki>[[www.akvo.org Akvo]]</nowiki> | ||
+ | | [http://www.akvo.org Akvo] | ||
+ | |- | ||
+ | | [[Image:Big_A.jpg|30px]] | ||
+ | | Section heading | ||
+ | | <nowiki>== Section heading ==</nowiki> | ||
+ | | | ||
+ | == abc == | ||
+ | |- | ||
+ | | [[Image:Picture.jpg|30px]] | ||
+ | | Insert image | ||
+ | | <nowiki>[[Image:Picture.jpg]]</nowiki> | ||
+ | | [[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]] | ||
+ | | Ignore wiki formatting | ||
+ | | <nowiki><nowiki>'''abc'''</nowiki></nowiki> | ||
+ | | <nowiki>'''abc'''</nowiki> | ||
+ | |- | ||
+ | | [[Image:Signature.jpg|30px]] | ||
+ | | Sign talk comments | ||
+ | | <nowiki>~~~</nowiki> | ||
+ | | <nowiki>Your Username</nowiki> | ||
+ | |- | ||
+ | | [[Image:Line.jpg|30px]] | ||
+ | | Horizontal line | ||
+ | | <nowiki>----</nowiki> | ||
+ | | | ||
+ | ---- | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | == Advanced formatting == | ||
+ | {| class="wikitable" style="width:80%" | ||
+ | |- style="background-color:#efefef;" | ||
+ | ! Function | ||
+ | ! What it shows when editing | ||
+ | ! What it shows on the page | ||
+ | |- | ||
+ | | Automatically redirect to another page | ||
+ | | <code><nowiki>#REDIRECT [[abc]]</nowiki></code> | ||
+ | | A redirect page | ||
+ | |- | ||
+ | | Strike-through text | ||
+ | | <code><nowiki><s>abc</s></nowiki></code> | ||
+ | | <s>abc</s> | ||
+ | |- | ||
+ | | Standard line break | ||
+ | | <code><nowiki>text before<br />abc</nowiki></code> | ||
+ | | text before<br />abc | ||
+ | |- | ||
+ | | Superscript | ||
+ | | <code><nowiki><sup>abc</sup></nowiki></code> | ||
+ | | other text<sup>abc</sup> | ||
+ | |- | ||
+ | | Subscript | ||
+ | | <code><nowiki><sub>abc</sub></nowiki></code> | ||
+ | | other text<sub>abc</sub> | ||
+ | |- | ||
+ | | Smaller text | ||
+ | | <code><nowiki><small>abc</small></nowiki></code> | ||
+ | | other text<small>abc</small> | ||
+ | |- | ||
+ | | Comment (only appears in the code when editing) | ||
+ | | <code><nowiki><!-- abc --></nowiki></code> | ||
+ | | ''Nothing appears on page'' | ||
+ | |- | ||
+ | | Picture gallery | ||
+ | | <code><br /> | ||
+ | <nowiki><gallery></nowiki><br /> | ||
+ | <nowiki>abc</nowiki><br /> | ||
+ | <nowiki></gallery></nowiki></code> | ||
+ | | ''preview not available'' | ||
+ | |- | ||
+ | | 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 | ||
+ | |- | ||
+ | | Insert table | ||
+ | | <code><nowiki>{| class="wikitable"</nowiki><br /> | ||
+ | <nowiki>|-</nowiki><br /> | ||
+ | <nowiki>abc</nowiki><br /> | ||
+ | <nowiki>|}</nowiki></code> | ||
+ | | ''preview not available'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | [[Category:Help]] |
Revision as of 23:34, 15 May 2013
Icon | Function | What it shows when editing | What it shows on the page |
---|---|---|---|
Bold or strong emphasis | '''abc''' | abc | |
Italic text | ''abc'' | abc | |
30px | Internal link | [[Portal:Water]] | Portal:Water |
External link | [[www.akvo.org Akvo]] | Akvo | |
Section heading | == Section heading == |
abc | |
Insert image | [[Image:Picture.jpg]] | ||
30px | Insert media | [[Media:Sound.ogg]] | Sound |
Mathematical formula | <math>abc</math> | <math>abc</math> | |
Ignore wiki formatting | <nowiki>'''abc'''</nowiki> | '''abc''' | |
30px | Sign talk comments | ~~~ | Your Username |
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>
|
|
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 |
|
preview not available |
Quoted text (appears indented) | other text<blockquote>
|
other textother text |
Insert table | {| class="wikitable"
|
preview not available |