Help:Contents

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
m (Some Basic Commands To Get You Started)
(Some Basic Commands To Get You Started)
Line 51: Line 51:
 
| class="even" | What to place inside the Command Code  
 
| class="even" | What to place inside the Command Code  
 
|-  
 
|-  
| class="odd" | External Page Link:<br> (linking to an external web page)
+
| class="odd" | '''External Page Link:'''<br> (linking to an external web page)
 
| class="even" | <nowiki>[http://your-web-page-address.html web page name]</nowiki>
 
| class="even" | <nowiki>[http://your-web-page-address.html web page name]</nowiki>
 
|-
 
|-
| class="odd" | Example:
+
| class="odd" | ''Example'':<font color="yellow">
 
| class="even" | <nowiki>[http://www.maquis.com Maquis Forces International] </nowiki>
 
| class="even" | <nowiki>[http://www.maquis.com Maquis Forces International] </nowiki>
 
|-
 
|-
| class="odd" | Internal Page Link <br> (Linking to another MFI Wiki page)
+
| class="odd" | <font color="teal">'''Internal Page Link''' <br> (Linking to another MFI Wiki page)<font color="yellow">
| class="even" | <nowiki>[[Pagename listed at the top of the page | what you're calling the page]]</nowiki>
+
| class="even" | <font color="teal"><nowiki>[[Pagename listed at the top of the page | what you're calling the page]]</nowiki><font color="yellow">
 
|-
 
|-
| class="odd" | Example:
+
| class="odd" | <font color="teal">''Example'':<font color="yellow">
| class="even" | <nowiki>[[Main Page | MFI Site Index]]</nowiki>
+
| class="even" | <font color="teal"><nowiki>[[Main Page | MFI Site Index]]</nowiki><font color="yellow">
 
|-
 
|-
| class="odd" | Linking to an MFI User:
+
| class="odd" | '''Linking to an MFI User''':
 
| class="even" | <nowiki>[[User:the "username" on file | their actual name]] </nowiki>
 
| class="even" | <nowiki>[[User:the "username" on file | their actual name]] </nowiki>
 
|-
 
|-
| class="odd" | Example:
+
| class="odd" | ''Example'':
 
| class="even" | <nowiki>[[User:Maquiscat | Logan Andrews]]</nowiki>
 
| class="even" | <nowiki>[[User:Maquiscat | Logan Andrews]]</nowiki>
 +
|-
 +
| class="odd" | <font color="teal">'''Use Internal (uploaded) Graphics''' <font color="yellow">
 +
| class="even" | <font color="teal"> <nowiki> [[image:Your-Picture-Name.jpg]] </nowiki> <font color="yellow">
 +
|-
 +
| class="odd" | <font color="teal"> ''Example'': <font color="yellow">
 +
| class="even" | <font color="teal"> <nowiki> [[image:paralogo.gif]] </nowiki> <font color="yellow">
 
|-
 
|-
 
| class="odd" | Horizonal Rule :  
 
| class="odd" | Horizonal Rule :  
Line 77: Line 83:
 
| class="odd" | Your Signature <br> (''With'' Date & Time Stamp) :   
 
| class="odd" | Your Signature <br> (''With'' Date & Time Stamp) :   
 
| class="even" | 4 "tilde" <nowiki> ~~~~ </nowiki> (no brackets needed)  
 
| class="even" | 4 "tilde" <nowiki> ~~~~ </nowiki> (no brackets needed)  
|-
+
</nowiki><font color="yellow">
| class="odd" | Uploaded (internal) Graphics
+
| class="even" | <nowiki> [[image:Your-Picture-Name.jpg]] </nowiki><br>Example: <nowiki> [[image:paralogo.gif]] </nowiki>
+
 
|}
 
|}
  

Revision as of 16:31, 26 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: 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]]
Use Internal (uploaded) Graphics [[image:Your-Picture-Name.jpg]]
Example: [[image:paralogo.gif]]
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)

</nowiki>

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