Difference between revisions of "How to Wiki"

From EUSwiki
Jump to: navigation, search
(Intro)
(Text Editing)
Line 5: Line 5:
 
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.
 
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.
  
'''Syntax'''
+
 
Italics: <nowiki>''Italics Here''</nowiki>
+
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 <code><nowiki>''this''</nowiki></code>.
Bold: <nowiki>'''Bold Here'''</nowiki>
+
 
Hyperlink:  
+
== Text formatting markup ==
 +
 
 +
{| class="wikitable"
 +
! Description
 +
! width=40% | Youtype
 +
! width=40% | You get
 +
|-
 +
! colspan="3" style="background: #ABE" | Character (inline) formatting – ''applies anywhere''
 +
|-
 +
| ''Italic text''
 +
| <nowiki>''italic''</nowiki>
 +
|
 +
''italic''
 +
|-
 +
| '''Bold Text'''
 +
| <nowiki>'''Bold'''</nowiki>
 +
|
 +
'''bold'''
 +
|-
 +
|
 +
''' ''Bold and italic'' '''
 +
|
 +
<nowiki>''' ''bold & italic'' '''
 +
</nowiki>
 +
|
 +
''' ''bold & italic'' '''
 +
|-
 +
|
 +
<strike>Strike text</strike>
 +
|
 +
<nowiki><strike>strike text</strike></nowiki>
 +
|<strike> strike text </strike>
 +
|-
 +
| Escape wiki markup
 +
| &lt;nowiki&gt;no ''markup''&lt;/nowiki&gt;
 +
 
 +
|
 +
<nowiki>no ''markup''</nowiki>
 +
|-
 +
 
 +
! colspan="3" style="background: #ABE" | ===Section Formatting===
 +
|-
 +
|Headings of different levels
 +
|<nowiki> == Test 2 ==
 +
 
 +
=== Test 3 ===
 +
 
 +
==== Test 4 ====
 +
 
 +
===== Test 5 =====
 +
 
 +
====== Test 6 ======</nowiki>
 +
----<br>
 +
''Note: Any article with 4 or more headings will automatically create a Table of Contents''
 +
|
 +
<!-- using HTML markup to avoid creating new sections -->
 +
<h2>Test 2</h2>
 +
 
 +
<h3>Test 3</h3>
 +
 
 +
<h4>Test 4</h4>
 +
 
 +
<h5>Test 5</h5>
 +
 
 +
<h6>Test 6</h6>
 +
|-
 +
| Horizontal Line
 +
| <nowiki>Text before
 +
----
 +
Text after</nowiki>
 +
|
 +
Text before
 +
----
 +
Text after
 +
|-
 +
|
 +
Bullet list
 +
|
 +
<nowiki>
 +
* 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.
 +
</nowiki>
 +
|
 +
* Start each line
 +
* with an [[Wikipedia:asterisk|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.
 +
|-
 +
| Numbered list
 +
|<nowiki>
 +
# 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.
 +
</nowiki>
 +
|
 +
# Start each line
 +
# with a [[Wikipedia:Number_sign|number sign]] (#).
 +
## 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.
 +
</translate>
 +
|-
 +
| Indent text
 +
|
 +
<nowiki>: Single indent
 +
:: Double indent
 +
::::: Multiple indent
 +
</nowiki>
 +
|: Single indent
 +
:: Double indent
 +
::::: Multiple indent
 +
|}
  
 
== Categories ==
 
== Categories ==

Revision as of 10:23, 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''.

Text formatting markup

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