Wiki Code - MFS Frequently Used
From Monaro Folk Society
Contents |
Colour & Size
<span style="color:Red">
<span style="font-size:200%">YourText</span>
</span>
<small>YourText</small>
Image/Picture
full-sized, left justified, with a border
[[Image:X.jpg|frame|none]]
Thumbnail, left-justified, with caption
[[Image:X.jpg|thumb|left|YourCaption]]
If the user clicks on the thumbnail, the full-size image appears.
Table
Table Start:
{|
Row Start
|-
Cell
!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
