<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/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://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_test_case%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:Template_test_case/config&amp;action=history"/>
	<updated>2026-04-04T17:25:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Module:Template_test_case/config&amp;diff=10085&amp;oldid=prev</id>
		<title>&gt;Aidan9382: Fix typo in comment (per edit request)</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:Template_test_case/config&amp;diff=10085&amp;oldid=prev"/>
		<updated>2023-10-17T16:42:52Z</updated>

		<summary type="html">&lt;p&gt;Fix typo in comment (per edit request)&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 template 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>&gt;Aidan9382</name></author>
	</entry>
</feed>