Help:Contents

From MFIWiki
Revision as of 02:38, 24 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.

Of course, you can View any member's User Page source code and duplicate it. Just make sure you don't tamper with any other Member's page.

Hope they help,
Rob Johnson, IC

Some Helpful Links

For the basic User Page, Click here and get a simple, yeat good looking User Page Template. Antonia's User Page Template
This id the Official Wiki-Media User Handbook. Look over the User Section to learn the Basics of what Wiki can do, then read through the "Editors" section to learn how to make your OWN pages. Wiki-Media's Official Handbook
For EVERY color under the sun, go here and just copy the hex code. Then when you want a font color use
http://www.december.com/html/spec/color.html


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

Thanks to Howad Knapp for capturing this "Tables Tutorial" for us.

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