SideMeta:Formatting

From The iDOLM@STER: SideM Unofficial English Wiki

For more information, refer to the Help:Formatting page on MediaWiki.

Wiki Formatting[edit | edit source | hide | hide all]

Description Code Output
Italic text
''Italic text''
Italic text
Bold text
'''Bold text'''
Bold text
Bold and Italic text
'''''Bold and Italic text'''''
Bold and Italic text
No formatting
<nowiki>''No'' formatting</nowiki>
''No'' formatting
Headings
== Heading 2 ==

=== Heading 3 ===

==== Heading 4 ====

===== Heading 5 =====

====== Heading 6 ======

Heading 2[edit | edit source | hide]

Heading 3[edit | edit source | hide]

Heading 4[edit | edit source | hide]

Heading 5[edit | edit source | hide]
Heading 6[edit | edit source | hide]
Horizontal line
Text above
----
Text below

Text above


Text below

Bullet list
* List
** List
*** List
  • List
    • List
      • List
Numbered list
# List
## List
### List
  1. List
    1. List
      1. List
Indentation
:Indent
::Indent
:::::::Indent
Indent
Indent
Indent

HTML Formatting[edit | edit source | hide]

Description Code Output
Underline
<ins>Underline</ins>
<u>Underline</u>

Underline
Underline

Strikethrough
<s>Strikethrough</s>
<del>Strikethrough</del>

Strikethrough
Strikethrough

Fixed width text
<code>Source code</code>
<tt>Fixed width text</tt>

Note:

Source code
Fixed width text

Blockquotes
Text here
<blockquote>Here's a quote</blockquote>
Text there

Text here

Here's a quote

Text there

Comments
<!--Here is a comment.-->
Here is some text.

Here is some text.

Preformatted Text
<pre>Some more text.</pre>
Some more text.