Cheat sheet for MediaWiki: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Line 5: | Line 5: | ||
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. | 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. | ||
{| class="wikitable" | |||
|+ MediaWiki formats | |||
|- | |||
! Description !! You type !! You get | |||
|- | |||
| Italicise text || <code>''italic'' </code> || ''italic'' | |||
|- | |||
| Example || Example || Example | |||
|- | |||
| Example || Example || Example | |||
|} | |||
[[Category:Mediawiki]] | [[Category:Mediawiki]] |
Revision as of 02:17, 30 May 2024
Basics editing
Wikis 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.
Description | You type | You get |
---|---|---|
Italicise text | italic |
italic |
Example | Example | Example |
Example | Example | Example |