Wiki Cheatsheet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
<noinclude></noinclude> | <noinclude></noinclude> | ||
<div align="center"> | <div align="center"> | ||
Line 4: | Line 5: | ||
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | ||
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | |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;"> | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wiki Editing Cheatsheet</h2> | ||
|-<!--WORKS ANYWHERE IN THE TEXT--> | |-<!--WORKS ANYWHERE IN THE TEXT--> | ||
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works anywhere in the text''' | | colspan="3" style="background:#E6F2FF; padding: 0.2em; font-size: 0.9em; text-align:center;" | '''Works anywhere in the text''' | ||
Line 36: | Line 37: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
||[[Wikipedia:Linking|Link to another | ||[[Wikipedia:Linking|Link to another page]] | ||
| | | | ||
<tt><nowiki>[[Name of page]]</nowiki></tt><br /> | <tt><nowiki>[[Name of page]]</nowiki></tt><br /> | ||
Line 43: | Line 44: | ||
[[Name of page]]<br /> | [[Name of page]]<br /> | ||
[[Name of page|Text to display]] | [[Name of page|Text to display]] | ||
|- | |||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |||
|- | |||
||[[Wikipedia:Linking|Link to external website]] | |||
| | |||
<tt><nowiki>[http://externalsite.com Site Name]</nowiki></tt> | |||
| | |||
[http://externalsite.com Site Name] | |||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Line 48: | Line 58: | ||
|[[Wikipedia:Picture tutorial|Add an image]] | |[[Wikipedia:Picture tutorial|Add an image]] | ||
| | | | ||
<tt><nowiki>[[</nowiki>File:LiftTracWithTracks.jpg| | <tt><nowiki>[[</nowiki>File:LiftTracWithTracks.jpg|400px<nowiki>]]</nowiki></tt> | ||
| | | | ||
[[File:LiftTracWithTracks.jpg| | [[File:LiftTracWithTracks.jpg|400px]] | ||
|- | |||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Line 158: | Line 171: | ||
::second indent | ::second indent | ||
:::third indent | :::third indent | ||
| | | | ||
|} | |} | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
[[Category:Wiki]] |
Latest revision as of 00:24, 19 November 2017
Wiki Editing Cheatsheet | |||
Works anywhere in the text | |||
Description | You type | You get | |
Italic text |
''italic'' |
italic | |
Bold text |
'''bold''' |
bold | |
Bold and italic text |
'''''bold & italic''''' |
bold & italic | |
Link to another page |
[[Name of page]] |
||
Link to external website |
[http://externalsite.com Site Name] |
||
Add an image |
[[File:LiftTracWithTracks.jpg|400px]] |
||
Add a page to a category | [[Category:Category name]] | Categories should be placed at the end of pages. The category name will display in a bar at the bottom when the page is previewed or saved. | |
Add a link to a category | [[:Category:Category name]] | Just put : in front of the same code for adding a page to a category | |
Signature
Sign your contributions when posting to a Talk Page.
Do not sign when contributing to an article.
|
~~~~ |
||
Use a template |
{{Example}} |
||
Works only at the beginning of lines | |||
Description | You type | You get | |
Redirect to another page
Redirects must be placed at the start of the first line.
|
#REDIRECT [[Target page]] |
redirect to the Target page | |
Section headings A Table of Contents will automatically be generated when four headings are added to an article.
Do not use =Level 1=; it is reserved for page titles.
|
==Level 2== |
Level 2Level 3Level 4Level 5Level 6 | |
Bulleted list |
* One |
| |
Numbered list |
# One |
| |
Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.
|
no indent (normal) |
no indent (normal)
|