Contents – Help
No edit summary |
Lou Montana (talk | contribs) m (Fix Wikipedia link) |
||
(23 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
===User creating and setting=== | ===User creating and setting=== | ||
You can create | You can create a user account. It is recommended to set the timezone. | ||
There are many reasons | There are many reasons to create an account; For example your name is visible to everybody in the editation history. It is also possible to have some personal settings like skin, language, etc... | ||
You | Note: You need an account if you want to edit or create any pages. | ||
===Create a new page=== | You can create a user account by clicking the text "Create an account or log in" in the top right corner of the browser. | ||
Once you create an account, you should consider using the template <nowiki>{{contributions|UserName}}</nowiki> on your page (accessible by clicking on your account name). This way several standard items will be placed on your Wiki user page automatically. (You can see this used on many user pages, e.g. [[User:Suma]]). | |||
=== Create a new page === | |||
New page is created by creating a new link to it. Link is a page name enclosed in double square brackets: | New page is created by creating a new link to it. Link is a page name enclosed in double square brackets: | ||
<nowiki>[[ | <nowiki>[[a page name]]</nowiki> | ||
===Sections=== | === Sections === | ||
You can split page into several sections with titles using triple equals signs: | You can split page into several sections with titles using triple equals signs: | ||
<nowiki>=== | <nowiki>===a page section===</nowiki> | ||
... and subsections with quadruple equals: | ... and subsections with quadruple equals: | ||
<nowiki>====Subsection | <nowiki>====Subsection====</nowiki> | ||
<nowiki>=====Subsubsection | <nowiki>=====Subsubsection=====</nowiki> | ||
You can edit individual sections instead of whole page. When there are many sections, wiki will create small table of contents on top of the page with links to the sections. Editing single sections helps prevent conflicts when two users edit the same page. | You can edit individual sections instead of whole page. When there are many sections, wiki will create small table of contents on top of the page with links to the sections. Editing single sections helps prevent conflicts when two users edit the same page. | ||
=== Examples === | |||
===Examples=== | |||
To format text as an example in a box, indent it with single space on the beginning: | To format text as an example in a box, indent it with single space on the beginning: | ||
Line 44: | Line 46: | ||
=== Categories === | === Categories === | ||
To put an article in a category, place a link like in the example below anywhere in the article. | |||
<nowiki>[[Category:Projects]]</nowiki> | |||
=== More information === | |||
===More information=== | |||
More editing information can be found at | More editing information can be found at | ||
[http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide#For_editors | * {{Link|https://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page|Wikipedia's "How To Edit a Page"}} | ||
* [http://meta.wikimedia.org/wiki/Help:Wikitext_examples More Wikitext Examples] | |||
* [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide#For_editors Wikipedia's User's Guide For Editors] | |||
* {{Link|https://en.wikipedia.org/wiki/Help:Contents|Wikipedia's Help Index}} | |||
* {{Link|https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style|Wikipedia's Manual of Style}} |
Latest revision as of 01:04, 24 February 2023
User creating and setting
You can create a user account. It is recommended to set the timezone.
There are many reasons to create an account; For example your name is visible to everybody in the editation history. It is also possible to have some personal settings like skin, language, etc...
Note: You need an account if you want to edit or create any pages.
You can create a user account by clicking the text "Create an account or log in" in the top right corner of the browser.
Once you create an account, you should consider using the template {{contributions|UserName}} on your page (accessible by clicking on your account name). This way several standard items will be placed on your Wiki user page automatically. (You can see this used on many user pages, e.g. User:Suma).
Create a new page
New page is created by creating a new link to it. Link is a page name enclosed in double square brackets:
[[a page name]]
Sections
You can split page into several sections with titles using triple equals signs:
===a page section===
... and subsections with quadruple equals:
====Subsection====
=====Subsubsection=====
You can edit individual sections instead of whole page. When there are many sections, wiki will create small table of contents on top of the page with links to the sections. Editing single sections helps prevent conflicts when two users edit the same page.
Examples
To format text as an example in a box, indent it with single space on the beginning:
Example of an example. Very simple.
Lists
Individual list entries start with an asterisk:
* List entry
Looks like this:
- List entry
Categories
To put an article in a category, place a link like in the example below anywhere in the article.
[[Category:Projects]]
More information
More editing information can be found at