Difference between revisions of "Help:EntropiaPlanets Wiki 101"

From EntropiaPlanets Wiki - Entropia Universe Guides Wiki Info
Line 17: Line 17:


==Adding image galleries==
==Adding image galleries==
...
<pre>
<nowiki><gallery></nowiki>
File:Entropia Universe Port Atantis Harbour.jpg|PA
File:Monria appartments.jpg|[[Monria]]
</gallery>
</pre>
is formatted as:
<gallery>
File:Entropia Universe Port Atantis Harbour.jpg|PA
File:Monria appartments.jpg|[[Monria]]
</gallery>
More detailed info, examples and option: [[Help:Image galleries]]


==Adding Youtube videos==
==Adding Youtube videos==

Revision as of 17:52, 2 December 2013

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.

Uploading files

Plain uploader

Good for single files, please click Special:Upload!

Ajax Uploader

Conveniently integrated in the regular editor, great for galleries. In editing mode look for this button in the editor toolbar: msu_upload_button.png

Adding images

...

Adding image galleries

<gallery>
File:Entropia Universe Port Atantis Harbour.jpg|PA
File:Monria appartments.jpg|[[Monria]]
</gallery>

is formatted as:

More detailed info, examples and option: Help:Image galleries

Adding Youtube videos

  • Syntax: {{Youtube|video_id}}
  • Example: {{Youtube|1rV92K-QHjA}}

More options and examples: Help:Youtube

Adding lists

Bulleted

What you type What you get

* Item 1
* Item 2
* Item 3
** Item 3.1
** Item 3.2
* Item 4

  • Item 1
  • Item 2
  • Item 3
    • Item 3.1
    • Item 3.2
  • Item 4

Numbered

What you type What you get

# Item 1
# Item 2
# Item 3
## Item 3.1
## Item 3.2
# Item 4

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3.1
    2. Item 3.2
  4. Item 4

Controlling Table Of Contents

To make the TOC appearing at the right border of the page add {{TOC|align=right}}.
-> Template:TOC

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.