Difference between revisions of "Wiki cheatsheet"
m |
|||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Wiki's use symbols such as asterisks, single-quotes, square-brackets and braces to represent formatting elements like making words into links to other sites or articles, or creating tables for layout and dividing the text into headings. This kind of text markup used in the MediaWiki (Wikipedia) project is called ''wikitext''. | |
− | |||
− | + | Below is a table of the most commonly used wikitext formatting, the middle column is what you type into the article in "edit mode" (after clicking the edit link at the top of the page), and the right-hand column shows what the result would be when viewing the article normally. For more detailed information about editing and wikitext, see [http://meta.wikimedia.org/wiki/Help:Wikitext Help:Wikitext]. | |
{| style="border:none; text-align:left; background:#f0f0f0; font-size: 95%;" | {| style="border:none; text-align:left; background:#f0f0f0; font-size: 95%;" | ||
Line 36: | Line 35: | ||
|colspan="3" style="border-top:1px solid #d4d4d4;"| | |colspan="3" style="border-top:1px solid #d4d4d4;"| | ||
|- | |- | ||
− | |valign="top"| | + | |valign="top"|Internal link<br /> |
(within this wiki) | (within this wiki) | ||
<br /> | <br /> | ||
Line 121: | Line 120: | ||
of different sizes | of different sizes | ||
| | | | ||
− | <tt><nowiki>=level 1=</nowiki></tt><br /> | + | <tt><nowiki>== level 1 ==</nowiki></tt><br /> |
− | <tt><nowiki>==level 2==</nowiki></tt><br /> | + | <tt><nowiki>=== level 2 ===</nowiki></tt><br /> |
− | <tt><nowiki>===level 3===</nowiki></tt><br /> | + | <tt><nowiki>==== level 3 ====</nowiki></tt><br /> |
− | <tt><nowiki>====level 4====</nowiki></tt> | + | <tt><nowiki>===== level 4 =====</nowiki></tt> |
<br><br>'''''Tip:''' put <nowiki>__NOTOC__</nowiki> in an article'' | <br><br>'''''Tip:''' put <nowiki>__NOTOC__</nowiki> in an article'' | ||
<br>''to remove its table-of-contents'' | <br>''to remove its table-of-contents'' | ||
|valign="top"| | |valign="top"| | ||
− | = Level 1 = | + | == Level 1 == |
− | ===Level 2=== | + | === Level 2 === |
− | + | ==== Level 3 ==== | |
− | === Level 3 === | + | ===== Level 4 ===== |
− | =====Level 4===== | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #d4d4d4;"| | |colspan="3" style="border-top:1px solid #d4d4d4;"| | ||
Line 146: | Line 144: | ||
== 1. one == | == 1. one == | ||
− | ===2. two=== | + | === 2. two === |
− | + | ==== 2.1 two point one ==== | |
− | === 2.1 two point one === | + | === 3. three === |
− | ===3. three=== | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #d4d4d4;"| | |colspan="3" style="border-top:1px solid #d4d4d4;"| | ||
Line 164: | Line 161: | ||
** two point one | ** two point one | ||
* three | * three | ||
+ | |- | ||
+ | |valign="top"|Menu | ||
+ | | | ||
+ | <pre style="border:none;background:none;"> | ||
+ | {{#menu: | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | ** two point two | ||
+ | ** two point three | ||
+ | * three | ||
+ | }} | ||
+ | </pre> | ||
+ | | | ||
+ | {{#menu: | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | ** two point two | ||
+ | ** two point three | ||
+ | * three | ||
+ | }} | ||
+ | |- | ||
+ | |valign="top"|Tree | ||
+ | | | ||
+ | <pre style="border:none;background:none;"> | ||
+ | {{#tree:root=Example Tree| | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | ** two point two | ||
+ | ** two point three | ||
+ | * three | ||
+ | }} | ||
+ | </pre> | ||
+ | | | ||
+ | {{#tree:root=Example Tree| | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | ** two point two | ||
+ | ** two point three | ||
+ | * three | ||
+ | }} | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #d4d4d4;"| | |colspan="3" style="border-top:1px solid #d4d4d4;"| | ||
Line 185: | Line 226: | ||
[[Image:Udegawa.jpg|thumb|Caption text]] | [[Image:Udegawa.jpg|thumb|Caption text]] | ||
|} | |} | ||
+ | [[Category:MediaWiki]][[Category:Help]][[Category:Examples]] | ||
+ | __NOTOC____NOEDITSECTION__ |
Latest revision as of 14:11, 10 August 2019
Wiki's use symbols such as asterisks, single-quotes, square-brackets and braces to represent formatting elements like making words into links to other sites or articles, or creating tables for layout and dividing the text into headings. This kind of text markup used in the MediaWiki (Wikipedia) project is called wikitext.
Below is a table of the most commonly used wikitext formatting, the middle column is what you type into the article in "edit mode" (after clicking the edit link at the top of the page), and the right-hand column shows what the result would be when viewing the article normally. For more detailed information about editing and wikitext, see Help:Wikitext.
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 this wiki)
|
[[name of page]] |
name of page
Note: red links mean |
External link (to other websites) |
[http://www.example.com] |
|
Redirect |
#redirect [[Target page]] |
1. redirect Target page |
Signature |
~~~ |
|
Escape wiki markup |
with ''markup'' |
with markup |
Applies only at the beginning of the line | ||
Headings of different sizes |
== level 1 == |
Level 1Level 2Level 3Level 4 |
Outline Numbered Headings |
# one |
1. one2. two2.1 two point one3. three |
Bullet list |
* one |
|
Menu |
{{#menu: * one * two ** two point one ** two point two ** two point three * three }} |
|
Tree |
{{#tree:root=Example Tree| * one * two ** two point one ** two point two ** two point three * three }} |
|
Definition list |
;Definition |
|
Thumbnail image |
[[Image:Udegawa.jpg|thumb|Caption text]] |