Difference between revisions of "List of functions"
From Akvopedia
(→Advanced formatting) |
|||
Line 70: | Line 70: | ||
{| class="wikitable" style="width:80%" | {| class="wikitable" style="width:80%" | ||
|- style="background-color:#efefef;" | |- style="background-color:#efefef;" | ||
− | |||
! Function | ! Function | ||
! What it shows when editing | ! What it shows when editing | ||
! What it shows on the page | ! What it shows on the page | ||
|- | |- | ||
− | + | | Automatically redirect to another page | |
− | | Automatically | ||
| <code><nowiki>#REDIRECT [[abc]]</nowiki></code> | | <code><nowiki>#REDIRECT [[abc]]</nowiki></code> | ||
− | | | + | | A redirect page |
|- | |- | ||
− | |||
| 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> | ||
|- | |- | ||
− | |||
| 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 | ||
|- | |- | ||
− | + | | Superscript | |
− | | Superscript | ||
| <code><nowiki><sup>abc</sup></nowiki></code> | | <code><nowiki><sup>abc</sup></nowiki></code> | ||
| other text<sup>abc</sup> | | other text<sup>abc</sup> | ||
|- | |- | ||
− | + | | Subscript | |
− | | Subscript | ||
| <code><nowiki><sub>abc</sub></nowiki></code> | | <code><nowiki><sub>abc</sub></nowiki></code> | ||
| other text<sub>abc</sub> | | other text<sub>abc</sub> | ||
|- | |- | ||
− | |||
| 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> | ||
|- | |- | ||
− | |||
| 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'' | ||
|- | |- | ||
− | + | | Picture gallery | |
− | |||
| <code><br /> | | <code><br /> | ||
<nowiki><gallery></nowiki><br /> | <nowiki><gallery></nowiki><br /> | ||
Line 118: | Line 109: | ||
| ''preview not available'' | | ''preview not available'' | ||
|- | |- | ||
− | |||
| 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 117: | ||
</blockquote>other text | </blockquote>other text | ||
|- | |- | ||
− | |||
| Insert table | | Insert table | ||
| <code><nowiki>{| class="wikitable"</nowiki><br /> | | <code><nowiki>{| class="wikitable"</nowiki><br /> |
Revision as of 16:43, 26 November 2007
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 | [[Water]] | Water |
External link | [[www.akvo.org]] | 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 | ~~~ | Merel |
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 |