Difference between revisions of "How to Wiki"
Malcolmmcc (talk | contribs) (Created page with "== Intro ==") |
Malcolmmcc (talk | contribs) (→Intro) |
||
Line 1: | Line 1: | ||
== Intro == | == Intro == | ||
+ | Welcome to EUSWiki, a MediaWiki hosted wikipedia page. All and any help you may need can be [https://www.mediawiki.org 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. | ||
+ | |||
+ | '''Syntax''' | ||
+ | Italics: <nowiki>''Italics Here''</nowiki> | ||
+ | Bold: <nowiki>'''Bold Here'''</nowiki> | ||
+ | Hyperlink: | ||
+ | |||
+ | == Categories == | ||
+ | To add a category, you can insert the following tag at the very end of the article: | ||
+ | <nowiki>[[category:**********]]</nowiki> | ||
+ | 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: | ||
+ | |||
+ | <nowiki>[[category:Countries]] [[category:England]] [[category:London]]</nowiki> |
Revision as of 09:31, 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.
Syntax Italics: ''Italics Here'' Bold: '''Bold Here''' Hyperlink:
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]]