Difference between revisions of "Help:Contents"
MyraMidnight (talk | contribs) |
MyraMidnight (talk | contribs) m |
||
Line 16: | Line 16: | ||
===For [[WikiWriter]] (Formatting)=== | ===For [[WikiWriter]] (Formatting)=== | ||
#'''[[:Category:WikiWriter Review|Pages that need WikiWriter attention]]''' | #'''[[:Category:WikiWriter Review|Pages that need WikiWriter attention]]''' | ||
+ | ==STuff== | ||
+ | __NOTOC__ | ||
+ | Is this your first visit to UOGuide? Be sure to read our [[UOGuide:Introduction|introduction page]] on how you can help out the site. | ||
+ | |||
+ | ===Ask a Question=== | ||
+ | If you need any help, add a comment to the [[Help_talk:Contents|Help Talk Page]]. A reply will be made to your comment, so check back regularly. | ||
+ | ===Sandbox=== | ||
+ | Feel free to use the [[UOGuide:Sandbox|Sandbox]] for getting a feel of the editing system. Don't worry about overwriting what is already there. It is meant as a playground to get you started. | ||
+ | |||
+ | ==Formatting== | ||
+ | Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want. | ||
+ | |||
+ | {| class="purpletable" style="width:800px" | ||
+ | |- | ||
+ | ! '''Description''' | ||
+ | ! '''You Type''' | ||
+ | ! '''You Get''' | ||
+ | |- | ||
+ | ! colspan="3" style="font-weight:normal;" | Applies anywhere | ||
+ | |- | ||
+ | | Italicize text | ||
+ | | {{Monospace|<nowiki>''italic''</nowiki>}} | ||
+ | | ''italic'' | ||
+ | |- | ||
+ | | Bold text | ||
+ | | {{Monospace|<nowiki>'''bold'''</nowiki>}} | ||
+ | | '''bold''' | ||
+ | |- | ||
+ | | Bold and italic | ||
+ | | {{Monospace|<nowiki>'''''bold & italic'''''</nowiki>}} | ||
+ | | '''''bold & italic''''' | ||
+ | |- | ||
+ | | Internal link{{Line Break}}(within UOGuide) | ||
+ | | {{Monospace|<nowiki>[[Name of Page]]</nowiki>{{Line Break}}<nowiki>[[Name of Page|Display | ||
+ | Text]]</nowiki>}} | ||
+ | | [[Name of Page]]{{Line Break}}[[Name of Page|Display Text]] | ||
+ | |- | ||
+ | | External link{{Line Break}}(to other websites) | ||
+ | | {{Monospace|<nowiki>[http://www.example.com]</nowiki>{{Line Break}}<nowiki>[http://www.example.com display text]</nowiki>{{Line Break}}<nowiki>http://www.example.com</nowiki>}} | ||
+ | | [http://www.example.com]{{Line Break}}[http://www.example.com display text]{{Line Break}}http://www.example.com | ||
+ | |- | ||
+ | | Escape wiki markup | ||
+ | | {{Monospace|<nowiki>''markup''</nowiki>{{Line Break}}<nowiki><nowiki>no ''markup''</nowiki></nowiki>}} | ||
+ | | ''markup''{{Line Break}}<nowiki>no ''markup''</nowiki> | ||
+ | |- | ||
+ | | Line Break | ||
+ | | {{Monospace|<nowiki>one{{Line Break}}two</nowiki>}} | ||
+ | | one{{Line Break}}two | ||
+ | |- | ||
+ | | Monospace text | ||
+ | | {{Monospace|This text is not Monospace.{{Line Break}}<nowiki>{{Monospace|This text is Monospace.}}</nowiki>}} | ||
+ | | This text is not Monospace.{{Line Break}}{{Monospace|This text is Monospace.}} | ||
+ | |- | ||
+ | | Sign your posts <br />on talk pages | ||
+ | | <nowiki>~~~~</nowiki> | ||
+ | | [[User:Username|Username]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | ||
+ | |- | ||
+ | | Image | ||
+ | | <nowiki>[[File:Kingdom_reborn_icon.jpg]]</nowiki> | ||
+ | | [[File:Kingdom_reborn_icon.jpg]] | ||
+ | |- | ||
+ | | Thumbnail image | ||
+ | | <nowiki>[[File:Kingdom_reborn_icon.jpg|thumb|Caption text]]</nowiki> | ||
+ | | [[File:Kingdom_reborn_icon.jpg|thumb|Caption text]] | ||
+ | |- | ||
+ | ! colspan="3" style="font-weight:normal;" | Applies only at the beginning of the line | ||
+ | |- | ||
+ | | Headings{{Line Break}}of different sizes{{Line Break}}''A Table of Contents will''{{Line Break}}''automatically be generated''{{Line Break}}''when four headings are''{{Line Break}}''added to an article.'' | ||
+ | | {{Monospace|<nowiki>==Level 1==</nowiki>{{Line Break}}<nowiki>===Level 2===</nowiki>{{Line Break}}<nowiki>====Level 3====</nowiki>{{Line Break}}<nowiki>=====Level 4=====</nowiki>}} | ||
+ | | | ||
+ | ==Level 1== | ||
+ | ===Level 2=== | ||
+ | ====Level 3==== | ||
+ | =====Level 4===== | ||
+ | |- | ||
+ | | Bulleted list | ||
+ | | {{Monospace|* one{{Line Break}}* two{{Line Break}}** two point one{{Line Break}}** two point two{{Line Break}}* three}} | ||
+ | | style="padding:3px 3px 15px 3px;" | | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | ** two point two | ||
+ | * three | ||
+ | |- | ||
+ | | Numbered list | ||
+ | | {{Monospace|# one{{Line Break}}# two{{Line Break}}## two point one{{Line Break}}## two point two{{Line Break}}# three}} | ||
+ | | | ||
+ | # one | ||
+ | # two | ||
+ | ## two point one | ||
+ | ## two point two | ||
+ | # three | ||
+ | |- | ||
+ | | Indenting Text | ||
+ | | {{Monospace|Definition{{Line Break}}: item 1{{Line Break}}: item 2}} | ||
+ | | | ||
+ | Definition | ||
+ | : item 1 | ||
+ | : item 2 | ||
+ | |- | ||
+ | |Tables | ||
+ | | | ||
+ | <pre> | ||
+ | {| | ||
+ | !Weapon | ||
+ | !Weight | ||
+ | !Swing Delay | ||
+ | |- | ||
+ | |Katana | ||
+ | |6 stones | ||
+ | |2.5 seconds | ||
+ | |- | ||
+ | |Longsword | ||
+ | |7 stones | ||
+ | |3.5 seconds | ||
+ | |} | ||
+ | </pre> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |<nowiki>{|</nowiki> | ||
+ | | Table start | ||
+ | |- | ||
+ | |<nowiki>|-</nowiki> | ||
+ | | Table Row | ||
+ | |- | ||
+ | |<nowiki>!</nowiki> | ||
+ | | Table Row for Header | ||
+ | |- | ||
+ | |<nowiki>|</nowiki> | ||
+ | | Table Cell | ||
+ | |- | ||
+ | |<nowiki>|}</nowiki> | ||
+ | | Table end | ||
+ | |} | ||
+ | | | ||
+ | {| | ||
+ | !Weapon | ||
+ | !Weight | ||
+ | !Swing Delay | ||
+ | |- | ||
+ | |Katana | ||
+ | |6 stones | ||
+ | |2.5 seconds | ||
+ | |- | ||
+ | |Longsword | ||
+ | |7 stones | ||
+ | |3.5 seconds | ||
+ | |} | ||
+ | |} | ||
+ | ==Editing Guidelines== | ||
+ | If you become a regular contributor to the site it is recommended you familiarize yourself with the general editing guidelines. It will help keep pages consistent throughout the site and make editing easier for yourself and other people. | ||
+ | * [[Help:Page Layout]] - How each page should be setup | ||
+ | * [[Help:Creating an Item Page]] - A tutorial on creating a new page | ||
+ | * [[Help:Images]] - All about images | ||
+ | * [[Help:Categories]] - All about categories | ||
+ | * [[Help:Templates]] - All about templates | ||
+ | * [[Help: Guild Website Hosting]] - All a guild needs to know about their website | ||
+ | * [[Help: User Page]] - All a user needs to know about their own page | ||
+ | |||
+ | If you would like to help edit but don't know where to start, see the [[UOGuide:Priorities|UOGuide Priorities]] page. |
Revision as of 05:24, 20 August 2014
Our Wiki Help Pages | ||||
---|---|---|---|---|
General Mediawiki Helpguides |
Contributing to the Wiki
- Getting Started: always best to start at the beginning
- Article Setup Guide: because you should get familiar to the basic layout
- Check out all the links in the Help Header! because they are useful
Wiki Cleanup Tasks
Because the Wiki is not a single person's job to maintain, here are some things you can help out with
- Remember to add Tags onto pages for easy sorting, specially if you don't have time to fix the problem on the spot
Any Contributors Task
- Pages that need fixing! Outdated/Incorrect information! Of course nothing should be in this category if you can help it
- Redirects and DoubleRedirects easy task to fix
- List of tiny things to do
For WikiWriter (Formatting)
STuff
Is this your first visit to UOGuide? Be sure to read our introduction page on how you can help out the site.
Ask a Question
If you need any help, add a comment to the Help Talk Page. A reply will be made to your comment, so check back regularly.
Sandbox
Feel free to use the Sandbox for getting a feel of the editing system. Don't worry about overwriting what is already there. It is meant as a playground to get you started.
Formatting
Need to do something besides plain text? It is really easy. Here are the basic tools to create what you want.
Description | You Type | You Get | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Applies anywhere | |||||||||||||||||||||
Italicize text | ''italic'' | italic | |||||||||||||||||||
Bold text | '''bold''' | bold | |||||||||||||||||||
Bold and italic | '''''bold & italic''''' | bold & italic | |||||||||||||||||||
Internal linkTemplate:Line Break(within UOGuide) | [[Name of Page]]Template:Line Break[[Name of Page|Display Text]] | Name of PageTemplate:Line BreakDisplay Text | |||||||||||||||||||
External linkTemplate:Line Break(to other websites) | [http://www.example.com]Template:Line Break[http://www.example.com display text]Template:Line Breakhttp://www.example.com | [1]Template:Line Breakdisplay textTemplate:Line Breakhttp://www.example.com | |||||||||||||||||||
Escape wiki markup | ''markup''Template:Line Break<nowiki>no ''markup''</nowiki> | markupTemplate:Line Breakno ''markup'' | |||||||||||||||||||
Line Break | one{{Line Break}}two | oneTemplate:Line Breaktwo | |||||||||||||||||||
Monospace text | This text is not Monospace.Template:Line Break{{Monospace|This text is Monospace.}} | This text is not Monospace.Template:Line BreakThis text is Monospace. | |||||||||||||||||||
Sign your posts on talk pages |
~~~~ | Username 14:48, 22 November 2024 (UTC) | |||||||||||||||||||
Image | [[File:Kingdom_reborn_icon.jpg]] | File:Kingdom reborn icon.jpg | |||||||||||||||||||
Thumbnail image | [[File:Kingdom_reborn_icon.jpg|thumb|Caption text]] | ||||||||||||||||||||
Applies only at the beginning of the line | |||||||||||||||||||||
HeadingsTemplate:Line Breakof different sizesTemplate:Line BreakA Table of Contents willTemplate:Line Breakautomatically be generatedTemplate:Line Breakwhen four headings areTemplate:Line Breakadded to an article. | ==Level 1==Template:Line Break===Level 2===Template:Line Break====Level 3====Template:Line Break=====Level 4===== |
Level 1Level 2Level 3Level 4 | |||||||||||||||||||
Bulleted list | * oneTemplate:Line Break* twoTemplate:Line Break** two point oneTemplate:Line Break** two point twoTemplate:Line Break* three |
| |||||||||||||||||||
Numbered list | # oneTemplate:Line Break# twoTemplate:Line Break## two point oneTemplate:Line Break## two point twoTemplate:Line Break# three |
| |||||||||||||||||||
Indenting Text | DefinitionTemplate:Line Break: item 1Template:Line Break: item 2 |
Definition
| |||||||||||||||||||
Tables |
{| !Weapon !Weight !Swing Delay |- |Katana |6 stones |2.5 seconds |- |Longsword |7 stones |3.5 seconds |}
|
|
Editing Guidelines
If you become a regular contributor to the site it is recommended you familiarize yourself with the general editing guidelines. It will help keep pages consistent throughout the site and make editing easier for yourself and other people.
- Help:Page Layout - How each page should be setup
- Help:Creating an Item Page - A tutorial on creating a new page
- Help:Images - All about images
- Help:Categories - All about categories
- Help:Templates - All about templates
- Help: Guild Website Hosting - All a guild needs to know about their website
- Help: User Page - All a user needs to know about their own page
If you would like to help edit but don't know where to start, see the UOGuide Priorities page.