Editing Help: Difference between revisions

From 'Herstopedia
Creating stub
 
Write Editing Help page
 
Line 1: Line 1:
{{stub}}
== Formatting ==
{| class="wikitable"
! You type !! You get
|-
| <code><nowiki>''italic''</nowiki></code> || ''italic''
|-
| <code><nowiki>'''bold'''</nowiki></code> || '''bold'''
|-
| <code><nowiki>== Section ==</nowiki></code> || section heading
|-
| <code><nowiki>=== Subsection ===</nowiki></code> || subsection heading
|}
 
== Links ==
{| class="wikitable"
! You type !! Result
|-
| <code><nowiki>[[Mountain Day]]</nowiki></code> || link to a wiki page
|-
| <code><nowiki>[[Mountain Day|the best day of the year]]</nowiki></code> || link with custom text
|-
| <code><nowiki>[https://amherst.edu Amherst College]</nowiki></code> || external link
|}
 
== Lists ==
* bullet item
# numbered item
 
== Categories ==
Add this at the bottom of a page:
<nowiki>[[Category:Buildings]]</nowiki>
 
== More ==
[https://www.mediawiki.org/wiki/Help:Wikitext Full wikitext reference]

Latest revision as of 04:07, 13 June 2026

Formatting

[edit]
You type You get
''italic'' italic
'''bold''' bold
== Section == section heading
=== Subsection === subsection heading
[edit]
You type Result
[[Mountain Day]] link to a wiki page
[[Mountain Day|the best day of the year]] link with custom text
[https://amherst.edu Amherst College] external link

Lists

[edit]
* bullet item
# numbered item

Categories

[edit]

Add this at the bottom of a page:

[[Category:Buildings]]

More

[edit]

Full wikitext reference