Help:Contents

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
m (Some Basic Commands To Get You Started)
m (Some Helpful Links)
Line 12: Line 12:
 
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><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 <font color="teal">"For Readers" <font color="Yellow">Section to learn the Basics of what Wiki can do, then read through the <Font color="red">"For Editors" <font color="Yellow">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">This is the Official Wiki-Media User Handbook.  Look over the <font color="teal">"For Readers" <font color="Yellow">Section to learn the Basics of what Wiki can do, then read through the <Font color="red">"For Editors" <font color="Yellow">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">This is a VERY Helpfull collection of Help Tips for LOADS of different commands, including Foreign currency &euro;, Copyright symbols &copy;, etc.<br>
 +
<font size="4">[http://codex.wordpress.org/Help:Editing "WordPress Codex's" Editing Help Page]
 +
<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 The Hex Hub]<font size="2">
 
<font size="4">[http://www.december.com/html/spec/color.html The Hex Hub]<font size="2">

Revision as of 23:47, 19 October 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

This is a VERY Helpfull collection of Help Tips for LOADS of different commands, including Foreign currency €, Copyright symbols ©, etc.
"WordPress Codex's" Editing Help Page

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: The Commands Listed in this 1st chart 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"> )



The Commands Listed in this 2nd chart do NOT Need to be Placed Inside "less than" (<) and "Greater Than" (>) symbols

Command What to place inside the Command Code
External Page Link:
(linking to an external web page)
[http://your-web-page-address.html web page name]
Example: [http://www.maquis.com Maquis Forces International]
Internal Page Link
(Linking to another MFI Wiki page)
[[Pagename listed at the top of the page | what you're calling the page]]
Example: [[Main Page | MFI Site Index]]
Linking to an MFI User: [[User:the "username" on file | their actual name]]
Example: [[User:Maquiscat | Logan Andrews]]
Using External Graphics:
Graphics located on Other Web Pages)
[http://www.your-graphics-link.com/graphic-name.jpg]
Example: [http://www.geocities.com/hellsfury_xo/images/mfi/defiant1.jpg]
Using Internal Graphics:
(uploaded to MFI)
[[image:Your-Picture-Name.jpg]]
Example: [[image:paralogo.gif]]
Horizonal Rule : 4 dashes ----
Your Signature
(without Date & Time Stamp) :
3 "tilde" ~~~ (no brackets needed)
Your Signature
(With Date & Time Stamp) :
4 "tilde" ~~~~
Your Nickname Line
(with Internal Graphic) :
Your Name [[image:your-graphic.jpg|120 px|]]
Example: Rob-J, IC [[image:rob-sig-sm.jpg|120 px|]]

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