|
|
Line 4: |
Line 4: |
| * Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. | | * Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
|
| |
|
| ==List of functions==
| | [[Wiki Editing|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)
| |
| :
| |
| {| class="wikitable" style="text-align:center;width:80%"
| |
| |- style="background-color:#efefef;"
| |
| ! Icon !! Function !! What it shows when editing !! What it shows on the page
| |
| |-
| |
| |[[Image:Bold icon.png|Bold text]]
| |
| |Bold or strong emphasis
| |
| |<code><nowiki>'''abc'''</nowiki></code>
| |
| |'''abc'''
| |
| |-
| |
| |[[Image:Italic icon.png|Italic text]]
| |
| |Italic or emphasis
| |
| |<code><nowiki>''abc''</nowiki></code>
| |
| |''abc''
| |
| |-
| |
| |[[Image:Button_link.png|Internal link]]
| |
| |Internal link
| |
| |<code><nowiki>[[meta:Sandbox|abc]]</nowiki></code>
| |
| |[[meta:Sandbox|abc]]
| |
| |-
| |
| |[[Image:External link icon.png|External link]]
| |
| |External link
| |
| |<code><nowiki>[abc.com]</nowiki></code>
| |
| |
| |
| |-
| |
| |[[Image:Headline icon.png|Level 2 headline]]
| |
| |Section heading
| |
| |<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>
| |
| |
| |
| ---- | | ---- |
| |} | | |} |