<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://tsgdoc.socsci.ru.nl/index.php?action=history&amp;feed=atom&amp;title=Template%3AOrdered_list%2Fdoc</id>
	<title>Template:Ordered list/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://tsgdoc.socsci.ru.nl/index.php?action=history&amp;feed=atom&amp;title=Template%3AOrdered_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Template:Ordered_list/doc&amp;action=history"/>
	<updated>2026-05-10T12:51:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>http://tsgdoc.socsci.ru.nl/index.php?title=Template:Ordered_list/doc&amp;diff=2354&amp;oldid=prev</id>
		<title>E.vandenberge: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://tsgdoc.socsci.ru.nl/index.php?title=Template:Ordered_list/doc&amp;diff=2354&amp;oldid=prev"/>
		<updated>2015-06-30T20:05:59Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{lua|Module:List}}&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template creates an ordered list, which is similar to a [[WP:L#Numbered lists|numbered list]] but may display other characters, such as roman numbers or alphabet letters, instead of the decimal enumerator.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
;Simple&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Ordered list |''entry1'' |''entry2''&amp;amp;nbsp;... }}&amp;lt;/code&amp;gt;&lt;br /&gt;
;Offset starting value&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Ordered list |start=''start''|''entry1'' |''entry2'' ... |item1_style=''CSS1'' |item2_style=''CSS2'' ... }}&amp;lt;/code&amp;gt;&lt;br /&gt;
;Changing the symbol style&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Ordered list |list_style_type=''type'' |''entry1'' |''entry2'' ... }}&amp;lt;/code&amp;gt;&lt;br /&gt;
;With CSS style&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Ordered list |item_style=''CSS-all'' |''entry1'' |''entry2'' ... }}&amp;lt;/code&amp;gt;&lt;br /&gt;
;With separate CSS styles for each item&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Ordered list |''entry1'' |item1_style=''CSS1'' |''entry2'' |item2_style=''CSS2'' ... }}&amp;lt;/code&amp;gt;&lt;br /&gt;
;With custom values for each item&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Ordered list |item1_value=''value1'' |''entry1'' |item2_value=''value2'' |''entry2'' ... }}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Parameters' description&lt;br /&gt;
|-&lt;br /&gt;
! Parameter !! Description&lt;br /&gt;
|-&lt;br /&gt;
| type&lt;br /&gt;
| This parameter indicates the list style type. Popular acceptable parameters include:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
* decimal (1, 2, 3, 4, ...)&lt;br /&gt;
* lower-roman (i, ii, iii, iv, ...)&lt;br /&gt;
* upper-roman (I, II, III, IV, ...)&lt;br /&gt;
* lower-alpha (a, b, c, d, ...)&lt;br /&gt;
* upper-alpha (A, B, C, D, ...)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
For a full list, see the following section.&lt;br /&gt;
|-&lt;br /&gt;
| start&lt;br /&gt;
| The number for the first item, formatted as a positive integer (default is 1)&lt;br /&gt;
|-&lt;br /&gt;
| {{nowrap|entry1 entry2 ...}}&lt;br /&gt;
| These unnamed parameters are individual list items that appear as separate lines. They can be words or full sentences. However, all instance of equal sign (=) must be replaced with &amp;quot;&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;&amp;quot;; otherwise, the affected line will not appear.&lt;br /&gt;
|-&lt;br /&gt;
| {{nowrap|value1 value2 ...}}&lt;br /&gt;
| Value for list items, formatted as a positive integer&lt;br /&gt;
|-&lt;br /&gt;
| {{nowrap|CSS1 CSS2 ...}}&lt;br /&gt;
| Standard [[Cascading Style Sheet]] (CSS) styles that change the look of each line. (User must know CSS syntax.)&lt;br /&gt;
|-&lt;br /&gt;
| CSS-all&lt;br /&gt;
| Standard CSS styles that change the look of all entries. (User must know CSS syntax.) When present, ''CSS1'' through ''CSS5'' are disregarded.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Acceptable list style type values and supported web browsers ===&lt;br /&gt;
{{CSS list-style-type values}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Help:List]]&lt;br /&gt;
*{{tl|Multi-column numbered list}}&lt;br /&gt;
*{{tl|Unbulleted list}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go here: --&amp;gt;&lt;br /&gt;
[[Category:List formatting and function templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>E.vandenberge</name></author>
	</entry>
</feed>