Wiki Editing: Difference between revisions

From PreparingYou
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 00:23, 26 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 text Bold or strong emphasis '''abc''' abc
Italic text Italic or emphasis ''abc'' abc
Internal link Internal link [[meta:Sandbox|abc]] abc
External link External link [abc.com]
Level 2 headline Section heading == abc ==

abc

Embedded image Insert image [[Image:abc.png]] File:Abc.png
Media file link Insert media [[Media:abc.ogg]] Media:abc.ogg
Mathematical formula (LaTeX) Mathematical formula <math>abc</math> <math>abc</math>
Ignore wiki formatting Ignore wiki formatting <nowiki>abc '''[[Bold text]]'''</nowiki> abc '''[[Bold text]]'''
Your signature with timestamp Sign talk comments (with time stamp) ~~~~ Gareth Aus 22:49, 11 February 2006 (UTC)
Horizontal line Horizontal line ----