Difference between revisions of "Help:Namespaces"
Shawndouglas (talk | contribs) (Created article stub) |
Shawndouglas (talk | contribs) m (Fix) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Pages on LIMSwiki are | Pages on LIMSwiki are organized into namespaces. Namespaces are a mechanism for grouping/separating wiki pages, differentiating between the purpose of the pages at a high level. Pages in certain namespaces can have special properties or behave differently when they interact with other pages. Namespaces are indicated in page titles by prefixing the page name with "<tt>namespace:</tt>", so the prefix "<tt>{{NAMESPACE}}:</tt>" in this page's title ("{{FULLPAGENAME}}") indicates that this page is in the {{NAMESPACE}} namespace. A page whose name is ''not'' prefixed by a namespace lies in the mainspace. | ||
'''Please note that namespace prefixes always end with a colon.''' __FORCETOC__ | '''Please note that namespace prefixes always end with a colon.''' __FORCETOC__ | ||
Line 7: | Line 7: | ||
LIMSwiki is organized into different namespaces to accommodate different needs: | LIMSwiki is organized into different namespaces to accommodate different needs: | ||
{| border="0" cellpadding="3" cellspacing="0" align="center" width= | {| border="0" cellpadding="3" cellspacing="0" align="center" width=80% | ||
|- | |- | ||
| width=" | | width="20%" valign="top"| | ||
{| class="wikitable" width=100% align="center" | {| class="wikitable" width=100% align="center" | ||
!style="background: # | !style="background: #58cadd;"|Main | ||
|- | |- | ||
| style="background:# | | style="background-color:#ffffff; align=left; padding:3px 7px 3px 7px; height:250px;"|The mainspace of the wiki is [[LIMSwiki mission|primarily used]] to present an "organized, documented, up-to-date, standardized body of knowledge (BoK) regarding all aspects of [[laboratory informatics]], [[bioinformatics]], and [[health informatics]]." Registerd users are encouraged to add to or edit any page in the main space, though [[LIMSWiki:Verifiability|verifiability]] and neutrality must be maintained. | ||
*No prefix | *No prefix | ||
|} | |} | ||
| width=" | | width="20%" valign="top"| | ||
{| class="wikitable" width=100% align="center" valign="top" | {| class="wikitable" width=100% align="center" valign="top" | ||
!style="background: # | !style="background: #aae6ef;"|LIMSWiki | ||
|- | |- | ||
|style="background: # | |style="background-color: #f5faff; align=left; padding:3px 7px 3px 7px; height:250px;"|The LIMSWiki namespace is used solely for providing policy and guidance as it directly relates to the wiki. Examples include the site's [[LIMSWiki:Citation guidelines|citation guidelines]], [[LIMSWiki:Monitoring and resolving vandalism|vandalism policy]], and [[LIMSWiki:Vendor page|no-tolerance policy on marketing speak and puffery]]. | ||
*''Prefix:'' LIMSWiki: | *''Prefix:'' LIMSWiki: | ||
|} | |} | ||
| width=" | | width="20%" valign="top"| | ||
{| class="wikitable" width=100% align="center"valign="top" | {| class="wikitable" width=100% align="center"valign="top" | ||
!style="background: # | !style="background: #58cadd;"|Help | ||
|- | |- | ||
|style="background: # | |style="background-color: #ffffff; align=left; padding:3px 7px 3px 7px; height:250px;"|The help space is provided for documentation, support guides, technical manuals, and other similar content. This page is an example of documentation appearing in the "<tt>namespace:</tt>" namespace. The training material found at [[Help:MediaWiki basics]] is another strong example of how this namespace is used. | ||
*''Prefix:'' Help: | *''Prefix:'' Help: | ||
|} | |} | ||
| width=" | | width="20%" valign="top"| | ||
{| class="wikitable" width=100% align="center"valign="top" | {| class="wikitable" width=100% align="center"valign="top" | ||
!style="background: # | !style="background: #aae6ef;"|User | ||
|- | |- | ||
|style="background: # | |style="background-color: #f5faff; align=left; padding:3px 7px 3px 7px; height:250px;"|The user space is typically auto-generated with a red link when a new user is created in the system. The user page doesn't exist until a user chooses to edit their user page and save the changes. Of particular use on a user page is the creation of a "sandbox," a place a user can practice using wiki code without interfering with the system. To create, simply add <code><nowiki>[[/sandbox|My sandbox]]</nowiki></code> to the user page. | ||
*''Prefix:'' User: | *''Prefix:'' User: | ||
|} | |} | ||
| | | width="20%" valign="top"| | ||
== | |||
==== | {| class="wikitable" width=100% align="center"valign="top" | ||
The | !style="background: #58cadd;"|Template | ||
|- | |||
|style="background-color: #ffffff; align=left; padding:3px 7px 3px 7px; height:250px;"|The template space is a special administrative namespace for creating pages that appear embedded in other pages. Templates contain repetitive material that might need to show up on any number of articles or pages. The most common method of inclusion is called [[LIMSWiki:Transclusion|transclusion]], where the wikitext of the target page contains a reference to the template using the <code><nowiki>{{Template name}}</nowiki></code> syntax. | |||
*''Prefix:'' Template: | |||
|} | |||
|} | |||
==Adding a page to LIMSwiki== | ==Adding a page to LIMSwiki== | ||
Please consult the [[Help:MediaWiki_basics/Beginner training#Creating a page|help documentation]] for more about adding pages to the wiki. | Please consult the [[Help:MediaWiki_basics/Beginner training#Creating a page|help documentation]] for more about adding pages to the wiki and specific namespaces. | ||
<!---Place all category tags here--> | <!---Place all category tags here--> | ||
[[Category:LIMSwiki help documentation]] | [[Category:LIMSwiki help documentation]] |
Latest revision as of 01:13, 28 March 2024
Pages on LIMSwiki are organized into namespaces. Namespaces are a mechanism for grouping/separating wiki pages, differentiating between the purpose of the pages at a high level. Pages in certain namespaces can have special properties or behave differently when they interact with other pages. Namespaces are indicated in page titles by prefixing the page name with "namespace:", so the prefix "Help:" in this page's title ("Help:Namespaces") indicates that this page is in the Help namespace. A page whose name is not prefixed by a namespace lies in the mainspace.
Please note that namespace prefixes always end with a colon.
Organizing Your Content
LIMSwiki is organized into different namespaces to accommodate different needs:
|
|
|
|
|
Adding a page to LIMSwiki
Please consult the help documentation for more about adding pages to the wiki and specific namespaces.