Help:List: Difference between revisions
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- | <!-- Wayback HTML body (hrwiki.org); RawHtml --> | ||
<html> | |||
<p><b>Here's how to create a list:</b> | |||
== Headers = | </p> | ||
<a id="Headers" name="Headers"></a><h2> <span class="mw-headline">Headers</span></h2> | |||
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. | <p>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. | ||
</p><p>For header one, type <i>=Header 1=</i>. For header two, type <i>==Header 2==</i>. And so on: | |||
For header one, type | </p> | ||
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | |||
= Header 1 = | <a id="Header_1" name="Header_1"></a><h1> <span class="mw-headline">Header 1</span></h1> | ||
<a id="Header_2" name="Header_2"></a><h2> <span class="mw-headline">Header 2</span></h2> | |||
== Header 2 | <a id="Header_3" name="Header_3"></a><h3> <span class="mw-headline">Header 3</span></h3> | ||
<a id="Header_4" name="Header_4"></a><h4> <span class="mw-headline">Header 4</span></h4> | |||
=== Header 3 | <a id="Header_5" name="Header_5"></a><h5> <span class="mw-headline">Header 5</span></h5> | ||
<a id="Header_6" name="Header_6"></a><h6> <span class="mw-headline">Header 6</span></h6> | |||
=== | </div> | ||
<p><b>Usage</b>: Topics and subtopics within pages. | |||
=== | </p> | ||
<a id="Indentation" name="Indentation"></a><h2> <span class="mw-headline">Indentation</span></h2> | |||
=== | <p>To indent a paragraph, use the colon sign. | ||
</p><p>For a single indent, type <i>:</i>. For two indents, type <i>::</i>. And so on: | |||
</p> | |||
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | |||
== Indentation = | <dl><dd>Single indent | ||
<dl><dd>Double indent | |||
To indent a paragraph, use the colon sign. | <dl><dd>Triple indent | ||
</dd></dl> | |||
For a single indent, type | </dd></dl> | ||
</dd></dl> | |||
Single indent | </div> | ||
Double indent | <p><b>Usage</b>: Mostly in talk pages to reply to a specific comment. | ||
Triple indent | </p> | ||
<a id="Bulleted_and_Numbered_Lists" name="Bulleted_and_Numbered_Lists"></a><h2> <span class="mw-headline">Bulleted and Numbered Lists</span></h2> | |||
<p>To create a bulleted list, use the asterisk sign. To create a numbered list, use the pound sign. | |||
</p><p>For a level one bullet, type <i>*</i>. For a level two bullet, type <i>**</i>. And so on: | |||
</p> | |||
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | |||
<ul><li>Single bullet | |||
<ul><li>Double bullet | |||
<ul><li>Triple bullet | |||
</li></ul> | |||
</li></ul> | |||
</li></ul> | |||
</div> | |||
<p>Use a single pound sign, <i>#</i>, for each number: | |||
</p> | |||
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | |||
<ol><li>First | |||
</li><li>Second | |||
</li><li>Third | |||
</li></ol> | |||
</div> | |||
<p><b>Usage</b>: Mainly for listing topics or giving ideas. | |||
</p> | |||
<a id="Newlines" name="Newlines"></a><h2> <span class="mw-headline">Newlines</span></h2> | |||
<p>You can use the break tag to force a new line when using unformatted text. | |||
</p><p>Use a single break tag, <i><br></i>, to force a new line. | |||
</p> | |||
<div style="border: 1px dashed #06f; margin: 0.5em auto 1em; padding:1em; margin-left:2em"> | |||
<p>This list is not formated,<br><br/> | |||
so you need the break tag,<br><br/> | |||
to start each new line. | |||
</p> | |||
</div> | |||
<p><b>Usage</b>: When you want unformatted text to wrap the page in a specific way. | |||
</p> | |||
<div class="visualClear"></div> | |||
</html> | |||
Latest revision as of 21:00, 18 July 2026
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.