Difference between revisions of "Help:Tutorial"

From Hgames Wiki
Jump to: navigation, search
(Created page with "{{stub}} Welcome to the general wiki tutorial. Here you'll find links to articles explaining general MediaWiki formatting and tutorials specific to this wiki. == MediaWiki f...")
 
(about Templates)
Line 14: Line 14:
  
 
Keep in mind that it is more important to gather information. So if you think you are not skilled enough in wiki markup to add to or create a page, just put your information in there anyway. Chances are someone else with enough wiki-fu will notice and format the text for you. And even if not, the information is still there, even if it is hard to read.
 
Keep in mind that it is more important to gather information. So if you think you are not skilled enough in wiki markup to add to or create a page, just put your information in there anyway. Chances are someone else with enough wiki-fu will notice and format the text for you. And even if not, the information is still there, even if it is hard to read.
 +
 +
== Templates ==
 +
Templates are basically wiki markup building blocks ready to be included in a page. They are used so pages about similar things have the same look and feel, and also to make it easier to create those pages.
 +
 +
To include a template in a page, type its name enclosed in double curly brackets.
 +
 +
For example, if you think a page is a mess and should be cleaned up, there's a template for that! Edit the page and add <nowiki>{{cleanup}}</nowiki> on top of the page. You can see the cleanup template [[Template:cleanup|here]]. Adding this template to a page will also add to the [[:Category:Pages_marked_for_cleanup|Pages marked for cleanup Category]].

Revision as of 01:47, 7 March 2014

Icon msgbox notice.png This article is a stub. You can help the Hgames Wiki by expanding it.


Welcome to the general wiki tutorial. Here you'll find links to articles explaining general MediaWiki formatting and tutorials specific to this wiki.

MediaWiki formatting

MediaWiki uses special syntax, called wiki markup, to format text. For example, the heading above was created by typing

== MediaWiki formatting ==

representing a heading level 2. There are several articles on https://www.mediawiki.org/ about wiki markup:

Keep in mind that it is more important to gather information. So if you think you are not skilled enough in wiki markup to add to or create a page, just put your information in there anyway. Chances are someone else with enough wiki-fu will notice and format the text for you. And even if not, the information is still there, even if it is hard to read.

Templates

Templates are basically wiki markup building blocks ready to be included in a page. They are used so pages about similar things have the same look and feel, and also to make it easier to create those pages.

To include a template in a page, type its name enclosed in double curly brackets.

For example, if you think a page is a mess and should be cleaned up, there's a template for that! Edit the page and add {{cleanup}} on top of the page. You can see the cleanup template here. Adding this template to a page will also add to the Pages marked for cleanup Category.