Wiki Editing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==List of functions== (apart from the last two examples, these pieces of wikitext are created by typing ''abc'', selecting it and clicking the buttons on the toolbar) : {| cl...") |
No edit summary |
||
Line 31: | Line 31: | ||
|<code><nowiki>== abc ==</nowiki></code> | |<code><nowiki>== abc ==</nowiki></code> | ||
| | | | ||
== abc == | |||
|- | |||
|[[Image:Image icon.png|Embedded image]] | |||
|Insert image | |||
|<code><nowiki>[[Image:abc.png]]</nowiki></code> | |||
|[[Image:abc.png|80px]] | |||
|- | |||
|[[Image:Media icon.png|Media file link]] | |||
|Insert media | |||
|<code><nowiki>[[Media:abc.ogg]]</nowiki></code> | |||
|[[Media:abc.ogg]] | |||
|- | |||
|[[Image:Math icon.png|Mathematical formula (LaTeX)]] | |||
|Mathematical formula | |||
|<code><nowiki><math>abc</math></nowiki></code> | |||
|<math>abc</math> | |||
|- | |||
|[[Image:Nowiki icon.png|Ignore wiki formatting]] | |||
|Ignore wiki formatting | |||
|<code><nowiki><nowiki>abc '''[[Bold text]]'''</nowiki></nowiki></code> | |||
|<nowiki>abc '''[[Bold text]]'''</nowiki> | |||
|- | |||
|[[Image:Signature icon.png|Your signature with timestamp]] | |||
|Sign talk comments (with time stamp) | |||
|<code><nowiki>~~~~</nowiki></code> | |||
| [[User:Gareth Aus|Gareth Aus]] 22:49, 11 February 2006 (UTC) | |||
|- | |||
|[[Image:H-line icon.png|Horizontal line]] | |||
|Horizontal line | |||
|<code><nowiki>----</nowiki></code> | |||
| | |||
---- | |||
|} |
Revision as of 23:23, 25 February 2014
List of functions
(apart from the last two examples, these pieces of wikitext are created by typing abc, selecting it and clicking the buttons on the toolbar)
Icon | Function | What it shows when editing | What it shows on the page |
---|---|---|---|
Bold or strong emphasis | '''abc'''
|
abc | |
Italic or emphasis | ''abc''
|
abc | |
Internal link | [[meta:Sandbox|abc]]
|
abc | |
External link | [abc.com]
|
||
Section heading | == abc ==
|
abc | |
Insert image | [[Image:abc.png]]
|
File:Abc.png | |
Insert media | [[Media:abc.ogg]]
|
Media:abc.ogg | |
Mathematical formula | <math>abc</math>
|
<math>abc</math> | |
Ignore wiki formatting | <nowiki>abc '''[[Bold text]]'''</nowiki>
|
abc '''[[Bold text]]''' | |
Sign talk comments (with time stamp) | ~~~~
|
Gareth Aus 22:49, 11 February 2006 (UTC) | |
Horizontal line | ----
|
|