<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AEnumerate%2Fdoc</id>
	<title>Module:Enumerate/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AEnumerate%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Enumerate/doc&amp;action=history"/>
	<updated>2026-06-07T07:00:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Enumerate/doc&amp;diff=136072&amp;oldid=prev</id>
		<title>imported&gt;Chlod: /* Usage */ fix display</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Enumerate/doc&amp;diff=136072&amp;oldid=prev"/>
		<updated>2021-12-25T15:21:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Usage: &lt;/span&gt; fix display&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|beta}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
This module is meant to be invoked inside of a template, since it requires the argument list of the calling template.&lt;br /&gt;
&lt;br /&gt;
This module allows the enumeration of a set of parameters with a given prefix. If the prefix was &amp;lt;code&amp;gt;notes&amp;lt;/code&amp;gt;, the parameters &amp;lt;code&amp;gt;notes1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;notes2&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;notes3&amp;lt;/code&amp;gt;, and so on will be enumerated in a unordered list until it sees the first null parameter.&lt;br /&gt;
&lt;br /&gt;
The prefix is defined by the first argument passed into the invocation.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! Template:X35&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{#invoke:Enumerate|main|notes}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Any page&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{X35&lt;br /&gt;
| notes1 = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
| notes2 = Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;br /&gt;
| notes3 = Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&lt;br /&gt;
| notes4 = Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Output&lt;br /&gt;
|-&lt;br /&gt;
| {{Module:Enumerate/doc/demo&lt;br /&gt;
| notes1 = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
| notes2 = Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;br /&gt;
| notes3 = Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&lt;br /&gt;
| notes4 = Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The entries will cut off in the event that the parameters are out of order.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! Template:X35&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{#invoke:Enumerate|main|notes}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Any page&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{X35&lt;br /&gt;
| notes1 = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
| notes2 = Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;br /&gt;
| notes3 = &lt;br /&gt;
| notes4 = Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Output&lt;br /&gt;
|-&lt;br /&gt;
| {{Module:Enumerate/doc/demo&lt;br /&gt;
| notes1 = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
| notes2 = Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;br /&gt;
| notes3 = &lt;br /&gt;
| notes4 = Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Do note that {{T|X35}} is sandbox template and does not actually call this module.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[Template:CCI project notice]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Chlod</name></author>
	</entry>
</feed>