Help:Contents

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
m (Some Helpful Links)
m (Some Helpful Links)
Line 9: Line 9:
 
<font size="2">
 
<font size="2">
 
For the basic User Page, Click here and get a simple, yet good looking User Page Template. <br>
 
For the basic User Page, Click here and get a simple, yet good looking User Page Template. <br>
<font size="4">[http://rob.maquis.com/wiki-user-help Antonia's User Page Template ]<br>
+
<font size="4">[http://rob.maquis.com/wiki-user-help Antonia's User Page Template ]<br><br>
<font size="2">This is 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.<br> <font size="4">[http://meta.wikimedia.org/wiki/Help:Contents Wiki-Media's Official Handbook]<br>
+
<font size="2">This is 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.<br> <font size="4">[http://meta.wikimedia.org/wiki/Help:Contents Wiki-Media's Official Handbook]<br><br>
 
<font size="2">For EVERY color under the sun, go here and just copy the hex code.  Then when you want a font color use <font color="#000000"><br>
 
<font size="2">For EVERY color under the sun, go here and just copy the hex code.  Then when you want a font color use <font color="#000000"><br>
 
<font size="4">http://www.december.com/html/spec/color.html<font size="2">
 
<font size="4">http://www.december.com/html/spec/color.html<font size="2">

Revision as of 02:44, 24 August 2005

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, yet good looking User Page Template.
Antonia's User Page Template

This is 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