<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://meta.wikioasis.org/wiki/Module:Lua_banner/config?action=history&amp;feed=atom</id>
	<title>Module:Lua banner/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://meta.wikioasis.org/wiki/Module:Lua_banner/config?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://meta.wikioasis.org/wiki/Module:Lua_banner/config?action=history"/>
	<updated>2026-05-24T20:31:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://meta.wikioasis.org/wiki/Module:Lua_banner/config?diff=1402&amp;oldid=prev</id>
		<title>WikiOasisGDPR1162b7f4ed1ab49381ec4a02900cb791: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://meta.wikioasis.org/wiki/Module:Lua_banner/config?diff=1402&amp;oldid=prev"/>
		<updated>2025-04-14T03:29:03Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 03:29, 14 April 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key metawiki:diff:1.41:old-1401:rev-1402 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiOasisGDPR1162b7f4ed1ab49381ec4a02900cb791</name></author>
	</entry>
	<entry>
		<id>https://meta.wikioasis.org/wiki/Module:Lua_banner/config?diff=1401&amp;oldid=prev</id>
		<title>Miraheze &gt;Agent Isai: 1 revision imported from :metawikimedia:Module:Lua_banner/config: Required for local usage</title>
		<link rel="alternate" type="text/html" href="https://meta.wikioasis.org/wiki/Module:Lua_banner/config?diff=1401&amp;oldid=prev"/>
		<updated>2022-10-28T05:41:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;/wiki/Metawikimedia:Module:Lua_banner/config?action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Metawikimedia:Module:Lua banner/config (page does not exist)&quot;&gt;metawikimedia:Module:Lua_banner/config&lt;/a&gt;: Required for local usage&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;] = nil&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;Citation&amp;#039;] = &amp;#039;Lua-based citation templates&amp;#039;,&lt;br /&gt;
	[&amp;#039;Citation/CS1&amp;#039;] = &amp;#039;Lua-based citation 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>Miraheze &gt;Agent Isai</name></author>
	</entry>
</feed>