<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://themidnight.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_test_case%2Fconfig</id>
	<title>Module:Template test case/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://themidnight.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_test_case%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Module:Template_test_case/config&amp;action=history"/>
	<updated>2026-04-03T23:43:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Module:Template_test_case/config&amp;diff=9262&amp;oldid=prev</id>
		<title>Timothy: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Module:Template_test_case/config&amp;diff=9262&amp;oldid=prev"/>
		<updated>2023-07-09T01:13:40Z</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&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 21:13, 8 July 2023&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>Timothy</name></author>
	</entry>
	<entry>
		<id>https://themidnight.wiki/index.php?title=Module:Template_test_case/config&amp;diff=9261&amp;oldid=prev</id>
		<title>wikipedia&gt;MJL: [&#039;Template:Collapsible 2 test case&#039;] = { 		args = {_collapsible = true, _wantdiff = true} 	},</title>
		<link rel="alternate" type="text/html" href="https://themidnight.wiki/index.php?title=Module:Template_test_case/config&amp;diff=9261&amp;oldid=prev"/>
		<updated>2019-09-02T22:58:20Z</updated>

		<summary type="html">&lt;p&gt;[&amp;#039;Template:Collapsible 2 test case&amp;#039;] = { 		args = {_collapsible = true, _wantdiff = true} 	},&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-------------------------------------------------------------------------------&lt;br /&gt;
--                    Module:Template test case/config&lt;br /&gt;
-- This module holds configuration data for [[Module:Template test case]].&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
-- Options&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The magic word used in place of the template name when making nowiki&lt;br /&gt;
-- invocations.&lt;br /&gt;
templateNameMagicWord = &amp;#039;__TEMPLATENAME__&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The subpage that sandboxes are typically stored on. Used when loading&lt;br /&gt;
-- wrapper template config and when guessing the sandbox template name.&lt;br /&gt;
sandboxSubpage = &amp;#039;sandbox&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
-- Messages&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
msg = {&lt;br /&gt;
&lt;br /&gt;
-- The default header for test cases rendered in columns.&lt;br /&gt;
[&amp;#039;columns-header&amp;#039;] = &amp;#039;Side by side comparison&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The error message to use if a templaten option is missing.&lt;br /&gt;
-- $1 - the number of the missing template option.&lt;br /&gt;
[&amp;#039;missing-template-option-error&amp;#039;] = &amp;quot;one or more options ending in &amp;#039;$1&amp;#039; &amp;quot; ..&lt;br /&gt;
	&amp;quot;were detected, but no &amp;#039;template$1&amp;#039; option was found&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
-- The error message to use if a nowiki invocation is used but the template&lt;br /&gt;
-- name magic word is not found.&lt;br /&gt;
-- $1 - the value of the template name magic word&lt;br /&gt;
[&amp;#039;nowiki-magic-word-error&amp;#039;] = &amp;quot;the template invocation must include &amp;#039;$1&amp;#039; in &amp;quot; ..&lt;br /&gt;
	&amp;quot;place of the template name&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
-- Wrapper template config.&lt;br /&gt;
-- The wrapper template config is a table with wrapper template names as keys,&lt;br /&gt;
-- and subtables containing two fields:&lt;br /&gt;
--   func - the function name to be used with that template. This must be a&lt;br /&gt;
--       function exported by the main module. This is optional: the default&lt;br /&gt;
--       value is &amp;quot;table&amp;quot;.&lt;br /&gt;
--   args - a table of default arguments to be used with that template. This is&lt;br /&gt;
--       is optional.&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
wrappers = {&lt;br /&gt;
	[&amp;#039;Template:Test case&amp;#039;] = {},&lt;br /&gt;
	[&amp;#039;Template:Testcase table&amp;#039;] = {&lt;br /&gt;
		args = {_format = &amp;#039;columns&amp;#039;}&lt;br /&gt;
	},&lt;br /&gt;
	[&amp;#039;Template:Testcase rows&amp;#039;] = {&lt;br /&gt;
		args = {_format = &amp;#039;rows&amp;#039;}&lt;br /&gt;
	},&lt;br /&gt;
	[&amp;#039;Template:Test case nowiki&amp;#039;] = {&lt;br /&gt;
		func = &amp;#039;nowiki&amp;#039;&lt;br /&gt;
	},&lt;br /&gt;
	[&amp;#039;Template:Nowiki template demo&amp;#039;] = {&lt;br /&gt;
		func = &amp;#039;nowiki&amp;#039;,&lt;br /&gt;
		args = {showheader = false, showtemplate2 = false}&lt;br /&gt;
	},&lt;br /&gt;
	[&amp;#039;Template:Collapsible test case&amp;#039;] = {&lt;br /&gt;
		args = {_collapsible = true}&lt;br /&gt;
	},&lt;br /&gt;
	[&amp;#039;Template:Collapsible 2 test case&amp;#039;] = {&lt;br /&gt;
		args = {_collapsible = true, _wantdiff = true}&lt;br /&gt;
	},&lt;br /&gt;
	[&amp;#039;Template:Inline test case&amp;#039;] = {&lt;br /&gt;
		args = {_format = &amp;#039;inline&amp;#039;, _showcode = true}&lt;br /&gt;
	},&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
-- End config&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;MJL</name></author>
	</entry>
</feed>