Help:List
From Homestar Runner Wiki
m (User:Lapper/help/list moved to Help:List) |
The Goblin (Talk | contribs) (Whoops, wrong tab) |
||
(includes 8 intermediate revisions) | |||
Line 1: | Line 1: | ||
- | + | '''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: | 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"> | ||
=Header 1= | =Header 1= | ||
==Header 2== | ==Header 2== | ||
Line 10: | Line 12: | ||
=====Header 5===== | =====Header 5===== | ||
======Header 6====== | ======Header 6====== | ||
+ | </div> | ||
'''Usage''': Topics and subtopics within pages. | '''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: | For a single indent, type '':''. For two indents, type ''::''. And so on: | ||
+ | <div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | ||
:Single indent | :Single indent | ||
::Double indent | ::Double indent | ||
:::Triple indent | :::Triple indent | ||
+ | </div> | ||
'''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== | |
+ | To create a bulleted list, use the asterisk 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: | For a level one bullet, type ''*''. For a level two bullet, type ''**''. And so on: | ||
+ | <div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | ||
*Single bullet | *Single bullet | ||
**Double bullet | **Double bullet | ||
***Triple bullet | ***Triple bullet | ||
+ | </div> | ||
Use a single pound sign, ''#'', for each number: | Use a single pound sign, ''#'', for each number: | ||
- | # First | + | <div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> |
- | # Second | + | #First |
- | # Third | + | #Second |
+ | #Third | ||
+ | </div> | ||
'''Usage''': Mainly for listing topics or giving ideas. | '''Usage''': Mainly for listing topics or giving ideas. | ||
- | + | ==Newlines== | |
+ | You can use the break tag to force a new line when using unformatted text. | ||
- | Use a single break tag, ''<nowiki><br></nowiki>'', to force a new line.< | + | Use a single break tag, ''<nowiki><br></nowiki>'', to force a new line. |
+ | <div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | ||
This list is not formated,<nowiki><br></nowiki><br> | This list is not formated,<nowiki><br></nowiki><br> | ||
so you need the break tag,<nowiki><br></nowiki><br> | so you need the break tag,<nowiki><br></nowiki><br> | ||
- | to start each new line. | + | to start each new line. |
- | '''Usage''': When you want | + | </div> |
+ | '''Usage''': When you want unformatted text to wrap the page in a specific way.__NOTOC____NOEDITSECTION__ | ||
- | + | [[Category:Help|{{PAGENAME}}]] |
Current revision as of 21:27, 7 September 2007
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:
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
- Double indent
Usage: Mostly in talk pages to reply to a specific comment.
Bulleted and Numbered Lists
To create a bulleted list, use the asterisk 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
- Double bullet
Use a single pound sign, #, for each number:
- First
- Second
- Third
Usage: Mainly for listing topics or giving ideas.
Newlines
You can use the break tag to force a new line when using unformatted 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 unformatted text to wrap the page in a specific way.