Help:Using the wiki: Difference between revisions
No edit summary |
order |
||
(26 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{also|Help:Contents}} | |||
Want to update the Wiki but don't know where to start? This is the page for you! | Want to update the Wiki but don't know where to start? This is the page for you! | ||
==How to contribute== | |||
{{note|Log into the Wiki, using your [[HMS]] credentials, before you can make changes to Nottinghack Wiki.}} | |||
Once you have logged in, you can edit the pages simply by clicking the edit tab on a page and changing the text. Formatting is achieved using [[#Wikitext|wikitext]]. Some basic examples of wikitext are shown below, and more help is available through the [[Help:Quick reference]]. | |||
==What is a Wiki?== | ==What is a Wiki?== | ||
A wiki is a | A [[wikipedia:wiki|wiki]] is a website that invites anyone to edit and create new pages using a web browser. It is a quick way to collaborate when you need to gather and share information or write documents. The video below shows an example of using a wiki to communicate in a group. | ||
<div style="text-align:center">{{#widget:YouTube|id=-dnL00TdmLY}}</div> | |||
==How to follow wiki changes== | |||
The [[Special:RecentChanges|Recent changes]] page lists all of the most recent contributions to the Nottinghack wiki. To be notified of changes, you can subscribe to the [{{fullurl:Special:RecentChanges|feed=atom}} Atom feed] using a [[wikipedia:feed reader|feed reader]]. | |||
==What shall I update?== | ==What shall I update?== | ||
Anything! | Anything! Be bold, because you cannot break the wiki. Everything is saved, so we can always change it back or correct mistakes later. | ||
A very small number of pages (such as the front page) are protected and can only be edited by an [{{fullurl:Special:ListUsers|group=sysop}} administrator]. If you think one of these pages should change, write on the Discussion section of that page. Feel free to update any other page, but remember that this wiki is publicly accessible so don't post anything we might not want to be seen (door codes, passwords, etc) or anything that you wouldn't want to be seen by a child! | |||
Feel free to update any other page | |||
==Wikitext== | ==Wikitext== | ||
Line 21: | Line 28: | ||
Editing a page is simple - click the Edit tab at the top and simply write the text you want to appear on the page. You can start a new paragraph by pressing '''enter''' on your keyboard twice. | Editing a page is simple - click the Edit tab at the top and simply write the text you want to appear on the page. You can start a new paragraph by pressing '''enter''' on your keyboard twice. | ||
If you want to format the text you are entering, or insert more complicated items like tables or images, you must use wikitext. In the next few sections we'll | If you want to format the text you are entering, or insert more complicated items like tables or images, you must use '''wikitext'''. In the next few sections we'll show the most frequently used types of wiki markup. | ||
{| class="wikitable" | |||
| colspan=2 | | |||
===Basic Formatting=== | ===Basic Formatting=== | ||
|- | |||
! style="width: 50%" | What it looks like | |||
! style="width: 50%" | What you type | |||
|- | |||
| | |||
You can ''italicise text'' by putting 2 | |||
apostrophes on each side. | |||
3 apostrophes will embolden '''the text'''. | |||
5 apostrophes will embolden and italicise | |||
'''''the text'''''. | |||
(4 apostrophes don't do anything special -- there's just ''''one left over''''.) | |||
|<pre> | |||
You can ''italicise text'' by putting 2 | |||
apostrophes on each side. | |||
3 apostrophes will embolden '''the text'''. | |||
5 apostrophes will embolden and italicise | |||
'''''the text'''''. | |||
(4 apostrophes don't do anything | |||
special -- there's just ''''one left | |||
over''''.) | |||
</pre> | |||
|- | |||
| | |||
You should "sign" your comments on talk pages: | |||
* Three tildes give your user name: [[User:Example|Example]] ([[User talk:Example|talk]])<br /> | |||
* Four tildes give your user name plus date/time: [[User:Example|Example]] ([[User talk:Example|talk]]) 07:46, 27 November 2005 (UTC) | |||
* Five tildes give the date/time alone: 07:46, 27 November 2005 (UTC) | |||
|<pre> | |||
You should "sign" your comments | |||
on talk pages: | |||
* Three tildes give your user | |||
name: ~~~ | |||
* Four tildes give your user | |||
name plus date/time: ~~~~ | |||
* Five tildes give the | |||
date/time alone: ~~~~~ | |||
</pre> | |||
|- | |||
| colspan=2 | | |||
===Section headings=== | |||
|- | |- | ||
! style="width: 50%" | What it looks like | ! style="width: 50%" | What it looks like | ||
Line 37: | Line 86: | ||
<div style="font-size:150%;border-bottom:1px solid rgb(170,170,170);">Section headings</div> | <div style="font-size:150%;border-bottom:1px solid rgb(170,170,170);">Section headings</div> | ||
''Headings'' | ''Headings'' organise your writing into sections. | ||
The Wiki software can automatically generate | The Wiki software can automatically generate | ||
a | a table of contents from them. | ||
<div style="font-size:132%;font-weight:bold;">Subsection</div> | <div style="font-size:132%;font-weight:bold;">Subsection</div> | ||
Line 52: | Line 101: | ||
== Section headings == | == Section headings == | ||
''Headings'' | ''Headings'' organise your writing into sections. | ||
The Wiki software can automatically generate | The Wiki software can automatically generate | ||
a table of contents from them. | a table of contents from them. | ||
Line 68: | Line 117: | ||
which should be reserved for page title. | which should be reserved for page title. | ||
</pre> | </pre> | ||
| | |- | ||
| colspan=2 | | |||
==== | ===Lists and indents=== | ||
|- | |||
! style="width: 50%" | What it looks like | |||
! style="width: 50%" | What you type | |||
|- | |||
| | |||
* ''Unordered lists'' are easy to do: | |||
** Start every line with a star. | |||
*** More stars indicate a deeper level. | |||
* Previous item continues. | |||
** A new line | |||
* in a list | |||
marks the end of the list. | |||
*Of course you can start again. | |||
|<pre> | |||
* ''Unordered lists'' are easy to do: | |||
** Start every line with a star. | |||
*** More stars indicate a deeper level. | |||
* Previous item continues. | |||
** A new line | |||
* in a list | |||
marks the end of the list. | |||
* Of course you can start again. | |||
</pre> | |||
|- | |||
| | |||
# ''Numbered lists'' are: | |||
## Very organised | |||
## Easy to follow | |||
# Previous item continues | |||
A new line marks the end of the list. | |||
# New numbering starts with 1. | |||
= | |<pre> | ||
# ''Numbered lists'' are: | |||
## Very organised | |||
## Easy to follow | |||
# Previous item continues | |||
A new line marks the end of the list. | |||
# New numbering starts with 1. | |||
</pre> | |||
|- | |||
| | |||
: A colon (:) indents a line or paragraph. | |||
A newline starts a new paragraph. <br> | |||
Often used for discussion on talk pages. | |||
: We use 1 colon to indent once. | |||
:: We use 2 colons to indent twice. | |||
::: 3 colons to indent 3 times, and so on. | |||
|<pre> | |||
: A colon (:) indents a line or paragraph. | |||
A newline starts a new paragraph. <br> | |||
Often used for discussion on talk pages. | |||
: We use 1 colon to indent once. | |||
:: We use 2 colons to indent twice. | |||
::: 3 colons to indent 3 times, and so on. | |||
</pre> | |||
|- | |||
| colspan=2 | | |||
===Links=== | ===Links=== | ||
|- | |||
! style="width: 50%" | What it looks like | |||
! style="width: 50%" | What you type | |||
|- | |||
| | |||
Here's a link to the [[Main page]]. | |||
But be careful - capitalisation counts! | |||
|<pre> | |||
Here's a link to the [[Main page]]. | |||
</pre> | |||
|- | |||
| | |||
[[Intentionally permanent red link]] is a page that doesn't exist | |||
yet. You could create it by clicking on the link. | |||
|<pre> | |||
[[Intentionally permanent red link]] is | |||
a page that doesn't exist | |||
yet. You could create it by | |||
clicking on the link. | |||
</pre> | |||
|- | |||
| | |||
You can link to a page section by placing a "#" before its title: | |||
* [[Help:Contents#Videos]]. | |||
If multiple sections have the same title, add | |||
a number. [[#Example section 3]] goes to the | |||
third section named "Example section". | |||
|<pre> | |||
You can link to a page section by its title: | |||
* [[Help:Contents#Videos]]. | |||
If multiple sections have the same title, add | |||
a number. [[#Example section 3]] goes to the | |||
third section named "Example section". | |||
</pre> | |||
|} | |||
See more examples in our [[Help:Quick reference|Quick reference]] guide. | |||
==Creating a new page== | |||
See [[Help:Create a page]]. | |||
==Categories== | ==Categories== | ||
{{also|Help:Reference guide#Categories|l1=Reference guide - Categories}} | |||
Wiki pages can be grouped into Categories to simplify navigation. If you would like to help categorise pages, see the work in progress at [[WikiCleanup]]. | |||
==Maintaining the wiki== | |||
* [[Wiki maintenance]] | |||
* [[WikiCleanup]] - project to update information on the wiki | |||
==See also== | |||
* [[Help:Contents]] - help pages on this wiki and other sources of documentation and video tutorials. | |||
* [[Help:Reference guide]] - guide for {{SITENAME}}. | |||
* [[metawiki:Help:Editing]] - search MetaWiki for 'Help:Editing' | |||
* [https://www.mediawiki.org/wiki/Help:Contents Help:Contents (MediaWiki)] | |||
[[Category:Help]] |
Latest revision as of 22:11, 28 January 2022
- See also: Help:Contents
Want to update the Wiki but don't know where to start? This is the page for you!
How to contribute
Once you have logged in, you can edit the pages simply by clicking the edit tab on a page and changing the text. Formatting is achieved using wikitext. Some basic examples of wikitext are shown below, and more help is available through the Help:Quick reference.
What is a Wiki?
A wiki is a website that invites anyone to edit and create new pages using a web browser. It is a quick way to collaborate when you need to gather and share information or write documents. The video below shows an example of using a wiki to communicate in a group.
How to follow wiki changes
The Recent changes page lists all of the most recent contributions to the Nottinghack wiki. To be notified of changes, you can subscribe to the Atom feed using a feed reader.
What shall I update?
Anything! Be bold, because you cannot break the wiki. Everything is saved, so we can always change it back or correct mistakes later.
A very small number of pages (such as the front page) are protected and can only be edited by an administrator. If you think one of these pages should change, write on the Discussion section of that page. Feel free to update any other page, but remember that this wiki is publicly accessible so don't post anything we might not want to be seen (door codes, passwords, etc) or anything that you wouldn't want to be seen by a child!
Wikitext
Editing a page is simple - click the Edit tab at the top and simply write the text you want to appear on the page. You can start a new paragraph by pressing enter on your keyboard twice.
If you want to format the text you are entering, or insert more complicated items like tables or images, you must use wikitext. In the next few sections we'll show the most frequently used types of wiki markup.
Basic Formatting | |
What it looks like | What you type |
---|---|
You can italicise text by putting 2 apostrophes on each side. 3 apostrophes will embolden the text. 5 apostrophes will embolden and italicise the text. (4 apostrophes don't do anything special -- there's just 'one left over'.) |
You can ''italicise text'' by putting 2 apostrophes on each side. 3 apostrophes will embolden '''the text'''. 5 apostrophes will embolden and italicise '''''the text'''''. (4 apostrophes don't do anything special -- there's just ''''one left over''''.) |
You should "sign" your comments on talk pages: |
You should "sign" your comments on talk pages: * Three tildes give your user name: ~~~ * Four tildes give your user name plus date/time: ~~~~ * Five tildes give the date/time alone: ~~~~~ |
Section headings | |
What it looks like | What you type |
Section headings
Headings organise your writing into sections. The Wiki software can automatically generate a table of contents from them. Subsection
Using more equals signs creates a subsection. A smaller subsection
Don't skip levels, like from two to four equals signs. Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title. |
== Section headings == ''Headings'' organise your writing into sections. The Wiki software can automatically generate a table of contents from them. === Subsection === Using more equals signs creates a subsection. ==== A smaller subsection ==== Don't skip levels, like from two to four equals signs. Start with 2 equals signs not 1 because 1 creates H1 tags which should be reserved for page title. |
Lists and indents | |
What it looks like | What you type |
marks the end of the list.
|
* ''Unordered lists'' are easy to do: ** Start every line with a star. *** More stars indicate a deeper level. * Previous item continues. ** A new line * in a list marks the end of the list. * Of course you can start again. |
A new line marks the end of the list.
|
# ''Numbered lists'' are: ## Very organised ## Easy to follow # Previous item continues A new line marks the end of the list. # New numbering starts with 1. |
A newline starts a new paragraph.
|
: A colon (:) indents a line or paragraph. A newline starts a new paragraph. <br> Often used for discussion on talk pages. : We use 1 colon to indent once. :: We use 2 colons to indent twice. ::: 3 colons to indent 3 times, and so on. |
Links | |
What it looks like | What you type |
Here's a link to the Main page. But be careful - capitalisation counts! |
Here's a link to the [[Main page]]. |
Intentionally permanent red link is a page that doesn't exist yet. You could create it by clicking on the link. |
[[Intentionally permanent red link]] is a page that doesn't exist yet. You could create it by clicking on the link. |
You can link to a page section by placing a "#" before its title: If multiple sections have the same title, add a number. #Example section 3 goes to the third section named "Example section". |
You can link to a page section by its title: * [[Help:Contents#Videos]]. If multiple sections have the same title, add a number. [[#Example section 3]] goes to the third section named "Example section". |
See more examples in our Quick reference guide.
Creating a new page
See Help:Create a page.
Categories
- See also: Reference guide - Categories
Wiki pages can be grouped into Categories to simplify navigation. If you would like to help categorise pages, see the work in progress at WikiCleanup.
Maintaining the wiki
- Wiki maintenance
- WikiCleanup - project to update information on the wiki
See also
- Help:Contents - help pages on this wiki and other sources of documentation and video tutorials.
- Help:Reference guide - guide for Nottinghack Wiki.
- metawiki:Help:Editing - search MetaWiki for 'Help:Editing'
- Help:Contents (MediaWiki)