Difference between revisions of "Manual:Keeping order in your wiki"
[unchecked revision] | [unchecked revision] |
(Edited by Bookshelf) |
m (Text replacement - "<bs:bookshelf src="Book:User manual" />" to "") |
Contents
Keeping order in your wiki[edit | edit source]
There are several possibilities of organizing the contents of your wiki, with their own advantages and limitations.
Using namespaces[edit | edit source]
Every wiki is divided into separate areas, so-called namespaces. These namespaces can e.g. be used to grant different user groups access to certain restricted content in your wiki, split up your content similar to your departments in your organization, and so on.
If you want to learn more about the use of namespaces, click here. |
Using categories[edit | edit source]
Categories are an ideal way of organizing large amounts of information. Each category comes with its own category page (an article in the namespace category), which can (and should) also be filled with content. These category pages list all pages of the respective category in alphabetical order.
You can learn more about using categories by clicking here. |
Using subpages[edit | edit source]
Subpages are pages that are subordinate to other pages, introducing a hierarchical organization into your wiki pages. This is e.g. very useful if you have different language versions of the same article.
Learn how to use subpages by clicking here. |
Further ways of organizing your content[edit | edit source]
Redirects[edit | edit source]
Redirects are used to forward users from one page to another. This is e.g. necessary if a particular article can be referred to by multiple names, or can easily be misspelled.
Click here to see how to use redirects. |
Table of contents[edit | edit source]
Once you have used four or more header tags in your article, the wiki will automatically create a table of contents and insert it at the beginning of the page.
If you want to move the table to another part of the article, you can use the behavior switch __TOC__
at the desired spot in the article. Use the switch __NOTOC__
to disable the table of contents completely.
If you are interested in learning more about behavior switches, click here. |
<bs:bookshelf src="Book:User manual" /> ==Keeping order in your wiki== There are several possibilities of organizing the contents of your wiki, with their own advantages and limitations. ===Using namespaces=== Every wiki is divided into separate areas, so-called '''namespaces'''. These namespaces can e.g. be used to grant different user groups access to certain restricted content in your wiki, split up your content similar to your departments in your organization, and so on. {| style="border: 1px solid #98A7C4; background-color: #ffffff; border-left: 20px solid #98A7C4; margin-bottom: 0.4em; margin-left: auto; margin-right: auto; width: 100%;" border="0" cellspacing="2" cellpadding="5" |- || If you want to learn more about the use of namespaces, click [[Namespace|here]]. |} ===Using categories=== '''Categories''' are an ideal way of organizing large amounts of information. Each category comes with its own category page (an article in the namespace ''category''), which can (and should) also be filled with content. These category pages list all pages of the respective category in alphabetical order. {| style="border: 1px solid #98A7C4; background-color: #ffffff; border-left: 20px solid #98A7C4; margin-bottom: 0.4em; margin-left: auto; margin-right: auto; width: 100%;" border="0" cellspacing="2" cellpadding="5" |- || You can learn more about using categories by clicking [[Category|here]]. |} ===Using subpages=== '''Subpages''' are pages that are subordinate to other pages, introducing a hierarchical organization into your wiki pages. This is e.g. very useful if you have different language versions of the same article. {| style="border: 1px solid #98A7C4; background-color: #ffffff; border-left: 20px solid #98A7C4; margin-bottom: 0.4em; margin-left: auto; margin-right: auto; width: 100%;" border="0" cellspacing="2" cellpadding="5" |- || Learn how to use subpages by clicking [[Subpage|here]]. |} ===Further ways of organizing your content=== ====Redirects==== '''Redirects''' are used to forward users from one page to another. This is e.g. necessary if a particular article can be referred to by multiple names, or can easily be misspelled. {| style="border: 1px solid #98A7C4; background-color: #ffffff; border-left: 20px solid #98A7C4; margin-bottom: 0.4em; margin-left: auto; margin-right: auto; width: 100%;" border="0" cellspacing="2" cellpadding="5" |- || Click [[Redirects|here]] to see how to use redirects. |} ====Table of contents==== Once you have used four or more header tags in your article, the wiki will automatically create a '''table of contents''' and insert it at the beginning of the page.<br/> If you want to move the table to another part of the article, you can use the behavior switch <code><nowiki>__TOC__</nowiki></code> at the desired spot in the article. Use the switch <code><nowiki>__NOTOC__</nowiki></code> to disable the table of contents completely. {| style="border: 1px solid #98A7C4; background-color: #ffffff; border-left: 20px solid #98A7C4; margin-bottom: 0.4em; margin-left: auto; margin-right: auto; width: 100%;" border="0" cellspacing="2" cellpadding="5" |- || If you are interested in learning more about behavior switches, click [[MagicWords|here]]. |}
Line 1: | Line 1: | ||
− | + | ||
==Keeping order in your wiki== | ==Keeping order in your wiki== |