Help:Contents

From AusChanology Wiki

(Redirected from As is this)
Jump to: navigation, search
Access will help you Spider-Man
Access will help you Spider-Man

Reference Guide

Contents

Creating/Storing an External Link

Type:

  • [http://www.google.com This is Google]

Looks like:

Creating an Internal Link

In any page type:

  • [[This is an article]], [[As is this]], [[and this]]

Looks like:

Protip:
Dont create articles you dont need, and they can be deleted using the top menu if you made a mistake. (But only if your logged in)

Headings

== Heading 1 ==
=== Sub-Heading 1 ===
=== Sub-Heading 2 ===
== Heading 2 ==
=== Sub-Heading 1 ===
==== Sub-Sub-Heading 1 ====
==== Sub-Sub-Heading 2 ====
== Heading 3 ==

Text Formatting

Type:
''Italics Text''
'''Bold Text'''
'''''Bold and Italics'''''


Italics Text
Bold Text
Bold and Italics

Creating Categories

1. To create a category attach the following to any number of pages.

  • [[Category:Name]]

2. If the category is still RED, click on it and describe the category.
Pro tip:
You can have "nested categories" where you actually put categories within Categories.

Lists of items / OMG I cant create a new line

You will find pressing ENTER wont actually create a new line like it does in word documents or even on a forum. The best way to avoid this problem is to store data in bulleted lists or numbered lists.


Bullet Points

Type:
* Roses are red
* Violets are blue
* I wanted your heart
* But I stole your liver

Results in:

  • Roses are red
  • Violets are blue
  • I wanted your heart
  • But I stole your liver

Numbered Points

Type:

# Roses are red
# Violets are blue
# I wanted your heart
# But I stole your liver


Results in:

  1. Roses are red
  2. Violets are blue
  3. I wanted your heart
  4. But I stole your liver

Pro Tip

If you really want to make a new line, then type: Type:

  • <br>

Images

Upload Image

  1. Goto this link (which should be in your toolbox on the left)
  2. Go Browse and upload image
  3. Remember the link should resemble Image:FILENAME.jpg or something

Using Image

Link the file using example image Image:Smile.png.

Type:

  • [[Image:Smile.png]]

Looks like: Image:Smile.png

Format Images

To make the image smaller or go on the left or right of the page;

Link the file using example image Image:Smile.png.

Type:

  • [[Image:Smile.png|thumb|right|50px]]
  • [[Image:Smile.png|thumb|left|10px]]

Looks like:

Captions

Type this:

  • [[Image:Smile.png|right|100px|thumb|This is a Caption]]

Looks like

This is a Caption
This is a Caption

Gallery

You can create a gallery of images using the following:

  • ===My Gallery===
  • <gallery>
  • Image:Smile.png|Caption one
  • Image:Smile.png
  • Image:Smile.png|Caption three
  • </gallery>

Will produce

My Gallery

Note that captions are optional

Videos

Insert videos using:

  • {{#ev:service|id}}

Where service is the name of the service (currently supported formats are youtube, funnyordie, googlevideo, dailymotion, sevenload and revver), and id is the video's unique id tag.

YouTube Example

  • The declaration of war video has the url of http://www.youtube.com/watch?v=JCbKv9yiLiQ and would be inserted like this:
  • {{#ev:youtube|JCbKv9yiLiQ}}


Tables

For more see Help:Tables

Tables just like in all web design are no phun :P

Type:

{| border="1"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}


To get:

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3
Personal tools