Help:EntropiaPlanets Wiki 101
Contents |
[edit] Creating a new pages
The easiest way to create a new page is to simply replace the pagename in the address bar of your browser and hit "Enter".
Example: " http://www.entropiaplanets.com/wiki/Name of the new page "
To create specific pages with a form you have to enter the pagename in the according field to be found all over the wiki. Example: The field on Version Updates to create a page representing a Version Update.
[edit] Uploading a files
Please click Special:Upload!
[edit] Adding images
...
[edit] Adding image galleries
...
[edit] Adding Youtube videos
- Syntax: {{Youtube|video_id}}
- Example: {{Youtube|1rV92K-QHjA}}
[edit] Adding lists
[edit] Bulleted
| What you type | What you get |
|---|---|
|
* Item 1 |
|
[edit] Numbered
| What you type | What you get |
|---|---|
|
# Item 1 |
|
[edit] Controlling Table Of Contents
To make the TOC appearing at the right border of the page add {{TOC|align=right}}.
-> Template:TOC
[edit] Adding tootips
Tooltips look like that: I'm a common tooltip. Or that: I'm a warning tooltip..
Clicking them opens a ballon with text.
| What you type | What you get |
|---|---|
| {{#info:I'm a common tooltip.}} | I'm a common tooltip. |
| {{#info:I'm a warning tooltip.|warning}} | I'm a warning tooltip. |