Help:Tutorial Images and Tables
From SHellium Wiki
| Front page | Naming Policy | Creating and Editing | Formatting | Links | Talk, History and Watching | Images and Tables | Moving and Deleting |
Images
Only images internal to the wiki can be added to a page. This means, that the image should either already exist, or that you have uploaded the image. The method is similar to how you might make an internal link, only the name is preceded by the letters Image: and followed by several options that change how the image is displayed.
The image to the right is generated by the following code
[[Image:NewTux.png|Sample|right|thumb|70px|text-top]]
You can read about all the ways to add images here.
Tables
Tables can be constructed using a special formatting structure, that can be read here
| This is a table | |
|---|---|
| Apples | Oranges |
| Cars | Bikes |
- code for the above table
{| border="1" align="center" cellspacing="0" cellpadding="10"
! colspan="2"|''This is a table''
|-
|Apples
|Oranges
|-
|Cars
|Bikes
|}
There's lots more ways to format the table, including colors, which can be read about at the above link.
Next: How to move and delete pages →