Wiki Code - MFS Frequently Used
From Monaro Folk Society
Contents |
Basic Text Formatting
'''Bold''' (3 single quotes)
''Italic'' (2 single quotes)
Colour & Size
Coloured, double-size text
<span style="color:Red">
<span style="font-size:200%">Your Text</span>
</span>
see Colour Names
Coloured Text
<span style="color:#642EFE">Your Text</span>
see Colour Codes
Small Text
<small>Your Text</small>
Big Text
<big>Your Text</big>
Headings
==Heading==
===Heading Level 2===
Image/Picture
full-sized, floating right of text, with a border
[[Image:X.jpg|frame|Your Caption]]
full-sized, left justified, with a border, no text float ("in-line")
[[Image:X.jpg|frame|none]]
Layout
* bullet list item 1
* bullet list item 2
---- horizontal line
<br> or <br /> line break (new line)
Link
External Link
http://www.x.org
[http://www.x.org Text To Display]
Link to Wiki page
[[Page Name]]
[[Page Name|Text To Display]]
Thumbnail, left-justified, with caption
[[Image:X.jpg|thumb|left|Your Caption]]
If the user clicks on the thumbnail, the full-size image appears.
Table
Table Start:
{|
Row Start
|-
Cell
!ColumnHeading
|CellContents
Table End
|}
Example Table
Wiki Code in Edit tab:
{| border="1"
|-
!Heading 1
!Heading 2
|-
|Data 1
|Data 2
|-
|Data 3
|Data 4
|}
Result:
| Heading 1 | Heading 2 |
|---|---|
| Data 1 | Data 2 |
| Data 3 | Data 4 |
Table of Contents
__NOTOC__
None (there are two underlines each side of the code)
__TOC__
TOC at exact position of code
