<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.augmensys.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AEnum%2Fdoc</id>
		<title>Template:Enum/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.augmensys.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AEnum%2Fdoc"/>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=Template:Enum/doc&amp;action=history"/>
		<updated>2026-07-10T04:21:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.augmensys.com/index.php?title=Template:Enum/doc&amp;diff=3872&amp;oldid=prev</id>
		<title>JKN: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=Template:Enum/doc&amp;diff=3872&amp;oldid=prev"/>
				<updated>2013-01-23T14:36:41Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:36, 23 January 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&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>JKN</name></author>	</entry>

	<entry>
		<id>https://wiki.augmensys.com/index.php?title=Template:Enum/doc&amp;diff=3871&amp;oldid=prev</id>
		<title>Svick: clean up, typos fixed: preceeded → preceded using AWB</title>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=Template:Enum/doc&amp;diff=3871&amp;oldid=prev"/>
				<updated>2010-07-28T21:41:41Z</updated>
		
		<summary type="html">&lt;p&gt;clean up, typos fixed: preceeded → preceded using &lt;a href=&quot;/index.php?title=UBIK_Wiki_/_Augmensys:AWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;UBIK Wiki / Augmensys:AWB (page does not exist)&quot;&gt;AWB&lt;/a&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;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Outputs each of the parameters separated by commas or, between the first and last, the word &amp;quot;&amp;amp;nbsp;and&amp;amp;nbsp;&amp;quot;, preceded by a comma (this can be changed with the '''and=''' parameter). Up to eight parameters may be specfied.&lt;br /&gt;
&lt;br /&gt;
It is intended for use by other templates to output a suitably formatted list when the number of parameters varies. It can currently handle between 0 and 8 parameters.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;{{BASEPAGENAME}}|''first''|''second''|''third''| ... }}&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The named parameters are:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;tt&amp;gt;'''after'''&amp;lt;/tt&amp;gt;: The text to follow the final item. This might be a semicolon, for example. The default is to have no following text. This is not used if the list is empty (has no items).&lt;br /&gt;
:&amp;lt;tt&amp;gt;'''and'''&amp;lt;/tt&amp;gt;: The text to use where by default &amp;quot;, &amp;amp;nbsp;and&amp;amp;nbsp;&amp;quot; is written. This may be overridden if there is a preference for a comma before the &amp;quot;and&amp;quot;, or where it makes sense to write it in a language other than English, for example.&lt;br /&gt;
:&amp;lt;tt&amp;gt;'''comma'''&amp;lt;/tt&amp;gt;: The text to use between items except the last and one-before-last. If not specified, the default is &amp;quot;,&amp;amp;nbsp;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:Any of these parameters can be set empty; this differs from them not being present (i.e. use the default).&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
More examples are given in the [[{{FULLBASEPAGENAME}}/testcases|test cases]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Input !! Output&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|{{BASEPAGENAME}}}}         || {{{{BASEPAGENAME}}|}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|{{BASEPAGENAME}}|A}}       || {{{{BASEPAGENAME}}|A}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|{{BASEPAGENAME}}|A|B}}     || {{{{BASEPAGENAME}}|A|B}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|{{BASEPAGENAME}}|A|B|C}}   || {{{{BASEPAGENAME}}|A|B|C}}&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|{{BASEPAGENAME}}|A|B|C|D}} || {{{{BASEPAGENAME}}|A|B|C|D}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[:Template:{{BASEPAGENAME}}/Item]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Wikipedia metatemplates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Svick</name></author>	</entry>

	</feed>