Help:Contents

From MFIWiki
Revision as of 16:49, 23 August 2005 by Rjohnson (Talk | contribs)

Jump to: navigation, search

We're going to try to put together some Template Links to assist you in designing your own Wiki Pages.

Hope they help,
Rob Johnson, IC

User Page Template
Wiki-Media's Official Handbook



Some Basic Commands To Get You Started

NOTE: All Commands Need to be Placed Inside "less than" and "Greater Than" symbols (<>)

Command What to place inside the "<>"
Enter (carriage Return) : br
Left Justify : div align="left"
Right Justify : div align="right"
Center: div align="center" (sometimes just center works)
Font Size :
("5" is Largest, "1" is Smallest):
font size="5" (Wiki dfault is: font size="2"
Horizonal Rule : 4 dashes (-), no <> needed)
Your Signature
(without Date & Time Stamp :
3 "tilde" (~) in a row (no <> needed)
Your Signature
(With Date & Time Stamp :
4 "tilde" (~) in a row (no <> needed)



How To Make Tables In Wiki

</center><center> the table tag in <> is replaced with {| in wiki
the tr tag in <> is replaced with |- in wiki
the /tr tag in <> is not needed in wiki
the td tag in <> is replaced with | in wiki
the /td tag in <> is not needed in wiki
the /table tag in <> is replaced with |} in wiki
</center><center> Example

{| border=1
|- 
| test page
|-
| place image here
|}

shows up as

test page
place image here

or side by side

{| border=1
|- 
| test page
| place image here
|}

shows up as

test page place image here




Personal tools