Difference between revisions of "How to Wiki"

From EUSwiki
Jump to: navigation, search
(Text Editing)
Line 50: Line 50:
 
|-
 
|-
 
|Headings of different levels  
 
|Headings of different levels  
|<nowiki> == Test 2 ==  
+
|<nowiki> == Test 2 == </nowiki><br><nowiki>
  
=== Test 3 === <br>
+
=== Test 3 === </nowiki><br><nowiki>
  
==== Test 4 ====<br>  
+
==== Test 4 ====</nowiki><br><nowiki>
  
===== Test 5 ===== <br>
+
===== Test 5 =====</nowiki><br><nowiki>
  
====== Test 6 ======</nowiki>  
+
====== Test 6 ======</nowiki><br>
 
----<br>
 
----<br>
 
''Note: Any article with 4 or more headings will automatically create a Table of Contents''
 
''Note: Any article with 4 or more headings will automatically create a Table of Contents''
Line 86: Line 86:
 
|
 
|
 
<nowiki>
 
<nowiki>
* Start each line
+
* Start each line</nowiki><br><nowiki>
* with an asterisk (*).
+
* with an asterisk (*).</nowiki><br><nowiki>
** More asterisks give deeper
+
** More asterisks give deeper</nowiki><br><nowiki>
*** and deeper levels.
+
*** and deeper levels.</nowiki><br><nowiki>
* Line breaks <br/>don't break levels.
+
* Line breaks <br/>don't break levels.</nowiki><br><nowiki>
*** But jumping levels creates empty space.
+
*** But jumping levels creates empty space.</nowiki><br><nowiki>
Any other start ends the list.
+
Any other start ends the list.</nowiki><br><nowiki>
 
</nowiki>
 
</nowiki>
 
|
 
|
Line 105: Line 105:
 
| Numbered list
 
| Numbered list
 
|<nowiki>
 
|<nowiki>
# Start each line
+
# Start each line</nowiki><br><nowiki>
# with a Numbersign/Hashtag (#).
+
# with a Numbersign/Hashtag (#).</nowiki><br><nowiki>
## More number signs give deeper
+
## More number signs give deeper</nowiki><br><nowiki>
### and deeper
+
### and deeper</nowiki><br><nowiki>
### levels.
+
### levels.</nowiki><br><nowiki>
# Line breaks <br />don't break levels.
+
# Line breaks <br />don't break levels.</nowiki><br><nowiki>
### But jumping levels creates empty space.
+
### But jumping levels creates empty space.</nowiki><br><nowiki>
# Blank lines
+
# Blank lines</nowiki><br><nowiki>
 
+
</nowiki><br><nowiki>
# end the list and start another.
+
# end the list and start another.</nowiki><br><nowiki>
Any other start also
+
Any other start also</nowiki><br><nowiki>
ends the list.
+
ends the list.</nowiki><br><nowiki>
 
</nowiki>
 
</nowiki>
 
|
 
|
Line 135: Line 135:
 
| Indent text
 
| Indent text
 
|
 
|
<nowiki>: Single indent
+
<nowiki>: Single indent</nowiki><br><nowiki>
:: Double indent
+
:: Double indent</nowiki><br><nowiki>
::::: Multiple indent
+
::::: Multiple indent</nowiki><br><nowiki>
 
</nowiki>
 
</nowiki>
|: Single indent
+
| : Single indent
 
:: Double indent
 
:: Double indent
 
::::: Multiple indent
 
::::: Multiple indent

Revision as of 10:36, 17 November 2015

Intro

Welcome to EUSWiki, a MediaWiki hosted wikipedia page. All and any help you may need can be found here, but I will try and provide the mere basics here.

Text Editing

For those of you who may know HTML5, woo-hoo! This is similar to that, but not quite. There's a whole host of different syntax, but the same logic applies.


You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two pairs of apostrophes like ''this''.


Description Youtype You get
Character (inline) formatting – applies anywhere
Italic text ''italic''

italic

Bold Text '''Bold'''

bold

Bold and italic

''' ''bold & italic'' '''

bold & italic

Strike text

<strike>strike text</strike>

strike text
Escape wiki markup <nowiki>no markup</nowiki>

no ''markup''

Section Formatting

Headings of different levels == Test 2 ==
=== Test 3 ===
==== Test 4 ====
===== Test 5 =====
====== Test 6 ======


Note: Any article with 4 or more headings will automatically create a Table of Contents

Test 2

Test 3

Test 4

Test 5
Test 6
Horizontal Line Text before ---- Text after

Text before


Text after

Bullet list

* Start each line
* with an asterisk (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br/>don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.

  • Start each line
  • with an asterisk (*).
    • More asterisks give deeper
      • and deeper levels.
  • Line breaks
    don't break levels.
      • But jumping levels creates empty space.

Any other start ends the list.

Numbered list # Start each line
# with a Numbersign/Hashtag (#).
## More number signs give deeper
### and deeper
### levels.
# Line breaks <br />don't break levels.
### But jumping levels creates empty space.
# Blank lines

# end the list and start another.
Any other start also
ends the list.
  1. Start each line
  2. with a number sign (#).
    1. More number signs give deeper
      1. and deeper
      2. levels.
  3. Line breaks
    don't break levels.
      1. But jumping levels creates empty space.
  4. Blank lines
  1. end the list and start another.

Any other start also ends the list. </translate>

Indent text

: Single indent
:: Double indent
::::: Multiple indent

 : Single indent
Double indent
Multiple indent

Categories

To add a category, you can insert the following tag at the very end of the article:

           [[category:**********]]
                         Where ****** is your desired category.

In order to make nested categories, you simply need to replicate the tag. Say I want to categorize Countries with a subcategory England with a subcategory London:

[[category:Countries]] [[category:England]] [[category:London]]