<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.believethesign.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AList</id>
	<title>Help:List - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.believethesign.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AList"/>
	<link rel="alternate" type="text/html" href="https://en.believethesign.com/index.php?title=Help:List&amp;action=history"/>
	<updated>2026-04-13T09:42:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://en.believethesign.com/index.php?title=Help:List&amp;diff=4673&amp;oldid=prev</id>
		<title>Admin at 18:42, 23 December 2006</title>
		<link rel="alternate" type="text/html" href="https://en.believethesign.com/index.php?title=Help:List&amp;diff=4673&amp;oldid=prev"/>
		<updated>2006-12-23T18:42:35Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page deals with creating lists in Mediawiki.&lt;br /&gt;
&lt;br /&gt;
== List basics ==&lt;br /&gt;
&lt;br /&gt;
[[MediaWiki]] offers three types of lists. &amp;#039;&amp;#039;&amp;#039;Ordered lists&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;unordered lists&amp;#039;&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;&amp;#039;definition lists&amp;#039;&amp;#039;&amp;#039;. In the following sections, ordered lists are used for examples. Unordered lists would give corresponding results.&lt;br /&gt;
&lt;br /&gt;
{|border=1 width=&amp;quot;79%&amp;quot;&lt;br /&gt;
!wikitext!!rendering&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 * Lists are easy to do:&lt;br /&gt;
 ** start every line&lt;br /&gt;
 * with a star&lt;br /&gt;
 ** more stars mean&lt;br /&gt;
 *** deeper levels&lt;br /&gt;
|&lt;br /&gt;
* Lists are easy to do:&lt;br /&gt;
** start every line&lt;br /&gt;
* with a star&lt;br /&gt;
** more stars mean &lt;br /&gt;
*** deeper levels&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 *A newline&lt;br /&gt;
 *in a list  &lt;br /&gt;
 marks the end of the list.&lt;br /&gt;
 Of course&lt;br /&gt;
 *you can&lt;br /&gt;
 *start again.&lt;br /&gt;
|&lt;br /&gt;
*A newline&lt;br /&gt;
*in a list  &lt;br /&gt;
marks the end of the list.&lt;br /&gt;
Of course&lt;br /&gt;
*you can&lt;br /&gt;
*start again.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 # Numbered lists are good&lt;br /&gt;
 ## very organized&lt;br /&gt;
 ## easy to follow&lt;br /&gt;
|&lt;br /&gt;
# Numbered lists are good&lt;br /&gt;
## very organized&lt;br /&gt;
## easy to follow&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 * You can also&lt;br /&gt;
 **break lines&lt;br /&gt;
 **like this&lt;br /&gt;
|&lt;br /&gt;
* You can also&lt;br /&gt;
**break lines&lt;br /&gt;
**like this&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 ; Definition lists&lt;br /&gt;
 ; item : definition&lt;br /&gt;
 ; semicolon plus term&lt;br /&gt;
 : colon plus definition&lt;br /&gt;
|&lt;br /&gt;
; Definition lists&lt;br /&gt;
; item : definition&lt;br /&gt;
; semicolon plus term&lt;br /&gt;
: colon plus definition&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 * Or create mixed lists&lt;br /&gt;
 *# and nest them&lt;br /&gt;
 *#* like this&lt;br /&gt;
 *#*; definitions&lt;br /&gt;
 *#*: work:&lt;br /&gt;
 *#*; apple&lt;br /&gt;
 *#*; banana&lt;br /&gt;
 *#*: fruits&lt;br /&gt;
|&lt;br /&gt;
* Or create mixed lists&lt;br /&gt;
*# and nest them&lt;br /&gt;
*#* like this&lt;br /&gt;
*#*; definitions&lt;br /&gt;
*#*: work: &lt;br /&gt;
*#*; apple&lt;br /&gt;
*#*; banana&lt;br /&gt;
*#*: fruits&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
== Paragraphs in lists ==&lt;br /&gt;
&lt;br /&gt;
For simplicity, list items in wiki markup cannot be longer than a paragraph. A following blank line will end the list and reset the counter on ordered lists. Separating unordered list items usually has no noticable effects.&lt;br /&gt;
&lt;br /&gt;
Paragraphs can be forced in lists by using HTML tags. Two line break symbols, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, will create the desired effect. So will enclosing all but the first paragraph with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a list with items of more than one paragraph long, adding a blank line between items may be necessary to avoid confusion.&lt;br /&gt;
&lt;br /&gt;
==Continuing a list item after a sub-item==&lt;br /&gt;
&lt;br /&gt;
In HTML, a list item may contain several sublists, not necessarily adjacent; thus there may be parts of the list item not only before the first sublist, but also between sublists, and after the last one; however, in wiki-syntax, sublists follow the same rules as sections of a page: the only possible part of the list item not in sublists is before the first sublist.&lt;br /&gt;
&lt;br /&gt;
In the case of an unnumbered first-level list in wikitext code this limitation can be overcome by splitting the list into multiple lists; indented text between the partial lists may visually serve as part of a list item after a sublist; however, this may give, depending on CSS, a blank line before and after each list, in which case, for uniformity, every first-level list item could be made a separate list.&lt;br /&gt;
&lt;br /&gt;
Numbered lists illustrate that what should look like one list may, for the software, consist of multiple lists; unnumbered lists give a corresponding result, except that the problem of restarting with 1 is not applicable.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border:1px;border-spacing:1px;background-color:black;&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:white;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;list item A1&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;list item B1&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;list item B2&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;continuing list item A1&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;list item A2&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| &amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;list item A1&lt;br /&gt;
    &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;list item B1&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;list item B2&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ol&amp;gt;continuing list item A1&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;list item A2&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color:#E0E0E0;font-weight:bold;text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | vs.&lt;br /&gt;
|- style=&amp;quot;background-color:white;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
 #list item A1&lt;br /&gt;
 ##list item B1&lt;br /&gt;
 ##list item B2&lt;br /&gt;
 #:continuing list item A1&lt;br /&gt;
 #list item A2&lt;br /&gt;
|&lt;br /&gt;
#list item A1&lt;br /&gt;
##list item B1&lt;br /&gt;
##list item B2&lt;br /&gt;
#:continuing list item A1&lt;br /&gt;
#list item A2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
One level deeper, with a sublist item continuing after a sub-sublist, one gets even more blank lines; however, the continuation of the first-level list is not affected:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#list item A1&lt;br /&gt;
##list item B1&lt;br /&gt;
###list item C1&lt;br /&gt;
##:continuing list item B1&lt;br /&gt;
##list item B2&lt;br /&gt;
#list item A2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
gives&lt;br /&gt;
#list item A1&lt;br /&gt;
##list item B1&lt;br /&gt;
###list item C1&lt;br /&gt;
##:continuing list item B1&lt;br /&gt;
##list item B2&lt;br /&gt;
#list item A2&lt;br /&gt;
&lt;br /&gt;
== Changing the list type ==&lt;br /&gt;
&lt;br /&gt;
The list type (which type of marker appears before the list item) can be changed in CSS by setting the [http://people.opera.com/rijk/panels/css2.1/CSS21/generate.html#propdef-list-style-type list-style-type] property:&lt;br /&gt;
&lt;br /&gt;
{|border=1 width=&amp;quot;79%&amp;quot;&lt;br /&gt;
!wikitext!!rendering&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type:lower-roman&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;About the author&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Foreword to the first edition&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Foreword to the second edition&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;ol style=&amp;quot;list-style-type:lower-roman&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;About the author&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Foreword to the first edition&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Foreword to the second edition&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Extra indentation of lists==&lt;br /&gt;
In a numbered list in a large font, some browsers do not show more than two digits, unless extra indentation is applied (if there are multiple columns: for each column). &lt;br /&gt;
{|border=1&lt;br /&gt;
!wikitext!!rendering &lt;br /&gt;
! style=&amp;quot;width: 40%&amp;quot; | comments&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
:#abc&lt;br /&gt;
:#def&lt;br /&gt;
:#ghi&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
:#abc&lt;br /&gt;
:#def&lt;br /&gt;
:#ghi&lt;br /&gt;
| A list of one or more lines starting with a colon creates a [http://www.w3.org/TR/html4/struct/lists.html#edef-DL definition list] without definition terms, and with the items as definition descriptions, hence indented. However, if the colons are in front of the codes &amp;quot;*&amp;quot; or &amp;quot;#&amp;quot; of an unordered or ordered list, the list is treated as one definition description, so the whole list is indented.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;abc&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;def&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;ghi&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;abc&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;def&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;ghi&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
| MediaWiki translates an unordered list (ul) without any list items (li) into a div with a &amp;lt;code&amp;gt;style=&amp;quot;margin-left: 2em&amp;quot;&amp;lt;/code&amp;gt;, causing  indentation of the contents. This is &amp;#039;&amp;#039;&amp;#039;the most versatile method&amp;#039;&amp;#039;&amp;#039;, as it allows starting with a number other than 1, see below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
#abc&lt;br /&gt;
#def&lt;br /&gt;
#ghi&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
#abc&lt;br /&gt;
#def&lt;br /&gt;
#ghi&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|Like above, with the content of the &amp;quot;unordered list without any list items&amp;quot;, which itself is an ordered list, expressed with # codes. The HTML produced, and hence the rendering, is the same. This is the &amp;#039;&amp;#039;&amp;#039;recommended&amp;#039;&amp;#039;&amp;#039; method when not starting with a number other than 1.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Comparison with a table==&lt;br /&gt;
Apart from providing automatic numbering, the numbered list also aligns the contents of the items, comparable with using table syntax:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| align=right |  9.||Amsterdam&lt;br /&gt;
|-&lt;br /&gt;
| align=right | 10.||Rotterdam&lt;br /&gt;
|-&lt;br /&gt;
| align=right | 11.||The Hague&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
gives&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| align=right |  9.||Amsterdam&lt;br /&gt;
|-&lt;br /&gt;
| align=right | 10.||Rotterdam&lt;br /&gt;
|-&lt;br /&gt;
| align=right | 11.||The Hague&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This non-automatic numbering has the advantage that if a text refers to the numbers, insertion or deletion of an item does not disturb the correspondence.&lt;br /&gt;
&lt;br /&gt;
==Multi-column bulleted list==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| &lt;br /&gt;
| &lt;br /&gt;
*1&lt;br /&gt;
*2 &lt;br /&gt;
| &lt;br /&gt;
*3&lt;br /&gt;
*4&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
gives:&lt;br /&gt;
{| &lt;br /&gt;
| &lt;br /&gt;
*1&lt;br /&gt;
*2 &lt;br /&gt;
| &lt;br /&gt;
*3&lt;br /&gt;
*4&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>