Difference between revisions of "Help:EntropiaPlanets Wiki 101"

From EntropiaPlanets Wiki - Entropia Universe Guides Wiki Info
Line 73: Line 73:
Clicking them opens a ballon with text.
Clicking them opens a ballon with text.


{| wikitable
{| class="wikitable"
! What you write
! What you write
! What you get
! What you get
|-
|-
| <nowiki>{{#info:I'm a common tooltip.}}</nowiki>
| <nowiki>{{#info:I'm a common tooltip.}}</nowiki>
| {{#info:I'm a warning tooltip.|warning}}
| {{#info:I'm a common tooltip.}}
|-
|-
| {{#info:I'm a common tooltip.}}
| <nowiki>{{#info:I'm a warning tooltip.|warning}}</nowiki>
| <nowiki>{{#info:I'm a warning tooltip.|warning}}</nowiki>
| {{#info:I'm a warning tooltip.|warning}}
|}
|}

Revision as of 16:56, 28 February 2012

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 a files

Please click Special:Upload!


Adding images

...

Adding image galleries

...

Adding Youtube videos

  • Syntax: <youtube>video_id</youtube>
  • Example: <youtube>1rV92K-QHjA</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 write 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.