Action to be performed:
|
The Code:
|
The Output:
|
Removes the table of contents
|
__NOTOC__
|
Removes the table of contents.
The code will not appear on the page when viewed.
|
Applying Bolding to text
|
'''Bold'''
|
Bold
|
Applying Italics to text
|
''Italics''
|
Italics
|
Applying underlines to text
|
<U>Underline Text.</U>
This is HTML code as mediawiki does not have a native underline command.
|
Underline Text.
|
Applying strikethroughs to text
|
<S>Strikethrough Text.</S>
This is HTML code as mediawiki does not have a native strikethrough command.
|
Strikethrough Text.
|
Making formatting Centered
|
<center>Centered Text.</center>
This is HTML code as mediawiki does not have a native center command.
|
Centered Text.
|
Dividing line
|
This is a
----
Dividing Line
|
This is a
Dividing Line
|
Page headers
|
= Page Header One=
- This is the same header level as the page title at the top, so normally you won't use this and instead will use header two.
== Page Header Two==
=== Page Header Three ===
==== Page Header Four ====
===== Page Header Five =====
====== Page Header Six ======
A way that we like to use headers is to place images{Files) in them to help them stand out visually for the reader.
======[[File:Weapons_rack.png]] Marine Vendor [[File:Weapons_rack.png]] ======
|
To avoid messing up the table of contents for this page the below image will detail what this would look like.
|
Bullet Points
|
This is a
* Bullet Point
|
This is a
|
Numbered List
|
This is a
# Numbered List 1
# Numbered List 2
# Numbered List 3
|
This is a
- Numbered List 1
- Numbered List 2
- Numbered List 3
|
Linking outside the wiki
|
[https://cm-ss13.com/forums/ Linking outside the wiki]
|
Linking outside the wiki
|
Linking within the wiki
|
[[Marine_Equipment | Linking within the wiki]]
[[Pagename (as it appears in the address bar)| Desired Words]]
|
Linking within the wiki
|
Displaying Images
|
[[File:Weapons_rack.png]]
[[File:Weapons_rack.png|32px]]
[[File:Weapons_rack.png|128px]]
You can alter the display size of a file by changing the pixels as shown above.
- Most files are uploaded to be 64x64px, so please keep to this.
- Remember if the image you desire is not on the wiki, please upload it HERE.
- Please be certain beforehand that it is not on the wiki first. If you're unsure ask in #wiki-work on discord.
|
|