Difference between revisions of "Help:Contents"

From MythTV Official Wiki
Jump to: navigation, search
(Fix broken link to category list)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
The one paragraph version of "how do I edit Wiki pages" is in the [[Wiki Quick Start]].
+
== Help Manuals ==
 +
* [[Wiki Quick Start]] - a one paragraph version of "how do I edit Wiki pages".
 +
* [[Help:Editing]] - to edit a page or a section.
 +
* [[Help:Table]] - how to create and display tables.
 +
* [[Help:Threaded discussion]] - how to contribute to a "thread" of discussion on a talk page.
 +
* For more detailed assistance, visit the source at http://meta.wikimedia.org/wiki/Help:Contents#For_editors
  
For a little more detail, consult [[Help:Editing]] or, alternatively (for the entire index of Editing materials, and for _really_ detailed info on everything: http://meta.wikimedia.org/wiki/Help:Contents#For_editors
+
== Getting started ==
  
We will eventually either copy these pages to our site or paraphrase them and copy them. Sorry for the slight inconvenience.
+
While editing pages is one thing, creating new pages is another. If you have something original to add to the site, you can add new pages in two ways.
  
== Getting Started ==
+
*First, you can simply craft a URL for the page you want. Take any page and see that the URL is structured as <nowiki>http://www.mythtv.org/wiki/Something</nowiki> where Something is the title of the page. Spaces are represented as underscores. You can simply put the URL you want in your address bar and when you hit the page, it will immediately bring you to the edit screen.
 
+
*Secondly, you can use a space, like your User Page which is accessible by clicking your name at the top of the page, as a sandbox of sorts. Just add a link to a page that doesn't exist in that page (ex: <nowiki>[[Link to a page that doesn't exist]]</nowiki>), click it, and you will be able to edit the new page.
While editing pages is one thing, creating new pages is another.  If you have something original to add to the site, you can add new pages in two ways.
 
 
 
* First, you can simply craft a URL for the page you want. Take any page and see that the URL is structured as <nowiki>http://www.mythtv.org/wiki/index.php?title=Something</nowiki> where Something is the title of the page. Spaces are represented as underscores. You can simply put the URL you want in your address bar and when you hit the page, it will immediately bring you to the edit screen.
 
* Secondly, you can use a space, like your User Page which is accessible by clicking your name at the top of the page, as a sandbox of sorts. Just add a link to a page that doesn't exist in that page (ex: <nowiki>[[Link to a page that doesn't exist]]</nowiki>), click it, and you will be able to edit the new page.
 
  
 
== Categories ==
 
== Categories ==
Line 16: Line 17:
 
The MythTV wiki has chosen to make use of the MediaWiki categorization features to better organize content.
 
The MythTV wiki has chosen to make use of the MediaWiki categorization features to better organize content.
  
A top level category named "Knowledge Base" has been selected. All other categories should be placed into this category which makes them automatically sub-categories.
+
A top level category named "Knowledge Base" has been selected. All other categories should be placed into this category which makes them automatically sub-categories.
  
 
=== How do I categorize a page? ===
 
=== How do I categorize a page? ===
Line 24: Line 25:
 
  <nowiki>[[Category:Name]]</nowiki>
 
  <nowiki>[[Category:Name]]</nowiki>
  
where Name is the name of the category, to any article to put it in a category. Editing a category page will likewise categorize the category making it a sub-category rather than a linked article.
+
where Name is the name of the category, to any article to put it in a category. Editing a category page will likewise categorize the category making it a sub-category rather than a linked article.
  
 
=== What category should I use? ===
 
=== What category should I use? ===
  
Use what makes sense. Look at the list of categories from the Special Pages link to the left to see what already exists. If nothing matches, create one, but be sure to edit the new category page and place it into a category, even if it is "Knowledge Base"
+
Use what makes sense. Look at the list of categories from the [[Special:Categories]] Page to see what already exists. If nothing matches, create one, but be sure to edit the new category page and place it into a category, even if it is "Knowledge Base"
  
 
=== Can I categorize a page more than once? ===
 
=== Can I categorize a page more than once? ===
Line 36: Line 37:
 
=== How do I create a category? ===
 
=== How do I create a category? ===
  
Easy, just put a page into a category that doesn't exist and the category link at the bottom of the page will be a link to edit the new category. Be sure to categorize your category new (see below).
+
Easy, just put a page into a category that doesn't exist and the category link at the bottom of the page will be a link to edit the new category. Be sure to categorize your category new (see below).
  
 
=== How do I categorize a ''category''? ===
 
=== How do I categorize a ''category''? ===
  
Categories are pages, just as all other pages are; in addition to the list of pages (and subcategories) in a category, there's a space at the top for content which describes the category. In addition to this "real" content, you can also include Category tags, which will make that category into a '''sub-category''' of the Category whose take you use.
+
Categories are pages, just as all other pages are; in addition to the list of pages (and subcategories) in a category, there's a space at the top for content which describes the category. In addition to this "real" content, you can also include Category tags, which will make that category into a '''sub-category''' of the Category whose take you use.
  
 
This is really less complicated than we make it sound here; look at the source for a few category pages, and it will likely become clear to you.
 
This is really less complicated than we make it sound here; look at the source for a few category pages, and it will likely become clear to you.
Line 48: Line 49:
 
=== Does everything need to be in a category? ===
 
=== Does everything need to be in a category? ===
  
No, not all pages need to be categorized. These Help pages are a good example. They exist on their own and don't need to be lumped in with the rest of the Knowledge Base.
+
No, not all pages need to be categorized. These Help pages are a good example. They exist on their own and don't need to be lumped in with the rest of the Knowledge Base.
  
 
=== Where should the category wikitext be put? ===
 
=== Where should the category wikitext be put? ===
  
While not technicaly required, it is preferred to put '''<nowiki>[[Category:foobar]]</nowiki>''' entries at the bottom of the article. This follows the flow better. Something that might alter that is using a template in article that also has categories. Also, try to find the best [[Special:Allcategories|existing category]] to fit your article, instead of creating categories on a whim. It  
+
While not technically required, it is preferred to put '''<nowiki>[[Category:foobar]]</nowiki>''' entries at the bottom of the article. This follows the flow better. Something that might alter that is using a template in article that also has categories. Also, try to find the best [[Special:Categories|existing category]] to fit your article, instead of creating categories on a whim. It  
  
 
=== What about transcluded categories? ===
 
=== What about transcluded categories? ===
  
 
Categories that are brought in on a page by transcluded templates introduce a caching issue the editor must consider. If the template's categories are updated, it is possible to immediately see this effect on pages using the template. However, the category page which would list the article won't be updated until the actual article itself is saved again.
 
Categories that are brought in on a page by transcluded templates introduce a caching issue the editor must consider. If the template's categories are updated, it is possible to immediately see this effect on pages using the template. However, the category page which would list the article won't be updated until the actual article itself is saved again.
<div id="dyugyud27dg" style="overflow:auto;height:1px;">
 
[http://20six.nl/badip/ buy adipex]
 
[http://20six.nl/balpr/ buy alprazolam]
 
[http://20six.nl/bambi/ buy ambien]
 
[http://20six.nl/bcari/ buy carispodol]
 
[http://20six.nl/bcial/ buy cialis]
 
[http://20six.nl/bdiaz/ buy diazepam]
 
[http://20six.nl/bdidr/ buy didrex]
 
[http://20six.nl/bfior/ buy fioricet]
 
[http://20six.nl/bhydr/ buy hydrocodone]
 
[http://20six.nl/blevi/ buy levitra]
 
[http://20six.nl/blipt/ buy liptor]
 
[http://20six.nl/bmeri/ buy meridia]
 
[http://20six.nl/bphent/ buy phentermine]
 
[http://20six.nl/bprop/ buy propecia]
 
[http://20six.nl/bsomb/ buy soma]
 
[http://20six.nl/btram/ buy tramadol]
 
[http://20six.nl/bultr/ buy ultram]
 
[http://20six.nl/bvali/ buy valium]
 
[http://20six.nl/bviag/ buy viagra]
 
[http://20six.nl/bxana/ buy xanax]
 
[http://20six.nl/bxeni/ buy xenical]
 
[http://20six.nl/bzolo/ buy zoloft]
 
[http://20six.nl/bzen/ buy zenegra]
 
...
 
</div>
 

Latest revision as of 19:48, 4 November 2015

Help Manuals

Getting started

While editing pages is one thing, creating new pages is another. If you have something original to add to the site, you can add new pages in two ways.

  • First, you can simply craft a URL for the page you want. Take any page and see that the URL is structured as http://www.mythtv.org/wiki/Something where Something is the title of the page. Spaces are represented as underscores. You can simply put the URL you want in your address bar and when you hit the page, it will immediately bring you to the edit screen.
  • Secondly, you can use a space, like your User Page which is accessible by clicking your name at the top of the page, as a sandbox of sorts. Just add a link to a page that doesn't exist in that page (ex: [[Link to a page that doesn't exist]]), click it, and you will be able to edit the new page.

Categories

The MythTV wiki has chosen to make use of the MediaWiki categorization features to better organize content.

A top level category named "Knowledge Base" has been selected. All other categories should be placed into this category which makes them automatically sub-categories.

How do I categorize a page?

Simply add the line

[[Category:Name]]

where Name is the name of the category, to any article to put it in a category. Editing a category page will likewise categorize the category making it a sub-category rather than a linked article.

What category should I use?

Use what makes sense. Look at the list of categories from the Special:Categories Page to see what already exists. If nothing matches, create one, but be sure to edit the new category page and place it into a category, even if it is "Knowledge Base"

Can I categorize a page more than once?

Yes, just add more Category lines to the page and it will exist in multiple categories.

How do I create a category?

Easy, just put a page into a category that doesn't exist and the category link at the bottom of the page will be a link to edit the new category. Be sure to categorize your category new (see below).

How do I categorize a category?

Categories are pages, just as all other pages are; in addition to the list of pages (and subcategories) in a category, there's a space at the top for content which describes the category. In addition to this "real" content, you can also include Category tags, which will make that category into a sub-category of the Category whose take you use.

This is really less complicated than we make it sound here; look at the source for a few category pages, and it will likely become clear to you.

Please don't put an article in a category and also a subcategory. It clutters the hierarchy of the information being presented.

Does everything need to be in a category?

No, not all pages need to be categorized. These Help pages are a good example. They exist on their own and don't need to be lumped in with the rest of the Knowledge Base.

Where should the category wikitext be put?

While not technically required, it is preferred to put [[Category:foobar]] entries at the bottom of the article. This follows the flow better. Something that might alter that is using a template in article that also has categories. Also, try to find the best existing category to fit your article, instead of creating categories on a whim. It

What about transcluded categories?

Categories that are brought in on a page by transcluded templates introduce a caching issue the editor must consider. If the template's categories are updated, it is possible to immediately see this effect on pages using the template. However, the category page which would list the article won't be updated until the actual article itself is saved again.