Difference between revisions of "Category:Help"
Jump to navigation
Jump to search
(New page: Category: Directory) |
|||
Line 1: | Line 1: | ||
+ | <div align="center"> | ||
+ | {| align="right" style="background:transparent; border-bottom:1px 1px 0px 0px #a3b1bf solid;" | ||
+ | | | ||
+ | |} | ||
+ | <!--COMMENT MARKUP. Displays:Edit mode only.--> | ||
+ | {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | ||
+ | |colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | ||
+ | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wikipedia Cheatsheet</h2> | ||
+ | <h4>For more details, see [[Wikipedia:How to edit a page|How to edit a page]]</h4> | ||
+ | |-<!--COLUMN HEADINGS--> | ||
+ | | width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''Description''' | ||
+ | | style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You type''' | ||
+ | | width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You get''' | ||
+ | |-<!--1ST HEADING--> | ||
+ | | colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere | ||
+ | |-<!--1ST ROW 1ST COLUMN--> | ||
+ | |[[Wikipedia:How_to_edit_a_page#Character_formatting|Italicise text]] | ||
+ | |<!--2ND COLUMN--> | ||
+ | <tt><nowiki>''italic''</nowiki></tt> | ||
+ | |<!--3RD COLUMN--> | ||
+ | ''italic'' | ||
+ | |-<!--HORIZONTAL LINE--> | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |-<!--2ND ROW 1ST COLUMN--> | ||
+ | |[[Wikipedia:How_to_edit_a_page#Character_formatting|Bold text]] | ||
+ | | | ||
+ | <tt><nowiki>'''bold'''</nowiki></tt> | ||
+ | | | ||
+ | '''bold''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |[[Wikipedia:How_to_edit_a_page#Character_formatting|Bold and italic]] | ||
+ | | | ||
+ | <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | ||
+ | | | ||
+ | '''''bold & italic''''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | ||[[Wikipedia:How_to_edit_a_page#Links_and_URLs|Internal link]]<br /> | ||
+ | (within Wikipedia) | ||
+ | | | ||
+ | <tt><nowiki>[[Name of page]]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[[Name of page|display text]]</nowiki></tt><br /> | ||
+ | | | ||
+ | [[Name of page]]<br /> | ||
+ | [[Name of page|display text]]<br /> | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |[[Wikipedia:How_to_edit_a_page#Links_and_URLs|Redirect to another page]] | ||
+ | | | ||
+ | <tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt> | ||
+ | | | ||
+ | [[Image:Redirectltr.png|30px]][[Target page]] | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |[[Wikipedia:How_to_edit_a_page#Links_and_URLs|External link]]<br /> | ||
+ | (to other websites) | ||
+ | | | ||
+ | <tt><nowiki>[http://www.example.org]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[http://www.example.org display text]</nowiki></tt><br /> | ||
+ | <tt><nowiki>http://www.example.org</nowiki></tt> | ||
+ | | | ||
+ | [http://www.example.org]<br /> | ||
+ | [http://www.example.org display text]<br /> | ||
+ | http://www.example.org | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | | | ||
+ | Sign your posts <br /> | ||
+ | on talk pages | ||
+ | | | ||
+ | <tt><nowiki>~~~~</nowiki></tt> | ||
+ | | | ||
+ | [[Special:Mypage|Your username]] {{CURRENTTIME}}, <br /> | ||
+ | {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | ||
+ | |-<!--2ND HEADING--> | ||
+ | | colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line | ||
+ | |- | ||
+ | |Headings<br /> | ||
+ | <span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span> | ||
+ | | | ||
+ | <tt><nowiki>== Level 1 ==</nowiki></tt><br /> | ||
+ | <tt><nowiki>=== Level 2 ===</nowiki></tt><br /> | ||
+ | <tt><nowiki>==== Level 3 ====</nowiki></tt><br /> | ||
+ | <tt><nowiki>===== Level 4 =====</nowiki></tt><br /> | ||
+ | <tt><nowiki>====== Level 5 ======</nowiki></tt> | ||
+ | | | ||
+ | == Level 1 == | ||
+ | === Level 2 === | ||
+ | ==== Level 3 ==== | ||
+ | ===== Level 4 ===== | ||
+ | ====== Level 5 ====== | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |[[Help:List|Bulleted list]] | ||
+ | | | ||
+ | <tt>* One</tt><br /> | ||
+ | <tt>* Two</tt><br /> | ||
+ | <tt>** Two point one</tt><br /> | ||
+ | <tt>* Three</tt> | ||
+ | | | ||
+ | * One | ||
+ | * Two | ||
+ | ** Two point one | ||
+ | * Three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |[[Help:List|Numbered list]] | ||
+ | | | ||
+ | <tt># One</tt><br /> | ||
+ | <tt># Two</tt><br /> | ||
+ | <tt>## Two point one</tt><br /> | ||
+ | <tt># Three</tt> | ||
+ | | | ||
+ | # One | ||
+ | # Two | ||
+ | ## Two point one | ||
+ | # Three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |[[Wikipedia:Extended_image_syntax|Thumbnail image]] | ||
+ | | | ||
+ | <tt><nowiki>[[Image:Babymario.jpg|thumb||100px|Caption text]]</nowiki></tt> | ||
+ | | | ||
+ | [[Image:Babymario.jpg|thumb|100px|Caption text]] | ||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | ==See also== | ||
+ | * For a tour of features, see the [[Wikipedia:Introduction|Introduction to Wikipedia]]. | ||
+ | * For experimentation with editing, use the [[Wikipedia:Sandbox|sandbox]]. | ||
+ | * For a checklist of elements required to make a "perfect" article, see [[Wikipedia:The perfect article|The perfect article]]. | ||
+ | * For print cheatsheets, see the [[:m:Help:Reference card|MediaWiki reference card]] or the [[:m:Cheatsheet|poster-size cheatsheet]] (available in many languages). | ||
+ | * The encyclopedic article on [[cheat sheet]]s | ||
+ | * [[Citation templates]] | ||
+ | |||
+ | ==Works Cited== | ||
+ | The information from this page was adapted from [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet]. | ||
+ | |||
+ | __NOTOC__ __NOEDITSECTION__ | ||
+ | |||
[[Category: Directory]] | [[Category: Directory]] |
Revision as of 11:43, 24 September 2007
Wikipedia CheatsheetFor more details, see How to edit a page | ||
Description | You type | You get |
Applies anywhere | ||
Italicise text |
''italic'' |
italic |
Bold text |
'''bold''' |
bold |
Bold and italic |
'''''bold & italic''''' |
bold & italic |
Internal link (within Wikipedia) |
[[Name of page]] |
|
Redirect to another page |
#REDIRECT [[Target page]] |
|
External link (to other websites) |
[http://www.example.org] |
|
Sign your posts |
~~~~ |
Your username 04:37, |
Applies only at the beginning of the line | ||
Headings A Table of Contents will automatically be generated when four headings are added to an article. |
== Level 1 == |
Level 1Level 2Level 3Level 4Level 5 |
Bulleted list |
* One |
|
Numbered list |
# One |
|
Thumbnail image |
[[Image:Babymario.jpg|thumb||100px|Caption text]] |
See also
- For a tour of features, see the Introduction to Wikipedia.
- For experimentation with editing, use the sandbox.
- For a checklist of elements required to make a "perfect" article, see The perfect article.
- For print cheatsheets, see the MediaWiki reference card or the poster-size cheatsheet (available in many languages).
- The encyclopedic article on cheat sheets
- Citation templates
Works Cited
The information from this page was adapted from [2].