Difference between revisions of "Help:EntropiaPlanets Wiki 101"

From EntropiaPlanets Wiki - Entropia Universe Guides Wiki Info
m
 
(13 intermediate revisions by the same user not shown)
Line 5: Line 5:
Example: " <nowiki>http://www.entropiaplanets.com/wiki/Name of the new page</nowiki> "
Example: " <nowiki>http://www.entropiaplanets.com/wiki/Name of the new page</nowiki> "


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"
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]]'''!


==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: http://www.entropiaplanets.com/w/extensions/MsUpload/images/msu_upload_button.png


==Adding images==
==Adding images==
Line 15: 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, options and examples: [[Help:Image galleries]]


==Adding Youtube videos==
==Adding Youtube videos==
* Syntax: <nowiki><youtube>video_id</youtube></nowiki>
* Syntax: <nowiki>{{Youtube|video_id}}</nowiki>
* Example: <nowiki><youtube>1rV92K-QHjA</youtube></nowiki>
* Example: <nowiki>{{Youtube|1rV92K-QHjA}}</nowiki>
More options and examples: [[Help:Youtube]]


==Adding lists==
==Adding lists==
Line 65: Line 79:


==Controlling Table Of Contents==
==Controlling Table Of Contents==
To make the TOC appearing at the right border of the page add <nowiki>{{TOC=right}}</nowiki>.<br />
To make the TOC appearing at the right border of the page add <nowiki>{{TOC|align=right}}</nowiki>.<br />
-> [[Template:TOC]]
-> [[Template:TOC]]
==Adding tootips==
Tooltips look like that: {{#info:I'm a common tooltip.}} Or that: {{#info:I'm a warning tooltip.|warning}}.
Clicking them opens a ballon with text.
{| class="wikitable"
! What you type
! What you get
|-
| <nowiki>{{#info:I'm a common tooltip.}}</nowiki>
| {{#info:I'm a common tooltip.}}
|-
| <nowiki>{{#info:I'm a warning tooltip.|warning}}</nowiki>
| {{#info:I'm a warning tooltip.|warning}}
|}

Latest revision as of 17:54, 2 December 2013

Creating a new pages[edit]

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[edit]

Plain uploader[edit]

Good for single files, please click Special:Upload!

Ajax Uploader[edit]

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[edit]

...

Adding image galleries[edit]

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

is formatted as:

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

Adding Youtube videos[edit]

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

More options and examples: Help:Youtube

Adding lists[edit]

Bulleted[edit]

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[edit]

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[edit]

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

Adding tootips[edit]

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.