Help:List: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
(fixing spacing (in the header examples too))
Line 4: Line 4:
There are six kinds of headers; levels 1 through 6, six being the smallest. These are transcribed using equals signs on either side of the header.
There are six kinds of headers; levels 1 through 6, six being the smallest. These are transcribed using equals signs on either side of the header.


For header one, type ''= Header 1 =''. For header two, type ''== Header 2 ==''. And so on:
For header one, type ''=Header 1=''. For header two, type ''==Header 2==''. And so on:
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em">
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em">
= Header 1 =
=Header 1=
== Header 2 ==
==Header 2==
=== Header 3 ===
===Header 3===
==== Header 4 ====
====Header 4====
===== Header 5 =====
=====Header 5=====
====== Header 6 ======
======Header 6======
</div>
</div>
'''Example'''
'''Example'''
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em">
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em">
= Super Smash Bros Brawl. =
=Super Smash Bros Brawl.=
== Characters ==
==Characters==
=== Major Characters ===
===Major Characters===
==== Protagonists ====
====Protagonists====
===== Mario series =====
=====Mario series=====
====== Luigi ======
======Luigi======
</div>
</div>
'''Usage''': Topics and subtopics within pages.
'''Usage''': Topics and subtopics within pages.
Line 35: Line 35:
'''Usage''': Mostly in talk pages to reply to a specific comment.
'''Usage''': Mostly in talk pages to reply to a specific comment.


== Bulleted and Numbered Lists ==
==Bulleted and Numbered Lists==
To create a bulleted list, use the astrisk sign. To create a numbered list, use the pound sign.
To create a bulleted list, use the astrisk sign. To create a numbered list, use the pound sign.


Line 52: Line 52:
'''Usage''': Mainly for listing topics or giving ideas.
'''Usage''': Mainly for listing topics or giving ideas.


== Newlines ==
==Newlines==
You can use the break tag to force a new line when using unformated text.
You can use the break tag to force a new line when using unformated text.



Revision as of 23:48, November 5, 2010

Here's how to create a list:

Headers

There are six kinds of headers; levels 1 through 6, six being the smallest. These are transcribed using equals signs on either side of the header.

For header one, type =Header 1=. For header two, type ==Header 2==. And so on:

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Example

Super Smash Bros Brawl.

Characters

Major Characters

Protagonists

Mario series
Luigi

Usage: Topics and subtopics within pages.

Indentation

To indent a paragraph, use the colon sign.

For a single indent, type :. For two indents, type ::. And so on:

Single indent
Double indent
Triple indent

Usage: Mostly in talk pages to reply to a specific comment.

Bulleted and Numbered Lists

To create a bulleted list, use the astrisk sign. To create a numbered list, use the pound sign.

For a level one bullet, type *. For a level two bullet, type **. And so on:

  • Single bullet
    • Double bullet
      • Triple bullet

Use a single pound sign, #, for each number:

  1. First
  2. Second
  3. Third

Usage: Mainly for listing topics or giving ideas.

Newlines

You can use the break tag to force a new line when using unformated text.

Use a single break tag, <br>, to force a new line.

This list is not formated,<br>
so you need the break tag,<br>
to start each new line.

Usage: When you want unformated text to wrap the page in a specific way.