Help:Contents

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
m (Some Basic Commands To Get You Started)
m (Some Basic Commands To Get You Started)
Line 40: Line 40:
 
| class="even" | <nowiki> <div align="center"> </nowiki> <br>(sometimes just <nowiki> <center> </nowiki> works)
 
| class="even" | <nowiki> <div align="center"> </nowiki> <br>(sometimes just <nowiki> <center> </nowiki> works)
 
|-  
 
|-  
| class="odd" | Font Size :<br>("5" is Largest, "1" is Smallest):   
+
| class="odd" | Font Size (Largest to Smallest)<br>"5", "4", "3", "2", or "1"):   
 
| class="even" | <nowiki> <font size="5"> <font size="1"> </nowiki><br> (Wiki dfault is: <nowiki> <font size="2"> </nowiki>)  
 
| class="even" | <nowiki> <font size="5"> <font size="1"> </nowiki><br> (Wiki dfault is: <nowiki> <font size="2"> </nowiki>)  
 
|-  
 
|-  

Revision as of 03:29, 24 August 2005

We're putting together some Helpful Links and quick charts 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 be careful not to accidently tamper with any other Member's Personal Pages.

If you come up with some neat page design you wish to share, let us know by either emailing us with the source code, or Post the Code in this page's "Discussion" area (See the Discussion Tab up on top?).


Hope these help,
Rob Johnson, IC

Some Helpful Links

For the basic User Page, Click here and get a simple, yet good looking User Page Template.
Antonia's User Page Template

This is the Official Wiki-Media User Handbook. Look over the "For Readers" Section to learn the Basics of what Wiki can do, then read through the "For 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
The Hex Hub


Some Basic Commands To Get You Started

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

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

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