Difference between revisions of "Help:Contents"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) m |
MyraMidnight (talk | contribs) m |
||
Line 2: | Line 2: | ||
}} | }} | ||
{{WikiHelp}} | {{WikiHelp}} | ||
− | + | __NOTOC__ | |
− | |||
− | |||
− | |||
− | == | + | ===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=== | |
− | === | + | |
− | + | ==Quick Formatting Overview== | |
− | + | 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{{Break}}(within UOGuide) | ||
+ | | {{Monospace|<nowiki>[[Name of Page]]</nowiki>{{Break}}<nowiki>[[Name of Page|Display | ||
+ | Text]]</nowiki>}} | ||
+ | | [[Name of Page]]{{Break}}[[Name of Page|Display Text]] | ||
+ | |- | ||
+ | | External link{{Break}}(to other websites) | ||
+ | | {{Monospace|<nowiki>[http://www.example.com]</nowiki>{{Break}}<nowiki>[http://www.example.com display text]</nowiki>{{Break}}<nowiki>http://www.example.com</nowiki>}} | ||
+ | | [http://www.example.com]{{Break}}[http://www.example.com display text]{{Break}}http://www.example.com | ||
+ | |- | ||
+ | | Escape wiki markup | ||
+ | | {{Monospace|<nowiki>''markup''</nowiki>{{Break}}<nowiki><nowiki>no ''markup''</nowiki></nowiki>}} | ||
+ | | ''markup''{{Break}}<nowiki>no ''markup''</nowiki> | ||
+ | |- | ||
+ | | Line Break | ||
+ | | {{Monospace|<nowiki>one{{Break}}two</nowiki>}} | ||
+ | | one{{Break}}two | ||
+ | |- | ||
+ | | Monospace text | ||
+ | | {{Monospace|This text is not Monospace.{{Break}}<nowiki>{{Monospace|This text is Monospace.}}</nowiki>}} | ||
+ | | This text is not Monospace.{{Break}}{{Monospace|This text is Monospace.}} | ||
+ | |- | ||
+ | | Sign your posts <br />on talk pages | ||
+ | | <nowiki>~~~~</nowiki> | ||
+ | | [[User:Username|Username]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | ||
+ | |- | ||
+ | | Thumbnail image | ||
+ | | <nowiki>[[File:VampireRexie.gif|thumb|Caption text]]</nowiki> | ||
+ | | [[File:VampireRexie.gif|thumb|Caption text]] | ||
+ | |- | ||
+ | ! colspan="3" style="font-weight:normal;" | Applies only at the beginning of the line | ||
+ | |- | ||
+ | | Headings{{Break}}of different sizes{{Break}}''A Table of Contents will''{{Break}}''automatically be generated''{{Break}}''when four headings are''{{Break}}''added to an article.'' | ||
+ | | {{Monospace|<nowiki>==Level 1==</nowiki>{{Break}}<nowiki>===Level 2===</nowiki>{{Break}}<nowiki>====Level 3====</nowiki>{{Break}}<nowiki>=====Level 4=====</nowiki>}} | ||
+ | | | ||
+ | |||
+ | ==Level 1== | ||
+ | ===Level 2=== | ||
+ | ====Level 3==== | ||
+ | =====Level 4===== | ||
+ | |- | ||
+ | | Bulleted list | ||
+ | | {{Monospace|* one{{Break}}* two{{Break}}** two point one{{Break}}** two point two{{Break}}* three}} | ||
+ | | style="padding:3px 3px 15px 3px;" | | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | ** two point two | ||
+ | * three | ||
+ | |- | ||
+ | | Numbered list | ||
+ | | {{Monospace|# one{{Break}}# two{{Break}}## two point one{{Break}}## two point two{{Break}}# three}} | ||
+ | | | ||
+ | # one | ||
+ | # two | ||
+ | ## two point one | ||
+ | ## two point two | ||
+ | # three | ||
+ | |- | ||
+ | | Indenting Text | ||
+ | | {{Monospace|Definition{{Break}}: item 1{{Break}}: item 2}} | ||
+ | | | ||
+ | Definition | ||
+ | : item 1 | ||
+ | : item 2 | ||
+ | |- | ||
+ | |Tables | ||
+ | | | ||
+ | <pre> | ||
+ | {| class=wikitable | ||
+ | !Element | ||
+ | !Species | ||
+ | !Color | ||
+ | |- | ||
+ | |Fire | ||
+ | |Rexie | ||
+ | |Red | ||
+ | |- | ||
+ | |Vampire ||Aviaa ||White | ||
+ | |} | ||
+ | </pre> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |{{monospace|<nowiki>{|</nowiki>}} | ||
+ | | Table start | ||
+ | |- | ||
+ | |{{monospace|<nowiki>|-</nowiki>}} | ||
+ | | Table Row | ||
+ | |- | ||
+ | |{{monospace|<nowiki>!</nowiki> }} | ||
+ | | Table Row for Header | ||
+ | |- | ||
+ | |{{monospace|<nowiki>|</nowiki>}} | ||
+ | | Table Cell | ||
+ | |- | ||
+ | |{{monospace|<nowiki>|}</nowiki>}} | ||
+ | | Table end | ||
+ | |} | ||
+ | | | ||
+ | {| class=wikitable | ||
+ | !Element | ||
+ | !Species | ||
+ | !Color | ||
+ | |- | ||
+ | |Fire | ||
+ | |Rexie | ||
+ | |Red | ||
+ | |- | ||
+ | |Vampire ||Aviaa ||White | ||
+ | |} | ||
+ | |} | ||
+ | ==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. |
Revision as of 11:01, 20 August 2014
Our Wiki Help Pages | ||||
---|---|---|---|---|
General Mediawiki Helpguides |
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
Quick Formatting Overview
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 link (within UOGuide) |
[[Name of Page]] [[Name of Page|Display Text]] |
Name of Page Display Text | |||||||||||||||||||
External link (to other websites) |
[http://www.example.com] [http://www.example.com display text] http://www.example.com |
[1] display text http://www.example.com | |||||||||||||||||||
Escape wiki markup | ''markup'' <nowiki>no ''markup''</nowiki> |
markup no ''markup'' | |||||||||||||||||||
Line Break | one{{Break}}two | one two | |||||||||||||||||||
Monospace text | This text is not Monospace. {{Monospace|This text is Monospace.}} |
This text is not Monospace. This text is Monospace. | |||||||||||||||||||
Sign your posts on talk pages |
~~~~ | Username 14:41, 22 November 2024 (UTC) | |||||||||||||||||||
Thumbnail image | [[File:VampireRexie.gif|thumb|Caption text]] | ||||||||||||||||||||
Applies only at the beginning of the line | |||||||||||||||||||||
Headings of different sizes A Table of Contents will automatically be generated when four headings are added to an article. |
==Level 1== ===Level 2=== ====Level 3==== =====Level 4===== |
Level 1Level 2Level 3Level 4 | |||||||||||||||||||
Bulleted list | * one * two ** two point one ** two point two * three |
| |||||||||||||||||||
Numbered list | # one # two ## two point one ## two point two # three |
| |||||||||||||||||||
Indenting Text | Definition : item 1 : item 2 |
Definition
| |||||||||||||||||||
Tables |
{| class=wikitable !Element !Species !Color |- |Fire |Rexie |Red |- |Vampire ||Aviaa ||White |}
|
|
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.