Difference between revisions of "Help:Contents"
(Created page with "== MediaWiki syntax == {| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" |-<!--COLUMN HEADINGS--> | width="25%" style="background: #cee0f2; padding: 0....") |
(No difference)
|
Revision as of 19:19, 21 November 2018
MediaWiki syntax
| 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 the wiki) |
[[name of page]] |
|
| Link to section in another page |
[[Another page#Some heading]] |
|
| Link to a section in this page |
[[#Some heading]] |
|
| Redirect to another page |
#redirect [[Target page]] |
1. redirect Target page |
| External link (to other websites) |
[http://www.example.org] |
|
| Applies only at the beginning of the line | ||
| Headings of different sizes |
==level 1== |
|