<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>https://covtlepedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ALua_banner%2Fconfig</id>
	<title>Module:Lua banner/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://covtlepedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ALua_banner%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://covtlepedia.org/w/index.php?title=Module:Lua_banner/config&amp;action=history"/>
	<updated>2026-04-04T05:46:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://covtlepedia.org/w/index.php?title=Module:Lua_banner/config&amp;diff=547&amp;oldid=prev</id>
		<title>Johanna: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://covtlepedia.org/w/index.php?title=Module:Lua_banner/config&amp;diff=547&amp;oldid=prev"/>
		<updated>2025-10-10T14:20:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-CA&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:20, 10 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-CA&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>Johanna</name></author>
	</entry>
	<entry>
		<id>https://covtlepedia.org/w/index.php?title=Module:Lua_banner/config&amp;diff=546&amp;oldid=prev</id>
		<title>MediaWiki&gt;ExE Boss: Set `wish_category` to Lua-candidates</title>
		<link rel="alternate" type="text/html" href="https://covtlepedia.org/w/index.php?title=Module:Lua_banner/config&amp;diff=546&amp;oldid=prev"/>
		<updated>2021-06-26T17:30:02Z</updated>

		<summary type="html">&lt;p&gt;Set `wish_category` to &lt;a href=&quot;/w/index.php?title=Category:Lua-candidates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Lua-candidates (page does not exist)&quot;&gt;Lua-candidates&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local cfg = {} -- Don’t touch this line.&lt;br /&gt;
&lt;br /&gt;
-- Subpage blacklist: these subpages will not be categorized (except for the&lt;br /&gt;
-- error category, which is always added if there is an error).&lt;br /&gt;
-- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have&lt;br /&gt;
-- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules,&lt;br /&gt;
-- so they *will* have categories. All rules should be in the&lt;br /&gt;
--   [&amp;#039;&amp;lt;subpage name&amp;gt;&amp;#039;] = true,&lt;br /&gt;
-- format.&lt;br /&gt;
cfg[&amp;#039;subpage_blacklist&amp;#039;] = {&lt;br /&gt;
	[&amp;#039;doc&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;sandbox&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;sandbox2&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;testcases&amp;#039;] = true,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- Allow wishes: whether wishes for conversion to Lua are allowed.&lt;br /&gt;
-- If true, calls with zero parameters are valid, and considered to be wishes:&lt;br /&gt;
-- The box’s text is “This template should use Lua”, and cfg[&amp;#039;wish_category&amp;#039;] is&lt;br /&gt;
-- added. If false, such calls are invalid, an error message appears, and&lt;br /&gt;
-- cfg[&amp;#039;error_category&amp;#039;] is added.&lt;br /&gt;
cfg[&amp;#039;allow_wishes&amp;#039;] = false&lt;br /&gt;
&lt;br /&gt;
-- Default category: this category is added if the module call contains errors&lt;br /&gt;
-- (e.g. no module listed). A category name without namespace, or nil&lt;br /&gt;
-- to disable categorization (not recommended).&lt;br /&gt;
cfg[&amp;#039;error_category&amp;#039;] = &amp;#039;Lua templates with errors&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Wish category: this category is added if no module is listed, and wishes are&lt;br /&gt;
-- allowed. (Not used if wishes are not allowed.) A category name without&lt;br /&gt;
-- namespace, or nil to disable categorization.&lt;br /&gt;
cfg[&amp;#039;wish_category&amp;#039;] = &amp;#039;Lua-candidates&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Default category: this category is added if none of the below module_categories&lt;br /&gt;
-- matches the first module listed. A category name without namespace, or nil&lt;br /&gt;
-- to disable categorization.&lt;br /&gt;
cfg[&amp;#039;default_category&amp;#039;] = &amp;#039;Lua-based templates&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Module categories: one of these categories is added if the first listed module&lt;br /&gt;
-- is the listed module (e.g. {{Lua|Module:String}} adds&lt;br /&gt;
-- [[Category:Lua String-based templates]].) Format:&lt;br /&gt;
--   [&amp;#039;&amp;lt;module name&amp;gt;&amp;#039;] = &amp;#039;&amp;lt;category name&amp;gt;&amp;#039;&lt;br /&gt;
-- where neither &amp;lt;module name&amp;gt; nor &amp;lt;category name&amp;gt; contains namespace. An empty&lt;br /&gt;
-- table (i.e. no module-based categorization) will suffice on smaller wikis.&lt;br /&gt;
cfg[&amp;#039;module_categories&amp;#039;] = {&lt;br /&gt;
	[&amp;#039;String&amp;#039;] = &amp;#039;Lua String-based templates&amp;#039;,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return cfg -- Don’t touch this line.&lt;/div&gt;</summary>
		<author><name>MediaWiki&gt;ExE Boss</name></author>
	</entry>
</feed>