Difference between revisions of "How to Wiki"
Malcolmmcc (talk | contribs) |
Malcolmmcc (talk | contribs) |
||
Line 8: | Line 8: | ||
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>. | 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>. | ||
− | {| class="wikitable" | + | |
+ | {| class="wikitable" style="width:80%" | ||
! Description | ! Description | ||
− | ! width= | + | ! width=40% | Youtype |
− | ! width= | + | ! width=40% | You get |
|- | |- | ||
! colspan="3" style="background: #ABE" | Character (inline) formatting – ''applies anywhere'' | ! colspan="3" style="background: #ABE" | Character (inline) formatting – ''applies anywhere'' | ||
Line 51: | Line 52: | ||
|<nowiki> == Test 2 == | |<nowiki> == Test 2 == | ||
− | === Test 3 === | + | === Test 3 === <br> |
− | ==== Test 4 ==== | + | ==== Test 4 ====<br> |
− | ===== Test 5 ===== | + | ===== Test 5 ===== <br> |
====== Test 6 ======</nowiki> | ====== Test 6 ======</nowiki> |
Revision as of 10:31, 17 November 2015
Contents
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>strike text</strike> |
|
Escape wiki markup | <nowiki>no markup</nowiki> |
no ''markup'' |
Section Formatting | ||
Headings of different levels | == Test 2 ==
=== Test 3 === <br>
==== Test 4 ====<br>
===== Test 5 ===== <br>
====== Test 6 ======
Note: Any article with 4 or more headings will automatically create a Table of Contents |
Test 2Test 3Test 4Test 5Test 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. |
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. |
Any other start also ends the list. </translate> |
Indent text |
: Single indent :: Double indent ::::: Multiple indent |
: Single 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]]