Difference between revisions of "List of functions"
From Akvopedia
(11 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>''' | + | | <nowiki>'''bold text'''</nowiki> |
− | | ''' | + | | '''bold text''' |
|- | |- | ||
| [[Image:Italic.jpg|30px]] | | [[Image:Italic.jpg|30px]] | ||
| Italic text | | Italic text | ||
− | | <nowiki>'' | + | | <nowiki>''italic text''</nowiki> |
− | | '' | + | | ''italic text'' |
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| [[Image:Globe.jpg|30px]] | | [[Image:Globe.jpg|30px]] | ||
| External link | | External link | ||
− | | <nowiki>[ | + | | <nowiki>[http://www.akvo.org Akvo]</nowiki> |
| [http://www.akvo.org 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> |
| | | | ||
− | == | + | === 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:NoW.jpg|30px]] | | [[Image:NoW.jpg|30px]] | ||
| Ignore wiki formatting | | Ignore wiki formatting | ||
− | | <nowiki><nowiki>''' | + | | <nowiki><nowiki>'''text shows code'''</nowiki></nowiki> |
− | | <nowiki>''' | + | | <nowiki>'''text shows code'''</nowiki> |
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| [[Image:Line.jpg|30px]] | | [[Image:Line.jpg|30px]] | ||
Line 124: | Line 104: | ||
| ''preview not available'' | | ''preview not available'' | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[Category:Help]] |
Latest revision as of 02:21, 17 April 2014
Icon | Function | What it shows when editing | What it shows on the page |
---|---|---|---|
Bold or strong emphasis | '''bold text''' | bold text | |
Italic text | ''italic text'' | italic text | |
External link | [http://www.akvo.org Akvo] | Akvo | |
Section heading | === Section heading === |
Section heading | |
Insert image | [[Image:Picture.jpg|50px]] | ||
Ignore wiki formatting | <nowiki>'''text shows code'''</nowiki> | '''text shows code''' | |
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 |