<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/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://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AOrdered_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Ordered_list/doc&amp;action=history"/>
	<updated>2026-04-23T14:49:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Ordered_list/doc&amp;diff=5523&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Ordered_list/doc&amp;diff=5523&amp;oldid=prev"/>
		<updated>2014-03-27T06:48:58Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 06:48, 27 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Ordered_list/doc&amp;diff=5522&amp;oldid=prev</id>
		<title>Edokter at 19:18, 6 January 2014</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Ordered_list/doc&amp;diff=5522&amp;oldid=prev"/>
		<updated>2014-01-06T19:18:45Z</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;{{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 number''|''entry1'' |''entry2'' ... |item_style1=''CSS1'' |item_style2=''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'' |item_style1=''CSS1'' |''entry2'' |item_style2=''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 |item_value1=''value1'' |''entry1'' |item_value2=''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;
| {{nowrap|start number}}&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:Wikipedia list formatting templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Edokter</name></author>
		
	</entry>
</feed>