Views: 16
Text Formatting:
- Bold Text:
'''text'''
or '''Bold Text'''
- Italic Text:
''text''
or ''Italic Text''
- Bold and Italic:
'''''text'''''
or '''''Bold and Italic'''''
- Underline Text:
<u>text</u>
or <u>Underline Text</u>
- Strikethrough Text:
<s>text</s>
or <s>Strikethrough Text</s>
Headings:
- Heading 1:
= Heading 1 =
- Heading 2:
== Heading 2 ==
- Heading 3:
=== Heading 3 ===
- Heading 4:
==== Heading 4 ====
- Heading 5:
===== Heading 5 =====
- Heading 6:
====== Heading 6 ======
Lists:
- Bullet List:
* Item 1
(use **
for sub-items)
- Numbered List:
# Item 1
(use ##
for sub-items)
- Definition List:
; Term : Definition
Links:
- External Link:
[http://example.com Text]
or [http://example.com]
- Internal Link:
[[Page Title]]
or [[Page Title|Custom Text]]
- Anchor Link:
[[#Section_Name|Link Text]]
Images:
- Image:
[[File:Example.jpg|alt=Description]]
Tables:
{| class="wikitable"
|-
! Header 1
! Header 2
|-
| Row 1, Cell 1
| Row 1, Cell 2
|}
Templates:
- Include Template:
{{TemplateName}}
Formatting within Text:
- Superscript:
text<sup>superscript</sup>
- Subscript:
text<sub>subscript</sub>
- Big Text:
<big>Big Text</big>
- Small Text:
<small>Small Text</small>
Horizontal Rules and Lines:
- Horizontal Line:
----
- Clear Float:
<div style="clear:both;"></div>
Code and Preformatted Text:
- Inline Code:
<code>code</code>
- Block Code:
<pre>Preformatted Text</pre>
Lists and Indentation:
- Definition List:
; Term : Definition
- Indented Text:
: Indented Text
Advanced Elements:
- Math Equations:
<math>equation</math>
- References:
<ref>Reference Text</ref>
- Footnotes:
<ref>Footnote Text</ref>
Categories and Tags:
- Category Tag:
[[Category:CategoryName]]
- Tag:
{{Tag|TagName}}
Special Characters:
- Non-Breaking Space:
- Copyright Symbol:
©
- Registered Trademark Symbol:
®
Advanced Techniques:
- Subpages:
[[Parent Page/Subpage]]
- Parser Functions:
{{#expr: 2 + 2 }}
Templates:
- Parameterized Template:
{{TemplateName|Parameter1=Value1|Parameter2=Value2}}