Anonymous

Changes

From Rare Gaming Dump
523 bytes added ,  13:47, 5 February 2019
no edit summary
Line 1: Line 1:  
This will show you how to use basic Markup (Formatting).  
 
This will show you how to use basic Markup (Formatting).  
 +
 +
== Headings ==
 +
This will make text bigger and/or more distinct.
 +
<pre>= Heading Text Size 1 (Largest) =</pre>
 +
<pre>== Heading Text Size 2 ==</pre>
 +
<pre>=== Heading Text Size 3 Bold ===</pre>
 +
<pre>==== Heading Text Size 4 Bold ====</pre>
 +
<pre>===== Heading Text Size 5 Bold (Smallest) =====</pre>
 +
will output (in order)
 +
 +
= Heading Text Size 1 (Largest) =
 +
== Heading Text Size 2 ==
 +
=== Heading Text Size 3 ===
 +
==== Heading Text Size 4 (Smallest) ====
 +
===== Heading Text Bold =====
 
=== Bold ===
 
=== Bold ===
 
This makes text more thicker, which can be used to emphasize parts of an article.
 
This makes text more thicker, which can be used to emphasize parts of an article.
Line 13: Line 28:  
would output
 
would output
   −
``Italic Text``
+
''Italic Text''
    
You can also achieve this by clicking on the slanted I button in the editor.
 
You can also achieve this by clicking on the slanted I button in the editor.
Line 24: Line 39:  
[[User:Bobzilla]]
 
[[User:Bobzilla]]
   −
This can also be achieved by clicking on the Chain button in the editor, and putting in the proper information. ```Make sure you check "To a wiki page"!```
+
This can also be achieved by clicking on the Chain button in the editor, and putting in the proper information. '''Make sure you check "To a wiki page"!'''
    
=== Off-Site Links ===
 
=== Off-Site Links ===
Line 44: Line 59:  
[https://www.example.com/ Link]
 
[https://www.example.com/ Link]
   −
This can also be achieved by clicking on the Chain button in the editor, and putting in the proper information. ```Make sure you check "To an external web page"!```
+
This can also be achieved by clicking on the Chain button in the editor, and putting in the proper information. '''Make sure you check "To an external web page"!'''
    
=== References  ===
 
=== References  ===
Line 68: Line 83:     
<references/>
 
<references/>
 +
 +
{{Template:MetaNavbox}}
 +
 +
[[Category:Meta]]