Difference between revisions of "Help:Wiki markup cheatsheet"
m (Pangaea moved page Help:Basics to Help:Wiki markup cheatsheet: Pretty similar to what is intended, so think it's best to move this one and use that as a base.) |
(Adapted from https://help.gamepedia.com/Gamepedia_Help_Wiki) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | {{navbar help}} | ||
− | + | {| class="wikitable" align="center" style="width:100%;" | |
+ | |colspan="3" align="center" style="text-align:center;" | | ||
+ | <h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wiki markup cheatsheet</h2> | ||
+ | |-<!--WORKS ANYWHERE IN THE TEXT--> | ||
+ | | colspan=3 style="text-align: center;" | | ||
+ | '''Works anywhere in the text''' | ||
+ | |-<!--COLUMN HEADINGS--> style="padding:0.3em; font-size: 0.9em; text-align:center;" | ||
+ | ! style="width:30%" | Description | ||
+ | ! You type | ||
+ | ! style="width:30%" | You get | ||
+ | |-<!--1ST ROW 1ST COLUMN--> | ||
+ | |Italics{{Anchor|Italic text}}, bold{{Anchor|Bold text}}, and both{{Anchor|bold and italic}} | ||
+ | |<!--2ND COLUMN--> | ||
+ | <code><nowiki>''italics'', '''bold''', and '''''both'''''</nowiki></code> | ||
+ | |<!--3RD COLUMN--> | ||
+ | ''italics'', '''bold''', and '''''both''''' | ||
+ | |-<!--HORIZONTAL LINE--> | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |-<!--2ND ROW 1ST COLUMN--> | ||
+ | |[[wikipedia:Wikipedia:Manual_of_Style|Link]]{{Anchor|Internal link}} to another page | ||
+ | | | ||
+ | <code><nowiki>[[Help:Starting a new page]]</nowiki></code><br /> | ||
+ | <code><nowiki>[[Help:Links]]</nowiki></code> | ||
+ | | | ||
+ | [[Help:Starting a new page]]<br />[[Help:Links]] | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | | | ||
+ | "[[Help:Links|Pipe]]" a link to change the link's destination | ||
+ | | | ||
+ | <code><nowiki>[[Help:Editing pages|Edit a page]]</nowiki></code> | ||
+ | | | ||
+ | [[Help:Editing pages|Edit a page]] | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | | | ||
+ | Link to a section | ||
+ | | | ||
+ | <code><nowiki>[[Images#Link_behavior]]</nowiki></code><br> | ||
+ | <code><nowiki>[[Images#Link_behavior|Link behavior and images]]</nowiki></code> | ||
+ | | | ||
+ | [[Images#Link behavior]]<br> | ||
+ | [[Images#Link behavior|Link behavior and images]] | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | |[[Links|Red link]] | ||
+ | <div style="padding: 0.7em .5em; font-size:0.9em;">''red links in articles help by showing desired pages to be created''</div> | ||
+ | | | ||
+ | <code><nowiki>[[a red link]]</nowiki></code> | ||
+ | | | ||
+ | [[a red link]] | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | |Signature{{Anchor|Signature}} | ||
+ | <div style="padding: 0.7em .5em; font-size:0.9em;">''sign your contributions when posting to a [[Wikipedia:Tutorial (Talk pages)|talk page]]''</div> | ||
+ | | | ||
+ | <code><nowiki>~~~~</nowiki></code> | ||
− | = | + | <span style="font-size:0.9em;">''do not sign in an article, only on talk pages''</span> |
− | + | | | |
− | + | [[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | |
− | + | |- | |
− | + | |colspan="3" | | |
− | + | |- | |
− | == | + | |Plain website |
− | + | | | |
− | + | <code><nowiki>https://www.mediawiki.org</nowiki></code> | |
− | + | | | |
+ | https://www.mediawiki.org | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | |Link a website | ||
+ | | | ||
+ | <code><nowiki>[https://www.mediawiki.org]</nowiki></code> | ||
+ | | | ||
+ | [https://www.mediawiki.org] | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | |Link and name a website | ||
+ | | | ||
+ | <code><nowiki>[https://www.mediawiki.org MediaWiki]</nowiki></code> | ||
+ | | | ||
+ | [https://www.mediawiki.org MediaWiki] | ||
|- | |- | ||
− | + | |colspan="3" | | |
− | | | ||
|- | |- | ||
− | + | |[[Wikipedia:STRIKE|Strike]] your [[Wikipedia:TALK|talk page]] comment | |
− | | <code><nowiki> | + | <div style="padding: 0.7em .5em; font-size:0.9em;">''to show your previous comment is outdated''</div> |
+ | | | ||
+ | <code><nowiki><s>This page is missing important infomation.</s></nowiki></code> | ||
+ | | | ||
+ | <s>This page is missing important infomation.</s> | ||
|- | |- | ||
− | + | |colspan="3" | | |
− | | | ||
|- | |- | ||
− | + | |Hide text somewhere for editors | |
− | | <code><nowiki>< | + | <div style="padding: 0.7em .5em; font-size:0.9em;">''Essentially leaving comments in an article''</div> |
+ | | | ||
+ | <code><nowiki><!--Check the help section for assistance with templates!--></nowiki></code> | ||
+ | | | ||
+ | <!--Check the help section for assistance with templates!--> | ||
|- | |- | ||
− | + | |colspan="3" | | |
− | | | ||
|- | |- | ||
− | + | |[[Help:Images|Show an image]] | |
− | + | <div style="padding: 0.7em .5em; font-size:0.9em;">''for uploading, see the [[Help:Managing files]] | |
+ | ''</div> | ||
+ | {{Anchor|Thumbnail image}} | ||
+ | | | ||
+ | <code><nowiki>[[File:Bedroll east.png|thumb|Caption]]</nowiki></code> | ||
+ | | | ||
+ | [[File:Bedroll east.png|thumb|Caption]] | ||
|- | |- | ||
− | + | |colspan="3" | | |
− | | | ||
|- | |- | ||
− | + | |Add a page to a category | |
− | | <code><nowiki>< | + | |<code><nowiki>[[Category:Category name]]</nowiki></code><br><br><span style="font-size:0.9em;">''place near the bottom of a page''</span> |
+ | |<span style="font-size:0.9em;">''shows''</span> "Category name" <span style="font-size:0.9em;">''in a bar at bottom when the page is previewed or saved''</span> | ||
|- | |- | ||
− | + | |colspan="3" | | |
− | | | ||
|- | |- | ||
− | + | | Link to a category or file | |
− | | <code><nowiki>[ | + | | |
+ | <code><nowiki>[[:Category:Help]]</nowiki></code><br /> | ||
+ | <code><nowiki>[[:File:Medicine.png]]</nowiki></code> | ||
+ | | [[:Category:Help]]<br />[[:File:Medicine.png]] | ||
+ | |-<!--WORKS ONLY AT THE BEGINNING OF LINES--> | ||
+ | | colspan="3" style="text-align: center;" | | ||
+ | '''Works only at the beginning of lines''' | ||
+ | |-<!--COLUMN HEADINGS--> style="padding:0.3em; font-size: 0.9em; text-align:center;" | ||
+ | ! style="width:30%" | Description | ||
+ | ! You type | ||
+ | ! style="width:30%" | You get | ||
|- | |- | ||
− | + | |Redirect to another page{{Anchor|Redirect to another page}} | |
− | |<code><nowiki>[[ | + | <div style="padding: 0.7em .5em; font-size:0.9em;">''redirects must be placed at the start of the first line''</div> |
+ | | | ||
+ | <code><nowiki>#REDIRECT [[About RimWorld]]</nowiki></code> | ||
+ | | | ||
+ | [[File:Redirectltr black.PNG|30px|link=]] [[About RimWorld]] | ||
|- | |- | ||
− | + | |colspan="3"| | |
− | | | ||
|- | |- | ||
− | + | |Redirect to a section of another page | |
− | | <code><nowiki> | + | | |
+ | <code><nowiki>#REDIRECT [[About RimWorld#The tactics engine]]</nowiki></code> | ||
+ | | | ||
+ | [[File:Redirectltr black.PNG|30px|link=]] [[About RimWorld#The tactics engine]] | ||
|- | |- | ||
− | + | |colspan="3" | | |
− | | | ||
− | | | ||
|- | |- | ||
− | + | |[[Help:Formatting#Level 2|Section headings]]{{Anchor|Section headings}}<br> | |
+ | <div style="padding: 0.7em .5em; font-size:0.9em;">''a Table of Contents will automatically be generated when four headings are added to an article''</div> | ||
| | | | ||
− | <code> | + | <code><nowiki>==Level 2==</nowiki></code><br> |
− | <code> | + | <code><nowiki>===Level 3===</nowiki></code><br> |
− | <code>** Two | + | <code><nowiki>====Level 4====</nowiki></code><br> |
− | <code>** Two point | + | <code><nowiki>=====Level 5=====</nowiki></code><br> |
+ | <code><nowiki>======Level 6======</nowiki></code> | ||
+ | |||
+ | |||
+ | <span style="font-size:0.9em">''do not use'' =Level 1= ''as it is for page titles''</span> | ||
+ | | | ||
+ | |||
+ | ==Level 2== | ||
+ | ===Level 3=== | ||
+ | ====Level 4==== | ||
+ | =====Level 5===== | ||
+ | ======Level 6====== | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | |[[Help:Formatting|Bulleted list]]{{Anchor|Bulleted list}} | ||
+ | | | ||
+ | <code>* One</code><br> | ||
+ | <code>* Two</code><br> | ||
+ | <code>** Two point one</code><br> | ||
<code>* Three</code> | <code>* Three</code> | ||
| | | | ||
Line 68: | Line 190: | ||
* Two | * Two | ||
** Two point one | ** Two point one | ||
− | |||
* Three | * Three | ||
|- | |- | ||
− | + | |colspan="3" | | |
+ | |- | ||
+ | |[[Help:Formatting|Numbered list]]{{Anchor|Numbered list}} | ||
| | | | ||
− | <code># One</code><br | + | <code># One</code><br> |
− | <code># Two</code><br | + | <code># Two</code><br> |
− | <code>## Two point one</code><br | + | <code>## Two point one</code><br> |
− | |||
<code># Three</code> | <code># Three</code> | ||
| | | | ||
Line 82: | Line 204: | ||
# Two | # Two | ||
## Two point one | ## Two point one | ||
− | |||
# Three | # Three | ||
+ | |- | ||
+ | |colspan="3" | | ||
+ | |- | ||
+ | |Indenting text{{Anchor|Indenting text}} | ||
+ | <div style="padding: 0.7em .5em; font-size:0.9em;">''this is used when replying on a talk page, to make it easier to follow conversations.''</div> | ||
+ | | | ||
+ | <code><nowiki>no indent (normal)</nowiki></code><br> | ||
+ | <code><nowiki>:first indent</nowiki></code><br> | ||
+ | <code><nowiki>::second indent</nowiki></code><br> | ||
+ | <code><nowiki>:::third indent</nowiki></code><br> | ||
+ | <code><nowiki>::::fourth indent</nowiki></code><br> | ||
+ | | | ||
+ | no indent (normal)<br> | ||
+ | :first indent | ||
+ | ::second indent | ||
+ | :::third indent | ||
+ | ::::fourth indent | ||
|} | |} | ||
− | + | [[Category:Help]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:Help |
Revision as of 04:29, 4 August 2019
|
Wiki markup cheatsheet | ||
Works anywhere in the text | ||
Description | You type | You get |
---|---|---|
ItalicsTemplate:Anchor, boldTemplate:Anchor, and bothTemplate:Anchor |
|
italics, bold, and both |
LinkTemplate:Anchor to another page |
|
|
"Pipe" a link to change the link's destination |
|
|
Link to a section |
|
|
Red link
red links in articles help by showing desired pages to be created
|
|
|
SignatureTemplate:Anchor
sign your contributions when posting to a talk page
|
do not sign in an article, only on talk pages |
|
Plain website |
|
|
Link a website |
|
|
Link and name a website |
|
|
Strike your talk page comment
to show your previous comment is outdated
|
|
|
Hide text somewhere for editors
Essentially leaving comments in an article
|
|
|
Show an image
for uploading, see the Help:Managing files
|
|
|
Add a page to a category | [[Category:Category name]] place near the bottom of a page |
shows "Category name" in a bar at bottom when the page is previewed or saved |
Link to a category or file |
|
Category:Help File:Medicine.png |
Works only at the beginning of lines | ||
Description | You type | You get |
Redirect to another pageTemplate:Anchor
redirects must be placed at the start of the first line
|
|
|
Redirect to a section of another page |
|
|
Section headingsTemplate:Anchor a Table of Contents will automatically be generated when four headings are added to an article
|
|
Level 2Level 3Level 4Level 5Level 6 |
Bulleted listTemplate:Anchor |
|
|
Numbered listTemplate:Anchor |
|
|
Indenting textTemplate:Anchor
this is used when replying on a talk page, to make it easier to follow conversations.
|
|
no indent (normal)
|